Firefox 3系との互換性

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7227 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-09-15 12:56:34 +00:00
parent ed33acc126
commit 1573557b79

View File

@ -29,8 +29,6 @@
extends="chrome://browser/content/tabbrowser.xml#tabbrowser-tab">
<content chromedir="&locale.dir;"
closetabtext="&closeTab.label;">
<xul:stack class="tab-stack" flex="1">
<xul:hbox class="tab-content" align="center">
<xul:hbox xbl:inherits="fadein,pinned,selected"
class="tab-image-left"/>
<xul:hbox xbl:inherits="fadein,pinned,selected"
@ -45,7 +43,7 @@
</xul:stack>
<xul:label xbl:inherits="value=label,crop,accesskey,fadein,pinned,selected"
flex="1"
class="tab-text tab-label"
class="tab-text"
role="presentation"/>
</xul:hbox>
<xul:toolbarbutton xbl:inherits="fadein,pinned,selected"
@ -55,8 +53,6 @@
class="tab-close-button"/>
<xul:hbox xbl:inherits="fadein,pinned,selected"
class="tab-image-right"/>
</xul:hbox>
</xul:stack>
</content>
</binding>