X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=themes%2Ffledermaus%2Fhtdocs%2Fluci-static%2Ffledermaus%2Fcascade.css;h=590e062985f98e00d2af7f332783f8fa315b0fd3;hb=d951b66b452a634e6267e4a620410635f5a511ae;hp=e443664363cba9751b45123afad8da26c7fa84c8;hpb=71d3b7c194a8612b40dea82f6c430b4feb3739cd;p=project%2Fluci.git diff --git a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css index e44366436..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 { @@ -506,6 +507,10 @@ td.cbi-value-error { padding: 3px; } +ul.cbi-apply { + font-size: 90%; +} + .right { text-align: right; } @@ -574,7 +579,7 @@ td.cbi-value-error { width: 200% !important; } -* html div#content { +* html div#maincontent { margin-left: -80% !important; width: 160% !important; }