From: Alan Knowles Date: Wed, 15 Jun 2011 04:06:34 +0000 (+0800) Subject: core.css X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=4055f5e54378b60ad73af689c509ee3b900dd82d core.css --- 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; + + } +