diff options
author | Steven Barth <steven@midlink.org> | 2008-03-25 23:34:21 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-03-25 23:34:21 +0000 |
commit | 5f9910566de7165f4bb0ee62bc3ace53c708a94e (patch) | |
tree | da06cbacc22d9d74b1e160e6dcf19fe0f62fa432 /contrib/media | |
parent | 9fa7e0e92ddae9ff68f50ad20bbdfc8a3c09135a (diff) |
* Entering Version 0.2
* Completed CBI
* Minor bugfixes and enhancements
Diffstat (limited to 'contrib/media')
-rw-r--r-- | contrib/media/cascade.css | 39 |
1 files changed, 33 insertions, 6 deletions
diff --git a/contrib/media/cascade.css b/contrib/media/cascade.css index 7717b184a..8b192ba7c 100644 --- a/contrib/media/cascade.css +++ b/contrib/media/cascade.css @@ -157,17 +157,26 @@ h2 { } -.cbi-value-title, .cbi-lvalue-title { - float: left; +.cbi-section { + margin-top: 1em; +} + +.cbi-section-create { + margin-bottom: 3em; +} + +.cbi-value-title { font-weight: bold; - line-height: 2em; + line-height: 1.75em; } -.cbi-value-field, .cbi-lvalue-field { +.cbi-value-field { text-align: right; + vertical-align: center; + line-height: 1.75em; } -.cbi-value-description, .cbi-lvalue-description { +.cbi-value-description { clear: both; font-style: italic; font-size: 0.8em; @@ -181,8 +190,26 @@ h2 { margin-top: 1em; } -.cbi-tsection-node { +.cbi-section-node { margin-top: 1em; border: none; background-color: #eeeeee; +} + +.cbi-error { + color: red; + font-weight: bold; +} + +.cbi-optionals { + margin-top: 2em; +} + +.cbi-optionals select { + height: 1.5em; + width: 20em; +} + +.cbi-optionals option { + font-size: 0.8em; }
\ No newline at end of file |