From 4055f5e54378b60ad73af689c509ee3b900dd82d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 15 Jun 2011 12:06:34 +0800 Subject: [PATCH] core.css --- core.css | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/core.css b/core.css index 3e784f8b..858131ae 100644 --- a/core.css +++ b/core.css @@ -468,4 +468,48 @@ span.ptcv-selectlang background:#FFF2BF none repeat scroll 0 0; color:#655205; -} \ No newline at end of file +} + + + + + + + + + + + +/** BOX style forms **/ + + + + + +.x-form fieldset.box { + padding :0 + border-color: gray; + -moz-box-shadow: 5px 5px 5px #ccc; + -webkit-box-shadow: 5px 5px 5px #ccc; + box-shadow: 5px 5px 5px #ccc; + } + +x-form fieldset.box legend { + padding :0; + display: block; + border: 1px solid #ccc; + margin: 0px; + padding: 5px; + + background: #E3E3E3 none repeat scroll 0 0; + -webkit-padding-start: 0; + -webkit-padding-end: 0; + width: 100%; + + } + +x-form fieldset.box legend span { + margin-left: 10px; + + } + -- 2.39.2