Bug 982215 - bookmarks toolbar shrinks when removing the bookmarks toolbar items, r=mikedeboer

--HG--
extra : rebase_source : 12b99d5e02b76f6fbe08c0efe7ec470b54aef1e9
This commit is contained in:
Gijs Kruitbosch 2014-04-14 17:01:41 +01:00
parent 893190ba16
commit 789c6639b5

View File

@ -142,6 +142,8 @@ toolbarseparator {
#PersonalToolbar {
padding: 0 4px 4px;
/* 4px padding ^ plus 19px personal-bookmarks (see below) */
min-height: 23px;
}
#navigator-toolbox > toolbar:not(#TabsToolbar):-moz-lwtheme {
@ -157,7 +159,7 @@ toolbarseparator {
/* ----- BOOKMARK TOOLBAR ----- */
#personal-bookmarks {
min-height: 17px; /* 16px button height + 1px margin-bottom */
min-height: 19px; /* 16px button height + 2px padding + 1px margin-bottom */
}
toolbarbutton.chevron {