X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fskin%2Fbox.css;h=d933aca1cd23e0c538a96e349ffe5e85a4d94239;hb=c9990331a4456dc80a097ba6a23e9d2578637327;hp=f18d6398ca764e00f6dceb50b4435e9db99d9105;hpb=a97778edf641b4680f489833eae1de29cea81466;p=themes.git diff --git a/LCARStrek/global/skin/box.css b/LCARStrek/global/skin/box.css index f18d6398..d933aca1 100755 --- a/LCARStrek/global/skin/box.css +++ b/LCARStrek/global/skin/box.css @@ -1,59 +1,54 @@ - -titledbox - { - -moz-border-radius : 5px; - border : 2px groove #9C9CFF; - padding : 7px; - margin : 5px; - } - -title - { - margin-left : 6px; - padding-right : 40px; - } - -box.titledbox-title - { - padding-left : 5px; - padding-right : 5px; - } - -box.titledbox-body - { - display : block; - padding : inherit; - } - - -/** box formatting **/ - box[autostretch="never"] - { - vertical-align : middle; - } - - box[autostretch="never"][valign="top"] - { - vertical-align : top; - } - - box[autostretch="never"][valign="bottom"] - { - vertical-align : bottom; - } - - box[autostretch="never"][halign="center"] - { - text-align : center; - } - - box[autostretch="never"][halign="right"] - { - text-align : right; - } - - row - { - vertical-align : middle; - } - \ No newline at end of file + +titledbox + { + -moz-border-radius : 5px; + border : 2px groove #9C9CFF; + padding : 7px !important; + margin : 5px; + } + +label + { + margin : 0px 40px 2px 6px; + padding : 0px 3px 0px 3px; +/* background-color : ThreeDFace; */ + } + +.titledbox-body + { + display : block; + padding : inherit; + } + + +/** box formatting **/ + box[autostretch="never"] + { + vertical-align : middle; + } + + box[autostretch="never"][valign="top"] + { + vertical-align : top; + } + + box[autostretch="never"][valign="bottom"] + { + vertical-align : bottom; + } + + box[autostretch="never"][halign="center"] + { + text-align : center; + } + + box[autostretch="never"][halign="right"] + { + text-align : right; + } + + row[autostretch="never"] + { + vertical-align : middle; + } +