X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=themes%2Fopenwrt%2Fhtdocs%2Fluci-static%2Fopenwrt.org%2Fcascade.css;h=e3228ecc7104f8a0765153cec2da63ea03d8b570;hp=1c04bfcf530100b3b66ecb9a0ac5e193a25bb98f;hb=e6dcd4630f6c0f550e6473fa4250cb9aafc1053b;hpb=0efea1babc41a888c307af6d79cfd1447b32dde6 diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index 1c04bfcf5..e3228ecc7 100644 --- a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -29,10 +29,6 @@ a img { text-decoration: none; } -small { - white-space: nowrap; -} - ul.tabmenu { margin: 0; clear: both; @@ -357,7 +353,11 @@ input:-webkit-input-placeholder { color: #AAAAAA; } -input:-moz-input-placeholder { +input:-moz-placeholder { + color: #AAAAAA; +} + +input:-ms-input-placeholder { color: #AAAAAA; } @@ -511,6 +511,46 @@ div.cbi-section-remove input { padding-right: 1px; } +input.cbi-button-up { + background-image: url('../resources/cbi/up.gif'); + padding-left: 11px; + padding-right: 1px; +} + +input.cbi-button-down { + background-image: url('../resources/cbi/down.gif'); + padding-left: 11px; + padding-right: 1px; +} + +input.cbi-button-edit { + background-image: url('../resources/cbi/edit.gif'); + color: #000000; + padding-left: 17px; + padding-right: 1px; +} + +input.cbi-button-reload { + background-image: url('../resources/cbi/reload.gif'); + color: #000000; + padding-left: 17px; + padding-right: 1px; +} + +input.cbi-button-reset { + background-image: url('../resources/cbi/reset.gif'); + color: #000000; + padding-left: 17px; + padding-right: 1px; +} + +input.cbi-button-remove { + background-image: url('../resources/cbi/remove.gif'); + color: #000000; + padding-left: 17px; + padding-right: 1px; +} + .cbi-input-invalid { background-image: url('../resources/cbi/reset.gif'); background-repeat: no-repeat; @@ -580,6 +620,11 @@ table.cbi-section-table .cbi-rowstyle-2:hover { color: #000000; } +table.cbi-section-table .cbi-section-table-cell { + padding: 3px; + white-space: nowrap; +} + .cbi-section .cbi-rowstyle-1 h3 { background-color: #eeeeff; color: #555555; @@ -720,13 +765,18 @@ td.cbi-value-error { padding: 3px; } +.cbi-value-field var { + color: #2222FF; +} + ul.cbi-tabmenu { padding: 3px 0; margin-left: 0 !important; list-style-type: none; position: relative; z-index: 10; - top: 1px; + top: 4px; + line-height: 20px; } ul.cbi-tabmenu li.cbi-tab, @@ -771,8 +821,12 @@ div.cbi-tab-descr { padding: 0.5em 0.5em 0.5em 2em; } +.left { + text-align: left !important; +} + .right { - text-align: right; + text-align: right !important; } .luci { @@ -815,6 +869,64 @@ div.cbi-tab-descr { } +.ifacebox { + background-color: #FFFFFF; + border: 1px solid #CCCCCC; + margin: 0 10px; + text-align: center; + white-space: nowrap; +} + +.ifacebox .ifacebox-head { + border-bottom: 1px solid #CCCCCC; + padding: 2px; +} + +.ifacebox .ifacebox-body { + padding: 2px; +} + + +.ifacebadge { + background-color: #FFFFFF; + border: 1px solid #CCCCCC; + padding: 2px; + margin-left: 2px; + display: inline-block; +} + +.ifacebadge-active { + border-color: #000000; + font-weight: bold; +} + + +.zonebadge { + padding: 2px; + display: inline-block; + white-space: nowrap; + cursor: pointer; +} + +.zonebadge em, +.zonebadge strong { + margin: 3px; + display: inline-block; +} + +.zonebadge input { + width: 6em; + height: 1.5em; +} + +.zonebadge-empty { + border: 1px dashed #AAAAAA; + color: #AAAAAA; + font-style: italic; + font-size: smaller; +} + + .uci-change-list { font-family: monospace; }