Bug 363130: make menuitem icons 16x16px consistently on Windows/Linux, to match Mac (avoid large icons from appearing in the search bar menu), r=mano

This commit is contained in:
gavin@gavinsharp.com 2007-11-06 21:08:50 -08:00
Родитель cf1c03c708
Коммит b8ce14856e
2 изменённых файлов: 1 добавлений и 9 удалений

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

@ -64,11 +64,6 @@
-moz-margin-start: 3px;
}
#searchbar .searchbar-popup .menu-iconic-icon {
min-width: 16px;
min-height: 16px;
}
.searchbar-popup .open-engine-manager {
-moz-padding-start: 4px;
}
@ -173,8 +168,6 @@ menuitem.bookmark-item {
}
.bookmark-item > .menu-iconic-left > .menu-iconic-icon {
width: 16px;
height: 16px;
-moz-padding-start: 0px;
}

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

@ -36,8 +36,7 @@
* ***** END LICENSE BLOCK ***** */
/**** folder menulist ****/
.folder-icon > .menulist-label-box > .menulist-icon,
.folder-icon > .menu-iconic-left > .menu-iconic-icon {
.folder-icon > .menulist-label-box > .menulist-icon {
width: 16px;
height: 16px;
}