mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 16:45:02 +00:00
Changed position of menus in navbar
This commit is contained in:
@@ -1313,12 +1313,6 @@ button.btn.small, input[type="submit"].btn.small {
|
||||
right: 13px;
|
||||
}
|
||||
|
||||
/*extra size menus for recent*/
|
||||
.dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{
|
||||
width: 260px !important;
|
||||
max-width: 260px !important;
|
||||
}
|
||||
|
||||
/* ajax spinner */
|
||||
.navbar #spinner {
|
||||
display: block;
|
||||
@@ -1332,6 +1326,7 @@ button.btn.small, input[type="submit"].btn.small {
|
||||
.navbar-inner {
|
||||
padding: 0px 20px;
|
||||
}
|
||||
|
||||
/*
|
||||
* lib/css/bootstrap/dropdown.css
|
||||
*/.dropdown {
|
||||
@@ -1648,13 +1643,43 @@ body {
|
||||
.navbar-new-comments {
|
||||
margin: -3px 0px;
|
||||
padding: 2px;
|
||||
font-size: 14px;
|
||||
color: #fff;
|
||||
background-color: #B00D07;
|
||||
min-width: 20px;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
border-radius: 2px;
|
||||
color: #999999;
|
||||
background-color: #333131;
|
||||
}
|
||||
|
||||
.navbar-new-comments:hover,
|
||||
.navbar-new-comments:active,
|
||||
.navbar-new-comments:focus {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
.navbar-new-comments-true {
|
||||
color: #fff;
|
||||
background-color: #B00D07;
|
||||
}
|
||||
|
||||
.navbar-icon-home {
|
||||
vertical-align: middle;
|
||||
opacity:0.4;
|
||||
Filter:alpha(opacity=40); /* For IE8 and earlier */
|
||||
}
|
||||
|
||||
.navbar-icon-home:hover,
|
||||
.navbar-icon-home:focus,
|
||||
.navbar-icon-home:active {
|
||||
opacity:1;
|
||||
Filter:alpha(opacity=100); /* For IE8 and earlier */
|
||||
}
|
||||
|
||||
/*extra size menus for recent*/
|
||||
.dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{
|
||||
min-width: 160px !important;
|
||||
max-width: 260px !important;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user