X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=themes%2Ffreifunk-hannover%2Fhtdocs%2Fluci-static%2Ffreifunk-hannover%2Fcascade.css;h=961f847ed1e76240198a5577e104e22483ab556e;hp=75015718a34be7eef2dc5e93e9c36f372bbfecd6;hb=0ff4dcf277cbfd552343c31ffc313d52b1e2f161;hpb=6a79dfc77e2e6904cb73d8a80dd069a86fe0bb54 diff --git a/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css b/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css index 75015718a..961f847ed 100644 --- a/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css +++ b/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css @@ -933,4 +933,30 @@ td.cbi-value-error { 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; +} + }