Bug 606205 - Make search engine icons all the same size [r=vingtetun]

This commit is contained in:
Matt Brubeck 2010-10-21 10:52:18 -07:00
parent 3efc074474
commit c04fd59336

View File

@ -1111,6 +1111,11 @@ pageaction:not([image]) > hbox >.pageaction-image {
padding: 4px;
}
#search-engines-list > .prompt-button > .button-box > .button-icon {
width: 32px;
height: 32px;
}
/* Preferences window ---------------------------------------------------- */
.setting {
padding-left: 10px;