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"
onload="Init();"
id="main-window"
class="color-dialog"
class="dialog"
title="&sidebar.customize.title.label;"
windowtype="sidebar:customize"
orient="vertical"
@ -42,9 +42,7 @@
<keyset id="keyset"/>
<box class="box-header" id="header" value="&sidebar.customize.title.label;"/>
<box id="contentarea" flex="1">
<box flex="1">
<box orient="vertical" flex="5">
<text class="label" value="&sidebar.customize.additional.label;"
crop="right"/>
@ -172,6 +170,8 @@
</box>
<separator class="thin"/>
<box id="okCancelButtonsRight" />
</window>

View File

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

View File

@ -30,9 +30,9 @@
<box id="sidebar-box" align="vertical"
persist="hidden width collapsed">
<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();">
<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();"
value="&sidebar.picker.label;" >
<menupopup id="sidebar-panel-picker-popup" popupanchor="topright"
@ -66,7 +66,7 @@
oncommand="SidebarCustomize();" />
<menuseparator />
</menupopup>
</menu>
</menubutton>
</sidebarheader>
<box id="sidebar-panels" align="vertical"