Bug 608257 - Context menu label should not take space if it is empty [r=mfinkle]

This commit is contained in:
Vivien Nicolas 2010-11-04 11:36:13 +01:00
parent 2513e26587
commit 64ff2136f7

View File

@ -1107,6 +1107,10 @@ pageaction:not([image]) > hbox >.pageaction-image {
padding: 4px;
}
#context-hint[value=""] {
visibility: collapse;
}
#search-engines-list > .prompt-button > .button-box > .button-icon {
width: 32px;
height: 32px;