remove whitespace below menubar when toolbar hidden.

closes #7292
This commit is contained in:
Matthias Bussonnier 2014-12-24 18:52:22 +01:00
parent 7b21e13705
commit 54a3f47905
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

@ -9766,7 +9766,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;
@ -10296,7 +10296,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;