From a5516fb7237c6f167df4700416053f1dd213c6c9 Mon Sep 17 00:00:00 2001 From: robert Date: Fri, 1 Nov 2002 16:39:51 +0000 Subject: [PATCH] keeping up with classic development --- LCARStrek/communicator/communicator.css | 2 +- LCARStrek/communicator/toolbar.css | 5 +--- LCARStrek/editor/EdImageMap.css | 4 ---- LCARStrek/editor/editor.css | 25 ++++++++++++++++++++ LCARStrek/global/globalBindings.xml | 18 ++++++++++---- LCARStrek/global/toolbar.css | 31 ++++++++----------------- 6 files changed, 50 insertions(+), 35 deletions(-) diff --git a/LCARStrek/communicator/communicator.css b/LCARStrek/communicator/communicator.css index ecc25b28..a85f4314 100644 --- a/LCARStrek/communicator/communicator.css +++ b/LCARStrek/communicator/communicator.css @@ -50,7 +50,7 @@ ========================================================================== */ .toolbar-primary { - -moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar-primary"); + -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-primary"); } #offline-status[offline="true"] { diff --git a/LCARStrek/communicator/toolbar.css b/LCARStrek/communicator/toolbar.css index ddbfb781..b442d848 100644 --- a/LCARStrek/communicator/toolbar.css +++ b/LCARStrek/communicator/toolbar.css @@ -51,10 +51,7 @@ background-color: #9C9CFF; } -.toolbar-primary > toolbargrippy { +.toolbar-primary > .toolbar-begcap { background-color: #9C9CFF; } -.toolbar-primary > toolbargrippy:hover { - background-color: #FFCF00; -} diff --git a/LCARStrek/editor/EdImageMap.css b/LCARStrek/editor/EdImageMap.css index b9ed70c9..cebd6e9b 100644 --- a/LCARStrek/editor/EdImageMap.css +++ b/LCARStrek/editor/EdImageMap.css @@ -61,10 +61,6 @@ toolbar#toolbox button.tool { color: inherit; } -toolbar.toolbox > toolbargrippy { - visibility: collapse; -} - #pointerButton { list-style-image:url("chrome://editor/skin/icons/Map_pointerTool.gif"); } diff --git a/LCARStrek/editor/editor.css b/LCARStrek/editor/editor.css index 3d868369..efab7d33 100644 --- a/LCARStrek/editor/editor.css +++ b/LCARStrek/editor/editor.css @@ -67,3 +67,28 @@ #ContentWindowDeck { } + +/* ::::: struct toolbar ::::: */ + +#structToolbar { + min-width: 1px; + overflow: hidden; +} + +#structSpacer { + margin: 2px 0px; +} + +.struct-button { + padding: 2px; +} + +.struct-button[checked="true"] { + font-weight: bold; +} + +.struct-textbox { + padding: 0px !important; + margin: 0px !important; + border: none !important; +} \ No newline at end of file diff --git a/LCARStrek/global/globalBindings.xml b/LCARStrek/global/globalBindings.xml index fcc64758..4ad4a8d6 100755 --- a/LCARStrek/global/globalBindings.xml +++ b/LCARStrek/global/globalBindings.xml @@ -32,9 +32,18 @@ - + + + + + + + + + + + @@ -49,8 +58,7 @@ - + diff --git a/LCARStrek/global/toolbar.css b/LCARStrek/global/toolbar.css index 007a1ea7..e373239f 100644 --- a/LCARStrek/global/toolbar.css +++ b/LCARStrek/global/toolbar.css @@ -66,21 +66,24 @@ menubar > .toolbar-holder { background-color: #6000CF; } -/* ::::: toolbargrippy ::::: */ +/* ::::: begcap (LCARStrek specific) ::::: */ -toolbargrippy { - -moz-box-orient: vertical; +toolbar > .toolbar-begcap { -moz-border-radius: 8px 0px 0px 8px; - -moz-box-align: center; + background-color: #FF9F00; border: none; border-right: 3px solid black; - background-color: #FF9F00; width: 15px; min-height: 16px; } -toolbargrippy:hover { - background-color: #FFCF00; +menubar > .menubar-begcap { + -moz-border-radius: 8px 0px 0px 8px; + background-color: #FF9F00; + border: none; + border-right: 3px solid black; + width: 15px; + min-height: 16px; } /* ::::: endcap (LCARStrek specific) ::::: */ @@ -103,20 +106,6 @@ menubar > .menubar-endcap { min-height: 16px; } -/* ::::: collapsed tray and grippies ::::: */ - -toolbargrippy[tbgrippy-collapsed="true"] { - -moz-box-orient: horizontal; - -moz-border-radius: 5px 0px 0px 5px; - margin-bottom: 3px; - width: 30px; - height: 10px; -} - -.collapsed-tray-spacer { - border-bottom: none; -} - /* ::::: toolbarseparator ::::: */ toolbarseparator { -- 2.35.3