Update source LESS files

This commit is contained in:
Dave Shoreman 2015-07-31 08:57:14 +01:00
parent eac25c69de
commit 12353036a3
2 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,7 @@
background: @color-sidebarnav-bg;
.control-toolbar {
height: auto;
padding: 20px 0 20px 20px;
input.form-control {
@ -195,4 +196,4 @@
display: block !important;
}
}
}
}

View File

@ -10,6 +10,7 @@ nav#layout-mainmenu.navbar {
// .clearfix();
// position: relative;
background-color: @color-mainmenu;
height: auto;
padding: 0 0 0 20px;
line-height: 0;
white-space: nowrap;
@ -277,4 +278,4 @@ body.mainmenu-open .mainmenu-collapsed ul {
@media (min-width: @menu-breakpoint-min) {
#layout-canvas {position: static!important;}
.mainmenu-collapsed {display: none!important;}
}
}