diff options
author | Steven Barth <steven@midlink.org> | 2008-03-26 20:55:14 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-03-26 20:55:14 +0000 |
commit | 68d142e79287e9b5e9f980f37b546070a38fc478 (patch) | |
tree | 8d165ffd6e50795b7f140efb0e7ed7f103d2e47d /contrib/media/cascade.css | |
parent | 5f9910566de7165f4bb0ee62bc3ace53c708a94e (diff) |
* CBI update
* Added some configuration pages
* Introduced contact site
* Introduced luci UCI config file
Diffstat (limited to 'contrib/media/cascade.css')
-rw-r--r-- | contrib/media/cascade.css | 48 |
1 files changed, 32 insertions, 16 deletions
diff --git a/contrib/media/cascade.css b/contrib/media/cascade.css index 8b192ba7c..b0131dc58 100644 --- a/contrib/media/cascade.css +++ b/contrib/media/cascade.css @@ -9,6 +9,7 @@ h1 { margin: 0%; font-size: 1.4em; font-weight: bold; + margin-bottom: 0.5em; } h2 { @@ -17,6 +18,10 @@ h2 { font-weight: bold; } +h3 { + margin: 0%; +} + #header { padding: 0.2em; height: 4.5em; @@ -156,6 +161,19 @@ h2 { display: none; } +.inline { + display: inline; +} + +code { + display: block; + background: #f7f7f7; + border: 1px solid #d7d7d7; + margin: 1em 1.75em; + padding: 1em; + overflow: auto; + white-space: pre; +} .cbi-section { margin-top: 1em; @@ -166,34 +184,37 @@ h2 { } .cbi-value-title { - font-weight: bold; line-height: 1.75em; } .cbi-value-field { - text-align: right; - vertical-align: center; + margin-left: 10em; + text-align: center; line-height: 1.75em; } +.cbi-value-field input, .cbi-value-field select, .cbi-optionals select, .cbi-optionals input { + font-size: 0.8em; +} + .cbi-value-description { - clear: both; font-style: italic; font-size: 0.8em; } -.cbi-value { - margin-bottom: 1em; -} - .cbi-form-separator { margin-top: 1em; } .cbi-section-node { - margin-top: 1em; - border: none; - background-color: #eeeeee; + display: block; + background: #f7f7f7; + border: 1px solid #d7d7d7; + overflow: auto; +} + +.cbi-section-node h3 { + margin-bottom: 0.5em; } .cbi-error { @@ -205,11 +226,6 @@ h2 { margin-top: 2em; } -.cbi-optionals select { - height: 1.5em; - width: 20em; -} - .cbi-optionals option { font-size: 0.8em; }
\ No newline at end of file |