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
Родитель 048a58a113
Коммит 761cbb47e3
3 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -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 {

Просмотреть файл

@ -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 {

Просмотреть файл

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