65745 - themes cleanup, r=dveditz/cmanske/chuang/blake/andreww, sr=hyatt, a=leaf

This commit is contained in:
hewitt%netscape.com 2001-03-16 03:33:21 +00:00
parent baf08fce65
commit 55a6e505d4
17 changed files with 31 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 608 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 541 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 529 B

View File

@ -0,0 +1,31 @@
<?xml version="1.0"?>
<bindings id="toolbarBindings"
xmlns="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<binding id="toolbar-primary" extends="chrome://global/content/toolbarBindings.xml#toolbar">
<content>
<xul:toolbargrippy inherits="tooltiptext=grippytooltiptext,tooltip=grippytooltip,last-toolbar"
tbattr="toolbar-grippy" class="toolbar-primary-grippy"/>
<xul:box class="toolbar-primary-image-left" orient="vertical">
<xul:spring class="toolbar-primary-image-left-top"/>
<xul:spring class="toolbar-primary-image-left-mid" flex="1"/>
<xul:spring class="toolbar-primary-image-left-btm"/>
</xul:box>
<xul:box class="toolbar-primary-image-mid toolbar-holder" orient="vertical" flex="1"
inherits="collapsed,last-toolbar,orient=tborient,autostretch=tbautostretch">
<xul:box class="toolbar-primary-image-mid-mid" flex="1" autostretch="never">
<children/>
</xul:box>
<xul:spring class="toolbar-primary-image-mid-btm"/>
</xul:box>
<xul:box class="toolbar-primary-image-right" orient="vertical">
<xul:spring class="toolbar-primary-image-right-top"/>
<xul:spring class="toolbar-primary-image-right-mid" flex="1"/>
<xul:spring class="toolbar-primary-image-right-btm"/>
</xul:box>
</content>
</binding>
</bindings>