Backing out the fix for 353757 since it didn't help Ts. a=mconnor.

git-svn-id: svn://10.0.0.236/trunk@232794 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla.mano%sent.com 2007-08-22 05:05:00 +00:00
parent ab9304bc23
commit 594fd3f8f0

View File

@ -58,9 +58,7 @@
<binding id="tabbrowser-tab" extends="chrome://global/content/bindings/tabbrowser.xml#tabbrowser-tab">
<content chromedir="&locale.dir;"
closetabtext="&closeTab.label;">
<xul:vbox class="tab-image-left" align="top" xbl:inherits="selected">
<xul:image xbl:inherits="selected"/>
</xul:vbox>
<xul:hbox class="tab-image-left" xbl:inherits="selected"/>
<xul:hbox flex="1" class="tab-image-middle" align="center" xbl:inherits="selected">
<xul:stack class="tab-icon">
<xul:image xbl:inherits="validate,src=image" class="tab-icon-image"/>
@ -69,9 +67,7 @@
<xul:label flex="1" xbl:inherits="value=label,crop,accesskey" crop="right" class="tab-text"/>
</xul:hbox>
<xul:toolbarbutton anonid="close-button" class="tab-close-button" tabindex="-1"/>
<xul:vbox align="top" class="tab-image-right" xbl:inherits="selected">
<xul:image xbl:inherits="selected"/>
</xul:vbox>
<xul:hbox class="tab-image-right" xbl:inherits="selected"/>
</content>
</binding>