Firefox 3系との互換性
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7227 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
ed33acc126
commit
1573557b79
@ -29,8 +29,6 @@
|
|||||||
extends="chrome://browser/content/tabbrowser.xml#tabbrowser-tab">
|
extends="chrome://browser/content/tabbrowser.xml#tabbrowser-tab">
|
||||||
<content chromedir="&locale.dir;"
|
<content chromedir="&locale.dir;"
|
||||||
closetabtext="&closeTab.label;">
|
closetabtext="&closeTab.label;">
|
||||||
<xul:stack class="tab-stack" flex="1">
|
|
||||||
<xul:hbox class="tab-content" align="center">
|
|
||||||
<xul:hbox xbl:inherits="fadein,pinned,selected"
|
<xul:hbox xbl:inherits="fadein,pinned,selected"
|
||||||
class="tab-image-left"/>
|
class="tab-image-left"/>
|
||||||
<xul:hbox xbl:inherits="fadein,pinned,selected"
|
<xul:hbox xbl:inherits="fadein,pinned,selected"
|
||||||
@ -45,7 +43,7 @@
|
|||||||
</xul:stack>
|
</xul:stack>
|
||||||
<xul:label xbl:inherits="value=label,crop,accesskey,fadein,pinned,selected"
|
<xul:label xbl:inherits="value=label,crop,accesskey,fadein,pinned,selected"
|
||||||
flex="1"
|
flex="1"
|
||||||
class="tab-text tab-label"
|
class="tab-text"
|
||||||
role="presentation"/>
|
role="presentation"/>
|
||||||
</xul:hbox>
|
</xul:hbox>
|
||||||
<xul:toolbarbutton xbl:inherits="fadein,pinned,selected"
|
<xul:toolbarbutton xbl:inherits="fadein,pinned,selected"
|
||||||
@ -55,8 +53,6 @@
|
|||||||
class="tab-close-button"/>
|
class="tab-close-button"/>
|
||||||
<xul:hbox xbl:inherits="fadein,pinned,selected"
|
<xul:hbox xbl:inherits="fadein,pinned,selected"
|
||||||
class="tab-image-right"/>
|
class="tab-image-right"/>
|
||||||
</xul:hbox>
|
|
||||||
</xul:stack>
|
|
||||||
</content>
|
</content>
|
||||||
</binding>
|
</binding>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user