From: robert Date: Tue, 20 Mar 2001 15:23:18 +0000 (+0000) Subject: correcting crash in addressbook card edit X-Git-Tag: LCARStrek04~18 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=3d316351a53b8b59125f6ec9646ac2da6f74066f correcting crash in addressbook card edit --- diff --git a/EarlyBlue/global/skin/box.css b/EarlyBlue/global/skin/box.css index 8771e054..10da90c1 100755 --- a/EarlyBlue/global/skin/box.css +++ b/EarlyBlue/global/skin/box.css @@ -1,58 +1,52 @@ - -titledbox - { - border : 2px groove #CCD0DD; - 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 + { + border : 2px groove #CCD0DD; + padding : 7px !important; + margin : 5px; + } + +title + { + margin : 0px 40px 2px 6px; + padding : 0px 3px 0px 3px; + background-color : ThreeDFace; + } + +.titledbox-body + { + 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; + } + +