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-08-07 06:14:51 -07:00
parent 4d68066c7e
commit ce2784f468
7 changed files with 12 additions and 15 deletions

View File

@ -1,5 +1,4 @@
.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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -136,6 +136,11 @@ menulist > menupopup > menu {
width: 16px;
}
.menu-iconic-icon {
width: 16px;
height: 16px;
}
.menu-right {
margin-top: 0px;
margin-bottom: 0px;

View File

@ -384,8 +384,6 @@ tabbrowser > tabbox > tabpanels {
*/
.alltabs-item > .menu-iconic-left > .menu-iconic-icon {
width: 16px;
height: 16px;
list-style-image: url("chrome://global/skin/icons/small-globe-sunken.png");
}

View File

@ -463,8 +463,6 @@ stack[chromedir="rtl"] > hbox > .tabs-alltabs-box-animate {
*/
.alltabs-item > .menu-iconic-left > .menu-iconic-icon {
width: 16px;
height: 16px;
list-style-image: url("chrome://global/skin/icons/folder-item.png");
-moz-image-region: rect(0px, 16px, 16px, 0px);
}

View File

@ -110,6 +110,11 @@ menuitem.spell-suggestion {
min-height: 1.21em;
}
.menu-iconic-icon {
width: 16px;
height: 16px;
}
menu.menu-iconic > .menu-iconic-left,
menuitem.menuitem-iconic > .menu-iconic-left {
/* there's only space for 15px - make room for one more */