X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fskin%2Fglobal.css;h=b4b3028c42bb61aa555d3ce14796d497c9a157b1;hp=9834278322a7c664c57c1507eea2cb13c3eb34cd;hb=3ef99d2dab45fb066218c407236cb6e63755c73d;hpb=4752adfe0e98aa245228698c178456be6612dc1e diff --git a/LCARStrek/global/skin/global.css b/LCARStrek/global/skin/global.css index 98342783..b4b3028c 100755 --- a/LCARStrek/global/skin/global.css +++ b/LCARStrek/global/skin/global.css @@ -43,7 +43,13 @@ * bindings **/ -/* LCARStrek does currently not need any bindings here, if we once do, see sample in Classic */ +/* LCARStrek does currently not need many bindings here, if we once do, see sample in Classic */ + + statusbar + { + -moz-binding : url("chrome://global/skin/globalBindings.xml#statusbar"); + } + /** @@ -136,42 +142,54 @@ } /** - * status-bar + * statusbar */ - #status-bar + statusbar { - border-top : 1px solid #9999CC; - background-color : #000000; - -moz-user-focus : ignore; + margin-top : 3px; + -moz-user-focus : ignore; overflow : hidden } + .statusbar-center + { + background-color : #8050B0; + padding-left : 2px; + } + .statusbar-left { - width : 8px; - list-style-image : url("chrome://global/skin/gray-bottomleft.gif"); - background-position : bottom left; + -moz-border-radius : 9px 0px 0px 9px; + background-color : #6000CF; + width : 13px; + margin-right : 3px; } .statusbar-right { - width : 8px; - list-style-image : url("chrome://global/skin/gray-bottomright.gif"); - background-position : bottom right; + -moz-border-radius : 0px 9px 9px 0px; + background-color : #6000CF; + width : 13px; + margin-left : 3px; } - statusbarpanel + statusbarpanel, .statusbar-panel { padding : 0px 1px 0px 1px; vertical-align : middle; } + .statusbarpanel-icononly + { + padding : 0px; + } + .statusbar-panel-icon { margin : 0px 2px 0px 0px; + list-style-image : inherit; } - /** * iframe default sizing **/ @@ -188,3 +206,5 @@ { margin : 0px; } + +