X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=css%2Fform.css;h=a9dfbc1c7800987431621c54cd95452cfd27c13d;hb=9dd0751b2b0cf923620afb66eddf9480f742a953;hp=c8680f76fbe8435f137c01a239538898d2f15884;hpb=c8b8067b8e76bc7d26af1bd6da4d83a69b47974b;p=roojs1 diff --git a/css/form.css b/css/form.css index c8680f76fb..a9dfbc1c78 100644 --- a/css/form.css +++ b/css/form.css @@ -18,7 +18,9 @@ position: relative; z-index: 2; } - +.x-form-displayfield { + padding-top: 3px; +} .x-form-label-right label { text-align: right; @@ -71,6 +73,15 @@ padding-top: 2px; padding-bottom: 2px; } +/* +on our demo's this is far to small + +*/ +.x-form-item .x-form-text +{ + height: 14px; /* need to determine when this should be larger or smaller.. ? */ +} + /* -- border around text elements */ .x-form-text, .x-form-textarea, @@ -78,6 +89,7 @@ { border: solid 1px black; } + .x-form-field-wrap { position: relative; @@ -87,7 +99,6 @@ /* gecko specific fix */ -} .roo-ie .roo-strict .x-form-text, .roo-ie .x-form-text { @@ -121,7 +132,7 @@ .roo-gecko .x-form-item .x-form-text { /* the dynamic demo needs 20px */ - height:20px; + height:16px; } .roo-gecko .x-form-text { height:18px; @@ -151,8 +162,8 @@ .x-form-invalid { - background: url(../images/default/grid/invalid_line.gif) repeat-x 0 16px; - border: 1px solid red; + background: #ff0 url(../images/default/grid/invalid_line.gif) repeat-x 0 16px; + border: 1px solid red !important; } textarea.x-form-invalid { @@ -202,9 +213,10 @@ textarea.x-form-invalid padding-left: 12px; padding-bottom: 7px; margin-bottom:9px; - } - +.roo-ie .x-form fieldset { + float: left; /*ie borked */ +} .x-form fieldset legend { font-weight: bold;