Bug 631812 - URLBar broken on certain themes; r=gavin a=blocking-final+

This commit is contained in:
Dão Gottwald 2011-02-10 19:59:40 -05:00
Родитель bc237f412c
Коммит 1e6c5bda65
3 изменённых файлов: 8 добавлений и 3 удалений

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

@ -52,12 +52,12 @@
<binding id="urlbar" extends="chrome://global/content/bindings/autocomplete.xml#autocomplete">
<content sizetopopup="pref">
<children includes="image|deck|stack|box">
<xul:image class="autocomplete-icon" allowevents="true"/>
</children>
<xul:hbox anonid="textbox-container"
class="autocomplete-textbox-container urlbar-textbox-container"
flex="1" xbl:inherits="focused">
<children includes="image|deck|stack|box">
<xul:image class="autocomplete-icon" allowevents="true"/>
</children>
<xul:hbox anonid="textbox-input-box"
class="textbox-input-box urlbar-input-box"
flex="1" xbl:inherits="tooltiptext=inputtooltiptext">

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

@ -908,6 +908,7 @@ toolbar[iconsize="small"] #feed-button {
.urlbar-textbox-container {
-moz-appearance: none;
-moz-box-align: stretch;
}
.urlbar-history-dropmarker {

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

@ -1105,6 +1105,10 @@ html|*.urlbar-input:-moz-lwtheme:-moz-placeholder,
-moz-box-align: stretch;
}
.urlbar-textbox-container {
-moz-box-align: stretch;
}
#urlbar-icons {
height: 18px;
-moz-box-align: center;