diff options
author | Steven Barth <steven@midlink.org> | 2008-03-24 21:50:48 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-03-24 21:50:48 +0000 |
commit | 9fa7e0e92ddae9ff68f50ad20bbdfc8a3c09135a (patch) | |
tree | f1d316abaaced25c6d8476e65ad6d50f57013768 /contrib | |
parent | 8e7ed0e8a752bc3f551aabcf2a20807b64e707ed (diff) |
* CBI: updates
* UCI: fixed argument escaping
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/media/cascade.css | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/contrib/media/cascade.css b/contrib/media/cascade.css index 49e51f1c8..7717b184a 100644 --- a/contrib/media/cascade.css +++ b/contrib/media/cascade.css @@ -151,3 +151,38 @@ h2 { .clear { clear: both; } + +.hidden { + display: none; +} + + +.cbi-value-title, .cbi-lvalue-title { + float: left; + font-weight: bold; + line-height: 2em; +} + +.cbi-value-field, .cbi-lvalue-field { + text-align: right; +} + +.cbi-value-description, .cbi-lvalue-description { + clear: both; + font-style: italic; + font-size: 0.8em; +} + +.cbi-value { + margin-bottom: 1em; +} + +.cbi-form-separator { + margin-top: 1em; +} + +.cbi-tsection-node { + margin-top: 1em; + border: none; + background-color: #eeeeee; +}
\ No newline at end of file |