Bug 552840 - Tweak positions of some menus. r=dao

This commit is contained in:
Markus Stange 2010-08-05 12:05:22 +02:00
Родитель ba57cfcbd1
Коммит 7bd4c76776
2 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -419,6 +419,11 @@ toolbar[mode="icons"] .toolbarbutton-1:not([type="menu-button"]):not(#fullscreen
-moz-box-shadow: inset rgba(0, 0, 0, 0.5) 0 3px 5px, @loweredShadow@;
}
toolbar[mode="icons"] .toolbarbutton-1 > menupopup,
toolbar[mode="icons"] toolbarbutton[type="menu-button"] > menupopup {
margin-top: 1px;
}
/* unified back/forward button */
#unified-back-forward-button {

Просмотреть файл

@ -19,6 +19,11 @@
background-position: left center;
}
.searchbar-popup {
margin-top: 4px;
-moz-margin-start: 3px;
}
.searchbar-textbox > .autocomplete-textbox-container > .textbox-input-box {
margin: 0;
padding: 3px 0 2px;