X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fskin%2Fglobal.css;h=8c79a125e2531a822d64b015d69f8a61dc2f9a52;hp=9834278322a7c664c57c1507eea2cb13c3eb34cd;hb=7ff5b526c57f59c657e2a04cc37ce629080e0db6;hpb=8b1688886b1156191100765bb15ba21534e6c1db diff --git a/LCARStrek/global/skin/global.css b/LCARStrek/global/skin/global.css index 98342783..8c79a125 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,56 @@ } /** - * 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; + color : black; + -moz-box-align : center; + } + .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; + -moz-box-align : center; } + .statusbarpanel-icononly + { + padding : 0px; + } + .statusbar-panel-icon { margin : 0px 2px 0px 0px; + list-style-image : inherit; } - /** * iframe default sizing **/ @@ -188,3 +208,4 @@ { margin : 0px; } +