X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=themes%2Ffledermaus%2Fhtdocs%2Fluci-static%2Ffledermaus%2Fcascade.css;h=590e062985f98e00d2af7f332783f8fa315b0fd3;hp=c39396886291b2271001a05b11a8b2342b6be816;hb=9cacdbc05cf66bb452598b29d3ac57ea69cbadca;hpb=09b829a9c795477a637b265ceeca2eacabca427b diff --git a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css index c39396886..590e06298 100644 --- a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css +++ b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css @@ -16,7 +16,7 @@ code { white-space: pre; } -div#content ul { +div#maincontent ul { margin-left: 2em; } @@ -164,7 +164,7 @@ div#content ul { float: right; } -#content { +#maincontent { clear: both; width: 90%; margin: 0 auto; @@ -174,20 +174,20 @@ div#content ul { font-size: 80%; } -#content h1 { +#maincontent h2 { margin: 0.25em 0 0.5em 0; font-size: 150%; font-weight: normal; } -#content h2 { +#maincontent h3 { margin: 0.5em 0; font-size: 120%; font-weight: normal; text-decoration: underline; } -#content p { +#maincontent p { margin-bottom: 1em; } @@ -277,7 +277,7 @@ input.cbi-input-user { padding-left: 17px; } -input.cbi-input-key { +input.cbi-input-password { background: url('../resources/cbi/key.gif') no-repeat scroll 1px center; background-color: inherit; padding-left: 17px; @@ -433,6 +433,7 @@ div.cbi-value:hover div.cbi-value-field > div.cbi-value-description { div.cbi-section-create { clear: left; + white-space: nowrap; } div.cbi-map-descr { @@ -488,6 +489,28 @@ div.cbi-error { color: #FF0000; } +td.cbi-value-error { + border-color: red !important; +} + +.cbi-value-error input, +.cbi-value-error select { + color: red !important; + background-color: #FFCCCC; +} + +.cbi-section-error { + color: red; + font-size: 95%; + border: 1px dotted red; + margin: 3px; + padding: 3px; +} + +ul.cbi-apply { + font-size: 90%; +} + .right { text-align: right; } @@ -556,7 +579,7 @@ div.cbi-error { width: 200% !important; } -* html div#content { +* html div#maincontent { margin-left: -80% !important; width: 160% !important; }