Bug 941235 - adjust Australis' search box min-width, r=jaws

--HG--
extra : rebase_source : 3c15682900c7fb6d58a7e2876f38dc5c40adc318
This commit is contained in:
Gijs Kruitbosch 2013-11-28 14:25:34 +01:00
parent 62a83bf2e6
commit 7553b37bd2
3 changed files with 12 additions and 0 deletions

View File

@ -700,6 +700,10 @@ menuitem:not([type]):not(.menuitem-tooltip):not(.menuitem-iconic-tooltip) {
color: GrayText;
}
#search-container {
min-width: calc(54px + 11ch);
}
%include ../shared/identity-block.inc.css
#page-proxy-favicon {

View File

@ -1674,6 +1674,10 @@ toolbar .toolbarbutton-1:not([type="menu-button"]),
height: 22px;
}
#search-container {
min-width: calc(54px + 11ch);
}
%include ../shared/identity-block.inc.css
#page-proxy-favicon {

View File

@ -956,6 +956,10 @@ html|*.urlbar-input:-moz-lwtheme::-moz-placeholder,
color: GrayText;
}
#search-container {
min-width: calc(54px + 11ch);
}
/* identity box */
#identity-box {