Revert eac25c69de
Toolbar no longer sets height 100%, tests in Chrome 45 fine
This commit is contained in:
parent
2a6b58a3fe
commit
e2fafa3552
|
|
@ -385,7 +385,7 @@
|
|||
.control-treeview ol > li.drop-target.has-subitems > div:before{background-position:0px -102px}
|
||||
}
|
||||
.sidenav-tree{width:280px;background:#34495e}
|
||||
.sidenav-tree .control-toolbar{height:auto;padding:20px 0 20px 20px}
|
||||
.sidenav-tree .control-toolbar{padding:20px 0 20px 20px}
|
||||
.sidenav-tree .control-toolbar input.form-control{border:none}
|
||||
.sidenav-tree ul{padding:0;margin:0;list-style:none}
|
||||
.sidenav-tree div.scrollbar-thumb{background:#2b3e50 !important}
|
||||
|
|
@ -619,7 +619,7 @@ body.slim-container .layout.layout-container,body.slim-container .layout .layout
|
|||
.layout.responsive-sidebar > .layout-cell:last-child .layout-absolute{position:static}
|
||||
}
|
||||
body.mainmenu-open{overflow:hidden}
|
||||
nav#layout-mainmenu.navbar{background-color:#111111;height:auto;padding:0 0 0 20px;line-height:0;white-space:nowrap}
|
||||
nav#layout-mainmenu.navbar{background-color:#111111;padding:0 0 0 20px;line-height:0;white-space:nowrap}
|
||||
nav#layout-mainmenu.navbar a{text-decoration:none}
|
||||
nav#layout-mainmenu.navbar a:focus{background:transparent}
|
||||
nav#layout-mainmenu.navbar ul{margin:0;padding:0;list-style:none;float:left;font-weight:600;white-space:nowrap;overflow:hidden}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
background: @color-sidebarnav-bg;
|
||||
|
||||
.control-toolbar {
|
||||
height: auto;
|
||||
padding: 20px 0 20px 20px;
|
||||
|
||||
input.form-control {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ body.mainmenu-open {
|
|||
|
||||
nav#layout-mainmenu.navbar {
|
||||
background-color: @color-mainmenu;
|
||||
height: auto;
|
||||
padding: 0 0 0 20px;
|
||||
line-height: 0;
|
||||
white-space: nowrap;
|
||||
|
|
|
|||
Loading…
Reference in New Issue