second attempt at 19557, skinnable sidebar. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@204440 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
4107853030
commit
b6a73d49d5
@ -37,11 +37,10 @@
|
||||
|
||||
<script src="chrome://communicator/content/sidebar/preview.js" />
|
||||
|
||||
<box id="paneltitle" class="texttab texttab-sidebar"
|
||||
align="left" selected="true"/>
|
||||
<box id="paneltitle" class="box-texttab texttab-sidebar" selected="true"/>
|
||||
|
||||
<!-- <iframe id="previewframe" type="content" src="about:blank" flex="1"/>-->
|
||||
<iframe class="inset" id="previewframe" type="content" src="about:blank" flex="1"/>
|
||||
<iframe class="box-panel" id="previewframe" type="content" src="about:blank" flex="1"/>
|
||||
|
||||
<separator class="groove"/>
|
||||
|
||||
|
||||
46
mozilla/suite/common/sidebar/sidebarBindings.xml
Normal file
46
mozilla/suite/common/sidebar/sidebarBindings.xml
Normal file
@ -0,0 +1,46 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<bindings id="globalBindings"
|
||||
xmlns="http://www.mozilla.org/xbl"
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<!--
|
||||
<binding id="texttab">
|
||||
<content>
|
||||
<xul:box allowevents="true" class="texttab-internal-box" flex="1">
|
||||
<xul:text inherits="value,accesskey,crop"/>
|
||||
</xul:box>
|
||||
</content>
|
||||
</binding>
|
||||
-->
|
||||
|
||||
<binding id="texttab">
|
||||
<content>
|
||||
<xul:image class="box-texttab-left"/>
|
||||
<xul:box class="box-texttab-text-container" orient="vertical" inherits="value"
|
||||
autostretch="always" flex="1">
|
||||
<xul:spring flex="1"/>
|
||||
<xul:text class="box-texttab-text" inherits="value" crop="right"/>
|
||||
<xul:spring flex="1"/>
|
||||
</xul:box>
|
||||
<xul:image class="box-texttab-right"/>
|
||||
<xul:spring class="box-texttab-right-space"/>
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
<binding id="sidebar-header-box" extends="xul:box">
|
||||
<content>
|
||||
<xul:text inherits="value,crop" crop="right" flex="1"/>
|
||||
<xul:box><children/></xul:box>
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
<binding id="sidebar-header-splitter" extends="xul:splitter">
|
||||
<content>
|
||||
<xul:text inherits="value,crop" crop="right" flex="1"/>
|
||||
<xul:box><children/></xul:box>
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
</bindings>
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://communicator/skin/sidebar/sidebarOverlay.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://communicator/content/sidebar/sidebarOverlay.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://communicator/locale/sidebar/sidebarOverlay.dtd">
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user