Bug 962844 - [Australis] urlbar with EV SSL overlaps searchbar in narrow window. r=jaws

--HG--
extra : rebase_source : 019f32dd55acd325104296c77148b13e1ead5e43
This commit is contained in:
Dão Gottwald 2014-01-27 17:33:27 +01:00
parent 49bac7ba26
commit a93159e584
4 changed files with 2 additions and 5 deletions

View File

@ -283,7 +283,7 @@ toolbarpaletteitem > #personal-bookmarks > #bookmarks-toolbar-placeholder,
}
#urlbar-container {
min-width: 30ch;
min-width: 28ch;
}
#search-container {
@ -379,7 +379,7 @@ panel[noactions] > richlistbox > richlistitem[type~="action"] > .ac-url-box > .a
}
#identity-icon-labels {
max-width: 18em;
max-width: 12vw;
}
#identity-icon-country-label {

View File

@ -680,7 +680,6 @@ menuitem:not([type]):not(.menuitem-tooltip):not(.menuitem-iconic-tooltip) {
/* Location bar */
#urlbar {
width: 7em;
-moz-appearance: textfield;
padding: 0;
}

View File

@ -1480,7 +1480,6 @@ toolbar .toolbarbutton-1 > .toolbarbutton-menubutton-button,
#urlbar,
.searchbar-textbox {
font: icon;
width: 7em;
-moz-appearance: none;
box-shadow: 0 1px rgba(255, 255, 255, 0.2), inset 0 1px hsla(0,0%,0%,.05);
margin: 0 4px;

View File

@ -810,7 +810,6 @@ menuitem.bookmark-item {
}
#urlbar {
width: 7em;
-moz-padding-end: 2px;
}