From: Robert Kaiser Date: Mon, 20 Oct 2008 13:36:17 +0000 (+0200) Subject: even more fixes for LCARStrek 2.0a1 X-Git-Tag: LCARStrek-2.0a1~1 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=d0646e4a75a2e7c90b075456d6bab4a0b0d8ab6f;ds=sidebyside even more fixes for LCARStrek 2.0a1 --- diff --git a/LCARStrek/communicator/tasksOverlay.css b/LCARStrek/communicator/tasksOverlay.css index b8aa18e7..85630716 100644 --- a/LCARStrek/communicator/tasksOverlay.css +++ b/LCARStrek/communicator/tasksOverlay.css @@ -85,11 +85,3 @@ #component-bar { -moz-box-align: stretch; } - -/* ::::: cookie button ::::: */ - -#mini-cookie { - background-color: transparent; - padding: 1px; - -} diff --git a/LCARStrek/communicator/toolbar.css b/LCARStrek/communicator/toolbar.css index d4f6c666..3121a574 100644 --- a/LCARStrek/communicator/toolbar.css +++ b/LCARStrek/communicator/toolbar.css @@ -43,18 +43,18 @@ /* ::::: primary toolbar ::::: */ -.toolbar-primary > .toolbar-holder { +.toolbar-primary > .toolbar-box > .toolbar-holder { background-color: #FF9F00; } -.toolbar-primary > .toolbar-endcap { +.toolbar-primary > .toolbar-box > .toolbar-endcap { background-color: #9C9CFF; } -.toolbar-primary > toolbargrippy { +.toolbar-primary > .toolbar-box > toolbargrippy { background-color: #9C9CFF; } -.toolbar-primary > toolbargrippy:hover { +.toolbar-primary > .toolbar-box > toolbargrippy:hover { background-color: #FFCF00; } diff --git a/LCARStrek/global/global.css b/LCARStrek/global/global.css index 40ec0616..b0da51ee 100644 --- a/LCARStrek/global/global.css +++ b/LCARStrek/global/global.css @@ -162,7 +162,7 @@ statusbar { background-color: #8050B0; padding-left: 2px; color: #000000; - -moz-box-align: center; + -moz-box-align: stretch; } .statusbar-left { diff --git a/LCARStrek/global/globalBindings.xml b/LCARStrek/global/globalBindings.xml index cac912b7..b8dafc85 100755 --- a/LCARStrek/global/globalBindings.xml +++ b/LCARStrek/global/globalBindings.xml @@ -64,12 +64,14 @@ - - - + + + + + + - @@ -79,35 +81,43 @@ - - - + + + + + + - - - - + + + + + + - - - - + + + + + + - @@ -117,12 +127,14 @@ - - - + + + + + + - diff --git a/LCARStrek/global/menu.css b/LCARStrek/global/menu.css index ecd1b248..d61da0df 100644 --- a/LCARStrek/global/menu.css +++ b/LCARStrek/global/menu.css @@ -71,8 +71,9 @@ menuitem[_moz-menuactive="true"][disabled="true"] { } menubar > menu { - padding: 2px 0px 2px 3px; - margin: 0px 0px 0px 2px; + padding: 2px; + margin: 0px; + -moz-margin-start: 2px; border: none; } diff --git a/LCARStrek/global/menulist.css b/LCARStrek/global/menulist.css index 8f6a0818..39581aa2 100644 --- a/LCARStrek/global/menulist.css +++ b/LCARStrek/global/menulist.css @@ -180,9 +180,3 @@ html|*.menulist-editable-input { .menulist-compact[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif"); } - -.menulist-compact:focus > .menulist-label-box { - border: 1px dotted #008484; - background-color: transparent; - color: inherit; -} diff --git a/LCARStrek/global/textbox.css b/LCARStrek/global/textbox.css index 3d4cfc5e..496cfd0e 100644 --- a/LCARStrek/global/textbox.css +++ b/LCARStrek/global/textbox.css @@ -46,7 +46,7 @@ textbox { -moz-border-radius: 3px; - -moz-outline-radius: 3px; + -moz-outline-radius: 5px; cursor: text; margin: 2px 3px; border: 1px solid #9C9CFF; diff --git a/LCARStrek/global/toolbar.css b/LCARStrek/global/toolbar.css index ea9bbcdd..2c9734d6 100644 --- a/LCARStrek/global/toolbar.css +++ b/LCARStrek/global/toolbar.css @@ -45,6 +45,7 @@ toolbox { background-color: #000000; + color: #FF9F00; } /* ::::: toolbar & menubar ::::: */ @@ -53,24 +54,27 @@ toolbar, menubar { border-bottom: 3px solid #000000; background-color: #000000; + color: #FF9F00; min-width: 1px; } /* toolbar-holder is the body of the main part of a toolbar */ -toolbar > .toolbar-holder { +.toolbar-holder { background-color: #9C9CFF; + color: #000000; } -menubar > .toolbar-holder, -toolbar#toolbar-menubar > .toolbar-holder { +menubar > .toolbar-box > .toolbar-holder, +toolbar#toolbar-menubar > .toolbar-box > .toolbar-holder { background-color: #6000CF; + color: #FF9F00; } /* ::::: toolbargrippy, startcap (LCARStrek specific) ::::: */ toolbargrippy, -toolbar > .toolbar-startcap, -menubar > .menubar-startcap { +.toolbar-startcap, +.menubar-startcap { -moz-border-radius: 8px 0px 0px 8px; -moz-box-orient: vertical; -moz-box-align: center; @@ -78,7 +82,7 @@ menubar > .menubar-startcap { border: none; border-right: 3px solid black; width: 15px; - min-height: 16px; + /*min-height: 16px;*/ } toolbargrippy:hover { @@ -87,16 +91,8 @@ toolbargrippy:hover { /* ::::: endcap (LCARStrek specific) ::::: */ -toolbar > .toolbar-endcap { - -moz-border-radius: 0px 8px 8px 0px; - background-color: #FF9F00; - border: none; - border-left: 3px solid black; - width: 15px; - min-height: 16px; -} - -menubar > .menubar-endcap { +.toolbar-endcap, +.menubar-endcap { -moz-border-radius: 0px 8px 8px 0px; background-color: #FF9F00; border: none; diff --git a/LCARStrek/global/tree.css b/LCARStrek/global/tree.css index 82fda3c5..9c1715c7 100644 --- a/LCARStrek/global/tree.css +++ b/LCARStrek/global/tree.css @@ -258,7 +258,16 @@ treecol { padding: 1px 4px; } +treecol:first-child { + -moz-border-radius-topleft: 3px; +} + +treecol:last-child { + -moz-border-radius-topright: 3px; +} + treecolpicker { + -moz-border-radius-topright: 3px; -moz-box-align: center; -moz-box-pack: center; border: 1px solid transparent;