diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-15 17:47:16 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-15 17:47:16 +0000 |
commit | a23f1335d8c0777b8c77a29e9eee4726a62fca82 (patch) | |
tree | 4cdffd94928cd23efedf44a72d595be0a3e1fd44 /themes | |
parent | 7c9dd3ab8149d89c318a1e10668b4c69aa9b9d93 (diff) |
themes/openwrt: add new CSS classes for zone badge widgets
Diffstat (limited to 'themes')
-rw-r--r-- | themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css | 26 |
1 files changed, 26 insertions, 0 deletions
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; } |