From 5f9910566de7165f4bb0ee62bc3ace53c708a94e Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 25 Mar 2008 23:34:21 +0000 Subject: * Entering Version 0.2 * Completed CBI * Minor bugfixes and enhancements --- contrib/media/cascade.css | 39 +++++++++++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 6 deletions(-) (limited to 'contrib/media') 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 -- cgit v1.2.3