themes: add zone badge classes to remaining themes
[project/luci.git] / themes / freifunk-bno / htdocs / luci-static / freifunk-bno / cascade.css
index 3246163..5e5d75c 100644 (file)
@@ -844,3 +844,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;
+}