gecko-dev/themes/blue/global/globalBindings.xml

21 строка
547 B
XML
Исходник Обычный вид История

2000-08-19 10:27:33 +04:00
<?xml version="1.0"?>
<bindings id="globalBindings"
xmlns="http://www.mozilla.org/xbl"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<binding id="status-bar" extends="xul:box">
<content>
<xul:box>
<xul:image class="statusbar-left"/>
<xul:box autostretch="never" flex="1">
<children/>
</xul:box>
<xul:image class="statusbar-right"/>
</xul:box>
</content>
</binding>
</bindings>