Bug 602671 - Fixes for the search engine popup style [r=mfinkle]

--HG--
extra : rebase_source : 2d9582daf42131a198b39cfdeeaa0c61ae5f04ee
This commit is contained in:
Matt Brubeck 2010-10-19 17:46:13 -07:00
parent 3516a2e67d
commit d70ec950a7
3 changed files with 7 additions and 4 deletions

View File

@ -1019,7 +1019,6 @@ var BrowserUI = {
break;
}
case "cmd_opensearch":
this.blurFocusedElement();
BrowserSearch.toggle();
break;
case "cmd_bookmarks":

View File

@ -517,8 +517,8 @@
#endif
</vbox>
<arrowbox id="search-engines-popup" hidden="true" align="center" offset="18" flex="1">
<hbox id="search-engines-list" class="prompt-buttons"/>
<arrowbox id="search-engines-popup" hidden="true" class="window-width" offset="18">
<hbox id="search-engines-list" class="prompt-buttons window-width"/>
</arrowbox>
<vbox id="newtab-popup" hidden="true" class="dialog-dark" onclick="NewTabPopup.selectTab()" align="center" left="21">

View File

@ -1009,7 +1009,7 @@ pageaction {
border-style: solid;
border-width: 1px !important;
height: 64px;
width :100%;
width: 100%;
}
/* Override buttons style */
@ -1022,6 +1022,10 @@ pageaction {
padding: 0 4px 1px 3px !important;
}
.prompt-button > .button-box > .button-icon {
-moz-margin-end: 8px;
}
@media (min-width: 500px) {
.prompt-button,
pageaction {