Merge pull request #7307 from Carreau/remove-white

remove whitespace below menubar when toolbar hidden.
This commit is contained in:
Brian E. Granger 2014-12-26 17:06:13 -08:00
commit df578b8835
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
.navbar {
border-top: 1px;
border-radius: 0px 0px @border-radius-base @border-radius-base;
margin-bottom: 6px;
margin-bottom: -1px;
}
.navbar-toggle {

View File

@ -1,7 +1,7 @@
.toolbar {
padding: 0px;
margin-left: -5px;
margin-top: -5px;
margin-top: 2px;
margin-bottom: 5px;
select, label {

View File

@ -9767,7 +9767,7 @@ select[multiple].celltoolbar select {
#menubar .navbar {
border-top: 1px;
border-radius: 0px 0px 2px 2px;
margin-bottom: 6px;
margin-bottom: -1px;
}
#menubar .navbar-toggle {
float: left;
@ -10298,7 +10298,7 @@ span.autosave_status {
.toolbar {
padding: 0px;
margin-left: -5px;
margin-top: -5px;
margin-top: 2px;
margin-bottom: 5px;
box-sizing: border-box;
-moz-box-sizing: border-box;