From f8d8f10aa892e2737cb2171e57b7883481edf9a7 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 15 Feb 2012 17:49:44 +0000 Subject: themes: add zone badge classes to remaining themes --- .../htdocs/luci-static/fledermaus/cascade.css | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'themes/fledermaus') diff --git a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css index 18b7f1ca5..458f81874 100644 --- a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css +++ b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css @@ -735,3 +735,29 @@ div.cbi-tab-descr { 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; +} -- cgit v1.2.3