moving to bootstrap 2.0

This commit is contained in:
Rushabh Mehta
2012-02-21 10:30:43 +05:30
parent 09a897afe4
commit 4dc2f43c0d
7 changed files with 825 additions and 842 deletions

View File

@@ -39,8 +39,10 @@
"lib/css/legacy/menus.css", "lib/css/legacy/menus.css",
"lib/css/legacy/messages.css", "lib/css/legacy/messages.css",
"lib/css/legacy/dialog.css", "lib/css/legacy/dialog.css",
"lib/css/bootstrap/bootstrap-buttons.css", "lib/css/bootstrap/headings.css",
"lib/css/bootstrap/bootstrap-topbar.css", "lib/css/bootstrap/buttons.css",
"lib/css/bootstrap/navbar.css",
"lib/css/bootstrap/dropdown.css",
"erpnext/startup/startup.css", "erpnext/startup/startup.css",
"erpnext/website/css/website.css" "erpnext/website/css/website.css"
] ]
@@ -61,8 +63,10 @@
"lib/css/legacy/tabs.css", "lib/css/legacy/tabs.css",
"lib/css/legacy/bw-icons.css", "lib/css/legacy/bw-icons.css",
"lib/css/legacy/sidebar.css", "lib/css/legacy/sidebar.css",
"lib/css/bootstrap/bootstrap-buttons.css", "lib/css/bootstrap/headings.css",
"lib/css/bootstrap/bootstrap-topbar.css", "lib/css/bootstrap/buttons.css",
"lib/css/bootstrap/navbar.css",
"lib/css/bootstrap/dropdown.css",
"erpnext/startup/startup.css" "erpnext/startup/startup.css"
] ]
}, },
@@ -71,6 +75,7 @@
"js/all-web.js": [ "js/all-web.js": [
"lib/js/lib/jquery.min.js:concat", "lib/js/lib/jquery.min.js:concat",
"lib/js/lib/history/history.min.js:concat", "lib/js/lib/history/history.min.js:concat",
"lib/js/lib/bootstrap.min.js:concat",
"lib/js/core.min.js:concat", "lib/js/core.min.js:concat",
"lib/js/legacy/globals.js", "lib/js/legacy/globals.js",
"lib/js/legacy/utils/datatype.js", "lib/js/legacy/utils/datatype.js",
@@ -102,7 +107,6 @@
"lib/js/legacy/webpage/body.js", "lib/js/legacy/webpage/body.js",
"lib/js/legacy/app.js", "lib/js/legacy/app.js",
"js/app.js", "js/app.js",
"lib/js/bootstrap/bootstrap-dropdown.js:concat",
"erpnext/startup/startup.js", "erpnext/startup/startup.js",
"erpnext/website/js/topbar.js" "erpnext/website/js/topbar.js"
] ]
@@ -114,6 +118,7 @@
"lib/js/lib/history/history.min.js:concat", "lib/js/lib/history/history.min.js:concat",
"lib/js/legacy/jquery/jquery-ui.min.js:concat", "lib/js/legacy/jquery/jquery-ui.min.js:concat",
"lib/js/legacy/tiny_mce_33/jquery.tinymce.js:concat", "lib/js/legacy/tiny_mce_33/jquery.tinymce.js:concat",
"lib/js/lib/bootstrap.min.js:concat",
"lib/js/core.min.js:concat", "lib/js/core.min.js:concat",
"lib/js/legacy/globals.js", "lib/js/legacy/globals.js",
"lib/js/legacy/utils/datatype.js", "lib/js/legacy/utils/datatype.js",
@@ -148,7 +153,6 @@
"lib/js/legacy/wn/widgets/footer.js", "lib/js/legacy/wn/widgets/footer.js",
"lib/js/legacy/model/local_data.js", "lib/js/legacy/model/local_data.js",
"lib/js/legacy/model/doclist.js", "lib/js/legacy/model/doclist.js",
"lib/js/bootstrap/bootstrap-dropdown.js:concat",
"lib/js/wn/ui/toolbar.min.js:concat", "lib/js/wn/ui/toolbar.min.js:concat",
"lib/js/legacy/webpage/body.js", "lib/js/legacy/webpage/body.js",
"lib/js/legacy/widgets/form/fields.js", "lib/js/legacy/widgets/form/fields.js",

View File

@@ -15,68 +15,6 @@ body {
background-color: #e2e2e2; background-color: #e2e2e2;
} }
/* heading from bootstrap */
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
font-weight: bold;
color: #333333;
text-rendering: optimizelegibility;
margin-bottom: 0.3em;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
font-weight: normal;
color: #999999;
}
h1 {
font-size: 30px;
line-height: 36px;
}
h1 small {
font-size: 18px;
}
h2 {
font-size: 24px;
line-height: 36px;
}
h2 small {
font-size: 18px;
}
h3 {
line-height: 27px;
font-size: 18px;
}
h3 small {
font-size: 14px;
}
h4, h5, h6 {
line-height: 18px;
}
h4 {
font-size: 14px;
}
h4 small {
font-size: 12px;
}
h5 {
font-size: 12px;
}
h6 {
font-size: 11px;
color: #999999;
text-transform: uppercase;
}
pre { margin: 0px; padding: 0px; } pre { margin: 0px; padding: 0px; }
button { margin: 2px; margin-left: 0px; } button { margin: 2px; margin-left: 0px; }
@@ -1657,7 +1595,70 @@ div.psidebar .section-link {
color: #666; color: #666;
} }
/* /*
* lib/css/bootstrap/bootstrap-buttons.css * lib/css/bootstrap/headings.css
*//* heading from bootstrap */
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
font-weight: bold;
color: #333333;
text-rendering: optimizelegibility;
margin-bottom: 0.3em;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
font-weight: normal;
color: #999999;
}
h1 {
font-size: 30px;
line-height: 36px;
}
h1 small {
font-size: 18px;
}
h2 {
font-size: 24px;
line-height: 36px;
}
h2 small {
font-size: 18px;
}
h3 {
line-height: 27px;
font-size: 18px;
}
h3 small {
font-size: 14px;
}
h4, h5, h6 {
line-height: 18px;
}
h4 {
font-size: 14px;
}
h4 small {
font-size: 12px;
}
h5 {
font-size: 12px;
}
h6 {
font-size: 11px;
color: #999999;
text-transform: uppercase;
}
/*
* lib/css/bootstrap/buttons.css
*/.btn.danger, */.btn.danger,
.alert-message.danger, .alert-message.danger,
.btn.danger:hover, .btn.danger:hover,
@@ -1859,338 +1860,288 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
font-weight: bold; font-weight: bold;
} }
/* /*
* lib/css/bootstrap/bootstrap-topbar.css * lib/css/bootstrap/navbar.css
*/.topbar { */.navbar {
height: 40px;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 10000;
overflow: visible; overflow: visible;
margin-bottom: 18px;
} }
.topbar a { .navbar-inner {
color: #bfbfbf; padding-left: 20px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); padding-right: 20px;
background-color: #2c2c2c;
background-image: -moz-linear-gradient(top, #333333, #222222);
background-image: -ms-linear-gradient(top, #333333, #222222);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
background-image: -webkit-linear-gradient(top, #333333, #222222);
background-image: -o-linear-gradient(top, #333333, #222222);
background-image: linear-gradient(top, #333333, #222222);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.btn-navbar {
display: none;
float: right;
padding: 7px 10px;
margin-left: 5px;
margin-right: 5px;
background-color: #2c2c2c;
background-image: -moz-linear-gradient(top, #333333, #222222);
background-image: -ms-linear-gradient(top, #333333, #222222);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
background-image: -webkit-linear-gradient(top, #333333, #222222);
background-image: -o-linear-gradient(top, #333333, #222222);
background-image: linear-gradient(top, #333333, #222222);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
border-color: #222222 #222222 #000000;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.btn-navbar:hover,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
background-color: #222222;
}
.btn-navbar:active, .btn-navbar.active {
background-color: #080808 \9;
}
.btn-navbar .icon-bar {
display: block;
width: 18px;
height: 2px;
background-color: #f5f5f5;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
margin-top: 3px;
}
.nav-collapse.collapse {
height: auto;
}
.navbar .brand:hover {
text-decoration: none; text-decoration: none;
} }
.topbar h3 a:hover, .topbar .brand:hover, .topbar ul .active > a { .navbar .brand {
background-color: #333;
background-color: rgba(255, 255, 255, 0.05);
color: #ffffff;
text-decoration: none;
}
.topbar h3 {
position: relative;
}
.topbar h3 a, .topbar .brand {
float: left; float: left;
display: block; display: block;
padding: 8px 20px 12px; padding: 8px 20px 12px;
margin-left: -20px; margin-left: -20px;
color: #ffffff;
font-size: 20px; font-size: 20px;
font-weight: 200; font-weight: 200;
line-height: 1; line-height: 1;
}
.topbar p {
margin: 0;
line-height: 40px;
}
.topbar p a:hover {
background-color: transparent;
color: #ffffff; color: #ffffff;
} }
.topbar form { .navbar .navbar-text {
float: left; margin-bottom: 0;
margin: 5px 0 0 0; line-height: 40px;
color: #999999;
}
.navbar .navbar-text a:hover {
color: #ffffff;
background-color: transparent;
}
.navbar .btn, .navbar .btn-group {
margin-top: 5px;
}
.navbar .btn-group .btn {
margin-top: 0;
}
.navbar-form {
margin-bottom: 0;
*zoom: 1;
}
.navbar-form:before, .navbar-form:after {
display: table;
content: "";
}
.navbar-form:after {
clear: both;
}
.navbar-form input, .navbar-form select {
display: inline-block;
margin-top: 5px;
margin-bottom: 0;
}
.navbar-form .radio, .navbar-form .checkbox {
margin-top: 5px;
}
.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
margin-top: 3px;
}
.navbar-search {
position: relative; position: relative;
filter: alpha(opacity=100); float: left;
-khtml-opacity: 1; margin-top: 6px;
-moz-opacity: 1; margin-bottom: 0;
opacity: 1;
} }
.topbar form.pull-right { .navbar-search .search-query {
float: right;
}
.topbar input {
background-color: #444;
background-color: rgba(255, 255, 255, 0.3);
font-family: inherit;
font-size: normal;
font-weight: 13px;
line-height: 1;
padding: 4px 9px; padding: 4px 9px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: normal;
line-height: 1;
color: #ffffff; color: #ffffff;
color: rgba(255, 255, 255, 0.75); color: rgba(255, 255, 255, 0.75);
background: #666;
background: rgba(255, 255, 255, 0.3);
border: 1px solid #111; border: 1px solid #111;
-webkit-border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
-moz-border-radius: 4px; -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
border-radius: 4px; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
-webkit-transition: none; -webkit-transition: none;
-moz-transition: none; -moz-transition: none;
-ms-transition: none; -ms-transition: none;
-o-transition: none; -o-transition: none;
transition: none; transition: none;
} }
.topbar input:-moz-placeholder { .navbar-search .search-query :-moz-placeholder {
color: #e6e6e6; color: #eeeeee;
} }
.topbar input::-webkit-input-placeholder { .navbar-search .search-query::-webkit-input-placeholder {
color: #e6e6e6; color: #eeeeee;
} }
.topbar input:hover { .navbar-search .search-query:hover {
background-color: #bfbfbf;
background-color: rgba(255, 255, 255, 0.5);
color: #ffffff; color: #ffffff;
background-color: #999999;
background-color: rgba(255, 255, 255, 0.5);
} }
.topbar input:focus, .topbar input.focused { .navbar-search .search-query:focus, .navbar-search .search-query.focused {
outline: 0;
background-color: #ffffff;
color: #404040;
text-shadow: 0 1px 0 #ffffff;
border: 0;
padding: 5px 10px; padding: 5px 10px;
color: #333333;
text-shadow: 0 1px 0 #ffffff;
background-color: #ffffff;
border: 0;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
outline: 0;
} }
.topbar-inner, .topbar .fill { .navbar-fixed-top {
background-color: #222; position: fixed;
background-color: #222222; top: 0;
background-repeat: repeat-x; right: 0;
background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222)); left: 0;
background-image: -moz-linear-gradient(top, #333333, #222222); z-index: 1030;
background-image: -ms-linear-gradient(top, #333333, #222222);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
background-image: -webkit-linear-gradient(top, #333333, #222222);
background-image: -o-linear-gradient(top, #333333, #222222);
background-image: linear-gradient(top, #333333, #222222);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
} }
.topbar div > ul, .nav { .navbar-fixed-top .navbar-inner {
padding-left: 0;
padding-right: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.navbar .nav {
position: relative;
left: 0;
display: block; display: block;
float: left; float: left;
margin: 0 10px 0 0; margin: 0 10px 0 0;
position: relative;
left: 0;
} }
.topbar div > ul > li, .nav > li { .navbar .nav.pull-right {
float: right;
}
.navbar .nav > li {
display: block; display: block;
float: left; float: left;
} }
.topbar div > ul a, .nav a { .navbar .nav > li > a {
display: block;
float: none; float: none;
padding: 10px 10px 11px; padding: 10px 10px 11px;
line-height: 19px; line-height: 19px;
color: #999999;
text-decoration: none; text-decoration: none;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
} }
.topbar div > ul a:hover, .nav a:hover { .navbar .nav > li > a:hover {
background-color: transparent;
color: #ffffff; color: #ffffff;
text-decoration: none; text-decoration: none;
} }
.topbar div > ul .active > a, .nav .active > a { .navbar .nav .active > a, .navbar .nav .active > a:hover {
background-color: #222; color: #ffffff;
text-decoration: none;
background-color: #222222;
background-color: rgba(0, 0, 0, 0.5); background-color: rgba(0, 0, 0, 0.5);
} }
.topbar div > ul.secondary-nav, .nav.secondary-nav { .navbar .divider-vertical {
float: right; height: 40px;
width: 1px;
margin: 0 9px;
overflow: hidden;
background-color: #222222;
border-right: 1px solid #333333;
}
.navbar .nav.pull-right {
margin-left: 10px; margin-left: 10px;
margin-right: 0; margin-right: 0;
} }
.topbar div > ul.secondary-nav .menu-dropdown, .navbar .dropdown-menu {
.nav.secondary-nav .menu-dropdown, margin-top: 1px;
.topbar div > ul.secondary-nav .dropdown-menu, -webkit-border-radius: 4px;
.nav.secondary-nav .dropdown-menu { -moz-border-radius: 4px;
right: 0; border-radius: 4px;
border: 0;
} }
.topbar div > ul a.menu:hover, .navbar .dropdown-menu:before {
.nav a.menu:hover, content: '';
.topbar div > ul li.open .menu,
.nav li.open .menu,
.topbar div > ul .dropdown-toggle:hover,
.nav .dropdown-toggle:hover,
.topbar div > ul .dropdown.open .dropdown-toggle,
.nav .dropdown.open .dropdown-toggle {
background: #444;
background: rgba(255, 255, 255, 0.05);
}
.topbar div > ul .menu-dropdown,
.nav .menu-dropdown,
.topbar div > ul .dropdown-menu,
.nav .dropdown-menu {
background-color: #333;
}
.topbar div > ul .menu-dropdown a.menu,
.nav .menu-dropdown a.menu,
.topbar div > ul .dropdown-menu a.menu,
.nav .dropdown-menu a.menu,
.topbar div > ul .menu-dropdown .dropdown-toggle,
.nav .menu-dropdown .dropdown-toggle,
.topbar div > ul .dropdown-menu .dropdown-toggle,
.nav .dropdown-menu .dropdown-toggle {
color: #ffffff;
}
.topbar div > ul .menu-dropdown a.menu.open,
.nav .menu-dropdown a.menu.open,
.topbar div > ul .dropdown-menu a.menu.open,
.nav .dropdown-menu a.menu.open,
.topbar div > ul .menu-dropdown .dropdown-toggle.open,
.nav .menu-dropdown .dropdown-toggle.open,
.topbar div > ul .dropdown-menu .dropdown-toggle.open,
.nav .dropdown-menu .dropdown-toggle.open {
background: #444;
background: rgba(255, 255, 255, 0.05);
}
.topbar div > ul .menu-dropdown li a,
.nav .menu-dropdown li a,
.topbar div > ul .dropdown-menu li a,
.nav .dropdown-menu li a {
color: #999;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.topbar div > ul .menu-dropdown li a:hover,
.nav .menu-dropdown li a:hover,
.topbar div > ul .dropdown-menu li a:hover,
.nav .dropdown-menu li a:hover {
background-color: #191919;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#292929), to(#191919));
background-image: -moz-linear-gradient(top, #292929, #191919);
background-image: -ms-linear-gradient(top, #292929, #191919);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #191919));
background-image: -webkit-linear-gradient(top, #292929, #191919);
background-image: -o-linear-gradient(top, #292929, #191919);
background-image: linear-gradient(top, #292929, #191919);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#191919', GradientType=0);
color: #ffffff;
}
.topbar div > ul .menu-dropdown .active a,
.nav .menu-dropdown .active a,
.topbar div > ul .dropdown-menu .active a,
.nav .dropdown-menu .active a {
color: #ffffff;
}
.topbar div > ul .menu-dropdown .divider,
.nav .menu-dropdown .divider,
.topbar div > ul .dropdown-menu .divider,
.nav .dropdown-menu .divider {
background-color: #222;
border-color: #444;
}
.topbar ul .menu-dropdown li a, .topbar ul .dropdown-menu li a {
padding: 4px 15px;
}
li.menu, .dropdown {
position: relative;
}
a.menu:after, .dropdown-toggle:after {
width: 0;
height: 0;
display: inline-block; display: inline-block;
content: "↓"; border-left: 7px solid transparent;
text-indent: -99999px; border-right: 7px solid transparent;
vertical-align: top; border-bottom: 7px solid #ccc;
margin-top: 8px; border-bottom-color: rgba(0, 0, 0, 0.2);
margin-left: 4px;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #ffffff;
filter: alpha(opacity=50);
-khtml-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
}
.menu-dropdown, .dropdown-menu {
background-color: #ffffff;
float: left;
display: none;
position: absolute; position: absolute;
top: 40px; top: -7px;
z-index: 900; left: 9px;
min-width: 160px;
max-width: 220px;
_width: 160px;
margin-left: 0;
margin-right: 0;
padding: 6px 0;
zoom: 1;
border-color: #999;
border-color: rgba(0, 0, 0, 0.2);
border-style: solid;
border-width: 0 1px 1px;
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
} }
.menu-dropdown li, .dropdown-menu li { .navbar .dropdown-menu:after {
float: none; content: '';
display: block; display: inline-block;
background-color: none; border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
position: absolute;
top: -6px;
left: 10px;
} }
.menu-dropdown .divider, .dropdown-menu .divider { .navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
height: 1px; border-top-color: #ffffff;
margin: 5px 0;
overflow: hidden;
background-color: #eee;
border-bottom: 1px solid #ffffff;
} }
.topbar .dropdown-menu a, .dropdown-menu a { .navbar .nav .active .caret {
display: block; opacity: 1;
padding: 4px 15px; filter: alpha(opacity=100);
clear: both;
font-weight: normal;
line-height: 18px;
color: #808080;
text-shadow: 0 1px 0 #ffffff;
} }
.topbar .dropdown-menu a:hover, .navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
.dropdown-menu a:hover, background-color: transparent;
.topbar .dropdown-menu a.hover,
.dropdown-menu a.hover {
background-color: #dddddd;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
background-image: linear-gradient(top, #eeeeee, #dddddd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
color: #404040;
text-decoration: none;
-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
} }
.open .menu, .navbar .nav .active > .dropdown-toggle:hover {
.dropdown.open .menu,
.open .dropdown-toggle,
.dropdown.open .dropdown-toggle {
color: #ffffff; color: #ffffff;
background: #ccc;
background: rgba(0, 0, 0, 0.3);
} }
.open .menu-dropdown, .navbar .nav.pull-right .dropdown-menu {
.dropdown.open .menu-dropdown, left: auto;
.open .dropdown-menu, right: 0;
.dropdown.open .dropdown-menu { }
display: block; .navbar .nav.pull-right .dropdown-menu:before {
left: auto;
right: 12px;
}
.navbar .nav.pull-right .dropdown-menu:after {
left: auto;
right: 13px;
} }
/*extra size menus for recent*/ /*extra size menus for recent*/
@@ -2200,7 +2151,7 @@ a.menu:after, .dropdown-toggle:after {
} }
/* ajax spinner */ /* ajax spinner */
.topbar #spinner { .navbar #spinner {
display: block; display: block;
float: right; float: right;
width: 20px; width: 20px;
@@ -2209,9 +2160,111 @@ a.menu:after, .dropdown-toggle:after {
visibility: hidden; visibility: hidden;
} }
.topbar-inner { .navbar-inner {
padding: 0px 20px; padding: 0px 20px;
} }
/*
* lib/css/bootstrap/dropdown.css
*/.dropdown {
position: relative;
}
.dropdown-toggle {
*margin-bottom: -3px;
}
.dropdown-toggle:active, .open .dropdown-toggle {
outline: 0;
}
.caret {
display: inline-block;
width: 0;
height: 0;
text-indent: -99999px;
*text-indent: 0;
vertical-align: top;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #000000;
opacity: 0.3;
filter: alpha(opacity=30);
content: "\2193";
}
.dropdown .caret {
margin-top: 8px;
margin-left: 2px;
}
.dropdown:hover .caret, .open.dropdown .caret {
opacity: 1;
filter: alpha(opacity=100);
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
display: none;
min-width: 160px;
max-width: 220px;
_width: 160px;
padding: 4px 0;
margin: 0;
list-style: none;
background-color: #ffffff;
border-color: #ccc;
border-color: rgba(0, 0, 0, 0.2);
border-style: solid;
border-width: 1px;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
*border-right-width: 2px;
*border-bottom-width: 2px;
}
.dropdown-menu.bottom-up {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
.dropdown-menu .divider {
height: 1px;
margin: 5px 1px;
overflow: hidden;
background-color: #e5e5e5;
border-bottom: 1px solid #ffffff;
*width: 100%;
*margin: -5px 0 5px;
}
.dropdown-menu a {
display: block;
padding: 3px 15px;
clear: both;
font-weight: normal;
line-height: 18px;
color: #555555;
white-space: nowrap;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
color: #ffffff;
text-decoration: none;
background-color: #0088cc;
}
.dropdown.open {
*z-index: 1000;
}
.dropdown.open .dropdown-toggle {
color: #ffffff;
background: #ccc;
background: rgba(0, 0, 0, 0.3);
}
.dropdown.open .dropdown-menu {
display: block;
}
/* /*
* erpnext/startup/startup.css * erpnext/startup/startup.css
*/h1, h2, h3, h4, h5 { */h1, h2, h3, h4, h5 {

View File

@@ -15,68 +15,6 @@ body {
background-color: #e2e2e2; background-color: #e2e2e2;
} }
/* heading from bootstrap */
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
font-weight: bold;
color: #333333;
text-rendering: optimizelegibility;
margin-bottom: 0.3em;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
font-weight: normal;
color: #999999;
}
h1 {
font-size: 30px;
line-height: 36px;
}
h1 small {
font-size: 18px;
}
h2 {
font-size: 24px;
line-height: 36px;
}
h2 small {
font-size: 18px;
}
h3 {
line-height: 27px;
font-size: 18px;
}
h3 small {
font-size: 14px;
}
h4, h5, h6 {
line-height: 18px;
}
h4 {
font-size: 14px;
}
h4 small {
font-size: 12px;
}
h5 {
font-size: 12px;
}
h6 {
font-size: 11px;
color: #999999;
text-transform: uppercase;
}
pre { margin: 0px; padding: 0px; } pre { margin: 0px; padding: 0px; }
button { margin: 2px; margin-left: 0px; } button { margin: 2px; margin-left: 0px; }
@@ -456,7 +394,70 @@ div.dialog_row table td textarea {
} }
/* /*
* lib/css/bootstrap/bootstrap-buttons.css * lib/css/bootstrap/headings.css
*//* heading from bootstrap */
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
font-weight: bold;
color: #333333;
text-rendering: optimizelegibility;
margin-bottom: 0.3em;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
font-weight: normal;
color: #999999;
}
h1 {
font-size: 30px;
line-height: 36px;
}
h1 small {
font-size: 18px;
}
h2 {
font-size: 24px;
line-height: 36px;
}
h2 small {
font-size: 18px;
}
h3 {
line-height: 27px;
font-size: 18px;
}
h3 small {
font-size: 14px;
}
h4, h5, h6 {
line-height: 18px;
}
h4 {
font-size: 14px;
}
h4 small {
font-size: 12px;
}
h5 {
font-size: 12px;
}
h6 {
font-size: 11px;
color: #999999;
text-transform: uppercase;
}
/*
* lib/css/bootstrap/buttons.css
*/.btn.danger, */.btn.danger,
.alert-message.danger, .alert-message.danger,
.btn.danger:hover, .btn.danger:hover,
@@ -658,338 +659,288 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
font-weight: bold; font-weight: bold;
} }
/* /*
* lib/css/bootstrap/bootstrap-topbar.css * lib/css/bootstrap/navbar.css
*/.topbar { */.navbar {
height: 40px;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 10000;
overflow: visible; overflow: visible;
margin-bottom: 18px;
} }
.topbar a { .navbar-inner {
color: #bfbfbf; padding-left: 20px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); padding-right: 20px;
background-color: #2c2c2c;
background-image: -moz-linear-gradient(top, #333333, #222222);
background-image: -ms-linear-gradient(top, #333333, #222222);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
background-image: -webkit-linear-gradient(top, #333333, #222222);
background-image: -o-linear-gradient(top, #333333, #222222);
background-image: linear-gradient(top, #333333, #222222);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.btn-navbar {
display: none;
float: right;
padding: 7px 10px;
margin-left: 5px;
margin-right: 5px;
background-color: #2c2c2c;
background-image: -moz-linear-gradient(top, #333333, #222222);
background-image: -ms-linear-gradient(top, #333333, #222222);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
background-image: -webkit-linear-gradient(top, #333333, #222222);
background-image: -o-linear-gradient(top, #333333, #222222);
background-image: linear-gradient(top, #333333, #222222);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
border-color: #222222 #222222 #000000;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.btn-navbar:hover,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
background-color: #222222;
}
.btn-navbar:active, .btn-navbar.active {
background-color: #080808 \9;
}
.btn-navbar .icon-bar {
display: block;
width: 18px;
height: 2px;
background-color: #f5f5f5;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
margin-top: 3px;
}
.nav-collapse.collapse {
height: auto;
}
.navbar .brand:hover {
text-decoration: none; text-decoration: none;
} }
.topbar h3 a:hover, .topbar .brand:hover, .topbar ul .active > a { .navbar .brand {
background-color: #333;
background-color: rgba(255, 255, 255, 0.05);
color: #ffffff;
text-decoration: none;
}
.topbar h3 {
position: relative;
}
.topbar h3 a, .topbar .brand {
float: left; float: left;
display: block; display: block;
padding: 8px 20px 12px; padding: 8px 20px 12px;
margin-left: -20px; margin-left: -20px;
color: #ffffff;
font-size: 20px; font-size: 20px;
font-weight: 200; font-weight: 200;
line-height: 1; line-height: 1;
}
.topbar p {
margin: 0;
line-height: 40px;
}
.topbar p a:hover {
background-color: transparent;
color: #ffffff; color: #ffffff;
} }
.topbar form { .navbar .navbar-text {
float: left; margin-bottom: 0;
margin: 5px 0 0 0; line-height: 40px;
color: #999999;
}
.navbar .navbar-text a:hover {
color: #ffffff;
background-color: transparent;
}
.navbar .btn, .navbar .btn-group {
margin-top: 5px;
}
.navbar .btn-group .btn {
margin-top: 0;
}
.navbar-form {
margin-bottom: 0;
*zoom: 1;
}
.navbar-form:before, .navbar-form:after {
display: table;
content: "";
}
.navbar-form:after {
clear: both;
}
.navbar-form input, .navbar-form select {
display: inline-block;
margin-top: 5px;
margin-bottom: 0;
}
.navbar-form .radio, .navbar-form .checkbox {
margin-top: 5px;
}
.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
margin-top: 3px;
}
.navbar-search {
position: relative; position: relative;
filter: alpha(opacity=100); float: left;
-khtml-opacity: 1; margin-top: 6px;
-moz-opacity: 1; margin-bottom: 0;
opacity: 1;
} }
.topbar form.pull-right { .navbar-search .search-query {
float: right;
}
.topbar input {
background-color: #444;
background-color: rgba(255, 255, 255, 0.3);
font-family: inherit;
font-size: normal;
font-weight: 13px;
line-height: 1;
padding: 4px 9px; padding: 4px 9px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: normal;
line-height: 1;
color: #ffffff; color: #ffffff;
color: rgba(255, 255, 255, 0.75); color: rgba(255, 255, 255, 0.75);
background: #666;
background: rgba(255, 255, 255, 0.3);
border: 1px solid #111; border: 1px solid #111;
-webkit-border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
-moz-border-radius: 4px; -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
border-radius: 4px; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
-webkit-transition: none; -webkit-transition: none;
-moz-transition: none; -moz-transition: none;
-ms-transition: none; -ms-transition: none;
-o-transition: none; -o-transition: none;
transition: none; transition: none;
} }
.topbar input:-moz-placeholder { .navbar-search .search-query :-moz-placeholder {
color: #e6e6e6; color: #eeeeee;
} }
.topbar input::-webkit-input-placeholder { .navbar-search .search-query::-webkit-input-placeholder {
color: #e6e6e6; color: #eeeeee;
} }
.topbar input:hover { .navbar-search .search-query:hover {
background-color: #bfbfbf;
background-color: rgba(255, 255, 255, 0.5);
color: #ffffff; color: #ffffff;
background-color: #999999;
background-color: rgba(255, 255, 255, 0.5);
} }
.topbar input:focus, .topbar input.focused { .navbar-search .search-query:focus, .navbar-search .search-query.focused {
outline: 0;
background-color: #ffffff;
color: #404040;
text-shadow: 0 1px 0 #ffffff;
border: 0;
padding: 5px 10px; padding: 5px 10px;
color: #333333;
text-shadow: 0 1px 0 #ffffff;
background-color: #ffffff;
border: 0;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
outline: 0;
} }
.topbar-inner, .topbar .fill { .navbar-fixed-top {
background-color: #222; position: fixed;
background-color: #222222; top: 0;
background-repeat: repeat-x; right: 0;
background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222)); left: 0;
background-image: -moz-linear-gradient(top, #333333, #222222); z-index: 1030;
background-image: -ms-linear-gradient(top, #333333, #222222);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
background-image: -webkit-linear-gradient(top, #333333, #222222);
background-image: -o-linear-gradient(top, #333333, #222222);
background-image: linear-gradient(top, #333333, #222222);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
} }
.topbar div > ul, .nav { .navbar-fixed-top .navbar-inner {
padding-left: 0;
padding-right: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.navbar .nav {
position: relative;
left: 0;
display: block; display: block;
float: left; float: left;
margin: 0 10px 0 0; margin: 0 10px 0 0;
position: relative;
left: 0;
} }
.topbar div > ul > li, .nav > li { .navbar .nav.pull-right {
float: right;
}
.navbar .nav > li {
display: block; display: block;
float: left; float: left;
} }
.topbar div > ul a, .nav a { .navbar .nav > li > a {
display: block;
float: none; float: none;
padding: 10px 10px 11px; padding: 10px 10px 11px;
line-height: 19px; line-height: 19px;
color: #999999;
text-decoration: none; text-decoration: none;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
} }
.topbar div > ul a:hover, .nav a:hover { .navbar .nav > li > a:hover {
background-color: transparent;
color: #ffffff; color: #ffffff;
text-decoration: none; text-decoration: none;
} }
.topbar div > ul .active > a, .nav .active > a { .navbar .nav .active > a, .navbar .nav .active > a:hover {
background-color: #222; color: #ffffff;
text-decoration: none;
background-color: #222222;
background-color: rgba(0, 0, 0, 0.5); background-color: rgba(0, 0, 0, 0.5);
} }
.topbar div > ul.secondary-nav, .nav.secondary-nav { .navbar .divider-vertical {
float: right; height: 40px;
width: 1px;
margin: 0 9px;
overflow: hidden;
background-color: #222222;
border-right: 1px solid #333333;
}
.navbar .nav.pull-right {
margin-left: 10px; margin-left: 10px;
margin-right: 0; margin-right: 0;
} }
.topbar div > ul.secondary-nav .menu-dropdown, .navbar .dropdown-menu {
.nav.secondary-nav .menu-dropdown, margin-top: 1px;
.topbar div > ul.secondary-nav .dropdown-menu, -webkit-border-radius: 4px;
.nav.secondary-nav .dropdown-menu { -moz-border-radius: 4px;
right: 0; border-radius: 4px;
border: 0;
} }
.topbar div > ul a.menu:hover, .navbar .dropdown-menu:before {
.nav a.menu:hover, content: '';
.topbar div > ul li.open .menu,
.nav li.open .menu,
.topbar div > ul .dropdown-toggle:hover,
.nav .dropdown-toggle:hover,
.topbar div > ul .dropdown.open .dropdown-toggle,
.nav .dropdown.open .dropdown-toggle {
background: #444;
background: rgba(255, 255, 255, 0.05);
}
.topbar div > ul .menu-dropdown,
.nav .menu-dropdown,
.topbar div > ul .dropdown-menu,
.nav .dropdown-menu {
background-color: #333;
}
.topbar div > ul .menu-dropdown a.menu,
.nav .menu-dropdown a.menu,
.topbar div > ul .dropdown-menu a.menu,
.nav .dropdown-menu a.menu,
.topbar div > ul .menu-dropdown .dropdown-toggle,
.nav .menu-dropdown .dropdown-toggle,
.topbar div > ul .dropdown-menu .dropdown-toggle,
.nav .dropdown-menu .dropdown-toggle {
color: #ffffff;
}
.topbar div > ul .menu-dropdown a.menu.open,
.nav .menu-dropdown a.menu.open,
.topbar div > ul .dropdown-menu a.menu.open,
.nav .dropdown-menu a.menu.open,
.topbar div > ul .menu-dropdown .dropdown-toggle.open,
.nav .menu-dropdown .dropdown-toggle.open,
.topbar div > ul .dropdown-menu .dropdown-toggle.open,
.nav .dropdown-menu .dropdown-toggle.open {
background: #444;
background: rgba(255, 255, 255, 0.05);
}
.topbar div > ul .menu-dropdown li a,
.nav .menu-dropdown li a,
.topbar div > ul .dropdown-menu li a,
.nav .dropdown-menu li a {
color: #999;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.topbar div > ul .menu-dropdown li a:hover,
.nav .menu-dropdown li a:hover,
.topbar div > ul .dropdown-menu li a:hover,
.nav .dropdown-menu li a:hover {
background-color: #191919;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#292929), to(#191919));
background-image: -moz-linear-gradient(top, #292929, #191919);
background-image: -ms-linear-gradient(top, #292929, #191919);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #191919));
background-image: -webkit-linear-gradient(top, #292929, #191919);
background-image: -o-linear-gradient(top, #292929, #191919);
background-image: linear-gradient(top, #292929, #191919);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#191919', GradientType=0);
color: #ffffff;
}
.topbar div > ul .menu-dropdown .active a,
.nav .menu-dropdown .active a,
.topbar div > ul .dropdown-menu .active a,
.nav .dropdown-menu .active a {
color: #ffffff;
}
.topbar div > ul .menu-dropdown .divider,
.nav .menu-dropdown .divider,
.topbar div > ul .dropdown-menu .divider,
.nav .dropdown-menu .divider {
background-color: #222;
border-color: #444;
}
.topbar ul .menu-dropdown li a, .topbar ul .dropdown-menu li a {
padding: 4px 15px;
}
li.menu, .dropdown {
position: relative;
}
a.menu:after, .dropdown-toggle:after {
width: 0;
height: 0;
display: inline-block; display: inline-block;
content: "↓"; border-left: 7px solid transparent;
text-indent: -99999px; border-right: 7px solid transparent;
vertical-align: top; border-bottom: 7px solid #ccc;
margin-top: 8px; border-bottom-color: rgba(0, 0, 0, 0.2);
margin-left: 4px;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #ffffff;
filter: alpha(opacity=50);
-khtml-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
}
.menu-dropdown, .dropdown-menu {
background-color: #ffffff;
float: left;
display: none;
position: absolute; position: absolute;
top: 40px; top: -7px;
z-index: 900; left: 9px;
min-width: 160px;
max-width: 220px;
_width: 160px;
margin-left: 0;
margin-right: 0;
padding: 6px 0;
zoom: 1;
border-color: #999;
border-color: rgba(0, 0, 0, 0.2);
border-style: solid;
border-width: 0 1px 1px;
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
} }
.menu-dropdown li, .dropdown-menu li { .navbar .dropdown-menu:after {
float: none; content: '';
display: block; display: inline-block;
background-color: none; border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
position: absolute;
top: -6px;
left: 10px;
} }
.menu-dropdown .divider, .dropdown-menu .divider { .navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
height: 1px; border-top-color: #ffffff;
margin: 5px 0;
overflow: hidden;
background-color: #eee;
border-bottom: 1px solid #ffffff;
} }
.topbar .dropdown-menu a, .dropdown-menu a { .navbar .nav .active .caret {
display: block; opacity: 1;
padding: 4px 15px; filter: alpha(opacity=100);
clear: both;
font-weight: normal;
line-height: 18px;
color: #808080;
text-shadow: 0 1px 0 #ffffff;
} }
.topbar .dropdown-menu a:hover, .navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
.dropdown-menu a:hover, background-color: transparent;
.topbar .dropdown-menu a.hover,
.dropdown-menu a.hover {
background-color: #dddddd;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
background-image: linear-gradient(top, #eeeeee, #dddddd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
color: #404040;
text-decoration: none;
-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
} }
.open .menu, .navbar .nav .active > .dropdown-toggle:hover {
.dropdown.open .menu,
.open .dropdown-toggle,
.dropdown.open .dropdown-toggle {
color: #ffffff; color: #ffffff;
background: #ccc;
background: rgba(0, 0, 0, 0.3);
} }
.open .menu-dropdown, .navbar .nav.pull-right .dropdown-menu {
.dropdown.open .menu-dropdown, left: auto;
.open .dropdown-menu, right: 0;
.dropdown.open .dropdown-menu { }
display: block; .navbar .nav.pull-right .dropdown-menu:before {
left: auto;
right: 12px;
}
.navbar .nav.pull-right .dropdown-menu:after {
left: auto;
right: 13px;
} }
/*extra size menus for recent*/ /*extra size menus for recent*/
@@ -999,7 +950,7 @@ a.menu:after, .dropdown-toggle:after {
} }
/* ajax spinner */ /* ajax spinner */
.topbar #spinner { .navbar #spinner {
display: block; display: block;
float: right; float: right;
width: 20px; width: 20px;
@@ -1008,9 +959,111 @@ a.menu:after, .dropdown-toggle:after {
visibility: hidden; visibility: hidden;
} }
.topbar-inner { .navbar-inner {
padding: 0px 20px; padding: 0px 20px;
} }
/*
* lib/css/bootstrap/dropdown.css
*/.dropdown {
position: relative;
}
.dropdown-toggle {
*margin-bottom: -3px;
}
.dropdown-toggle:active, .open .dropdown-toggle {
outline: 0;
}
.caret {
display: inline-block;
width: 0;
height: 0;
text-indent: -99999px;
*text-indent: 0;
vertical-align: top;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #000000;
opacity: 0.3;
filter: alpha(opacity=30);
content: "\2193";
}
.dropdown .caret {
margin-top: 8px;
margin-left: 2px;
}
.dropdown:hover .caret, .open.dropdown .caret {
opacity: 1;
filter: alpha(opacity=100);
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
display: none;
min-width: 160px;
max-width: 220px;
_width: 160px;
padding: 4px 0;
margin: 0;
list-style: none;
background-color: #ffffff;
border-color: #ccc;
border-color: rgba(0, 0, 0, 0.2);
border-style: solid;
border-width: 1px;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
*border-right-width: 2px;
*border-bottom-width: 2px;
}
.dropdown-menu.bottom-up {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
.dropdown-menu .divider {
height: 1px;
margin: 5px 1px;
overflow: hidden;
background-color: #e5e5e5;
border-bottom: 1px solid #ffffff;
*width: 100%;
*margin: -5px 0 5px;
}
.dropdown-menu a {
display: block;
padding: 3px 15px;
clear: both;
font-weight: normal;
line-height: 18px;
color: #555555;
white-space: nowrap;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
color: #ffffff;
text-decoration: none;
background-color: #0088cc;
}
.dropdown.open {
*z-index: 1000;
}
.dropdown.open .dropdown-toggle {
color: #ffffff;
background: #ccc;
background: rgba(0, 0, 0, 0.3);
}
.dropdown.open .dropdown-menu {
display: block;
}
/* /*
* erpnext/startup/startup.css * erpnext/startup/startup.css
*/h1, h2, h3, h4, h5 { */h1, h2, h3, h4, h5 {

View File

@@ -1,4 +1,4 @@
wn.provide('erpnext.topbar'); wn.provide('erpnext.navbar');
/* /*
<li class="dropdown">\ <li class="dropdown">\
@@ -8,16 +8,16 @@ wn.provide('erpnext.topbar');
</li>\ </li>\
*/ */
erpnext.topbar.TopBar = Class.extend({ erpnext.navbar.navbar = Class.extend({
init: function() { init: function() {
this.make(); this.make();
$('.brand').html(wn.boot.website_settings.brand_html); $('.brand').html(wn.boot.website_settings.brand_html);
this.make_items(); this.make_items();
$('.topbar').dropdown(); $('.navbar').dropdown();
}, },
make: function() { make: function() {
$('header').append('<div class="topbar">\ $('header').append('<div class="navbar navbar-fixed-top">\
<div class="topbar-inner">\ <div class="navbar-inner">\
<div class="container">\ <div class="container">\
<a class="brand">[brand]</a>\ <a class="brand">[brand]</a>\
<ul class="nav">\ <ul class="nav">\
@@ -52,7 +52,9 @@ erpnext.topbar.TopBar = Class.extend({
$parent_li = $(repl('header li[data-label="%(parent_label)s"]', item)); $parent_li = $(repl('header li[data-label="%(parent_label)s"]', item));
if(!$parent_li.hasClass('dropdown')) { if(!$parent_li.hasClass('dropdown')) {
$parent_li.addClass('dropdown'); $parent_li.addClass('dropdown');
$parent_li.find('a:first').addClass('dropdown-toggle'); $parent_li.find('a:first').addClass('dropdown-toggle')
.attr('data-toggle', 'dropdown')
.append('<b class="caret"></b>');
$parent_li.append('<ul class="dropdown-menu"></ul>'); $parent_li.append('<ul class="dropdown-menu"></ul>');
} }
item.route = item.url || item.custom_page; item.route = item.url || item.custom_page;
@@ -91,5 +93,5 @@ erpnext.Footer = Class.extend({
$(document).bind('startup', function() { $(document).bind('startup', function() {
erpnext.footer = new erpnext.Footer(); erpnext.footer = new erpnext.Footer();
erpnext.topbar.topbar = new erpnext.topbar.TopBar(); erpnext.navbar.navbar = new erpnext.navbar.navbar();
}) })

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
525 530