From: Jo-Philipp Wich Date: Wed, 15 Feb 2012 17:47:16 +0000 (+0000) Subject: themes/openwrt: add new CSS classes for zone badge widgets X-Git-Tag: 0.11.0~1099 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=a23f1335d8c0777b8c77a29e9eee4726a62fca82 themes/openwrt: add new CSS classes for zone badge widgets --- diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index cfc29d6b2..336f411d8 100644 --- a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -905,6 +905,32 @@ div.cbi-tab-descr { } +.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; }