46613, classic skin polish

This commit is contained in:
ben%netscape.com 2000-08-12 09:27:10 +00:00
parent 69d2ca69d0
commit 3008412a3c
3 changed files with 8 additions and 8 deletions

View File

@ -31,7 +31,7 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="Init();" onload="Init();"
id="main-window" id="main-window"
class="color-dialog" class="dialog"
title="&sidebar.customize.title.label;" title="&sidebar.customize.title.label;"
windowtype="sidebar:customize" windowtype="sidebar:customize"
orient="vertical" orient="vertical"
@ -42,9 +42,7 @@
<keyset id="keyset"/> <keyset id="keyset"/>
<box class="box-header" id="header" value="&sidebar.customize.title.label;"/> <box flex="1">
<box id="contentarea" flex="1">
<box orient="vertical" flex="5"> <box orient="vertical" flex="5">
<text class="label" value="&sidebar.customize.additional.label;" <text class="label" value="&sidebar.customize.additional.label;"
crop="right"/> crop="right"/>
@ -172,6 +170,8 @@
</box> </box>
<separator class="thin"/>
<box id="okCancelButtonsRight" /> <box id="okCancelButtonsRight" />
</window> </window>

View File

@ -50,7 +50,7 @@
/* /*
* Sidebar and Panel title buttons * Sidebar and Panel title buttons
*/ */
sidebarheader { sidebarheader[type="box"] {
behavior: url(chrome://communicator/content/sidebar/sidebarBindings.xml#sidebar-header-box); behavior: url(chrome://communicator/content/sidebar/sidebarBindings.xml#sidebar-header-box);
} }
sidebarheader[type="splitter"] { sidebarheader[type="splitter"] {

View File

@ -30,9 +30,9 @@
<box id="sidebar-box" align="vertical" <box id="sidebar-box" align="vertical"
persist="hidden width collapsed"> persist="hidden width collapsed">
<sidebarheader id="sidebar-title-box" class="sidebarheader-main" <sidebarheader id="sidebar-title-box" class="sidebarheader-main"
value="&sidebar.panels.label;" persist="hidden state" value="&sidebar.panels.label;" persist="hidden state" type="box"
collapse="after" onmouseup="PersistHeight();"> collapse="after" onmouseup="PersistHeight();">
<menu id="sidebar-panel-picker" class="standard" crop="right" <menubutton id="sidebar-panel-picker" menubuttontype="sidebar-panels" class="button-toolbar-4" crop="right"
oncreate="SidebarBuildPickerPopup();" oncreate="SidebarBuildPickerPopup();"
value="&sidebar.picker.label;" > value="&sidebar.picker.label;" >
<menupopup id="sidebar-panel-picker-popup" popupanchor="topright" <menupopup id="sidebar-panel-picker-popup" popupanchor="topright"
@ -66,7 +66,7 @@
oncommand="SidebarCustomize();" /> oncommand="SidebarCustomize();" />
<menuseparator /> <menuseparator />
</menupopup> </menupopup>
</menu> </menubutton>
</sidebarheader> </sidebarheader>
<box id="sidebar-panels" align="vertical" <box id="sidebar-panels" align="vertical"