themes/bootstrap: change CSS code formatting, spaces -> tabs, empty line between...
[project/luci.git] / themes / freifunk / htdocs / luci-static / freifunk / cascade.css
index 3c5a045..cc84960 100644 (file)
@@ -844,9 +844,37 @@ div.cbi-tab-descr {
        border: 1px solid #CCCCCC;
        padding: 2px;
        margin-left: 2px;
+       display: inline-block;
 }
 
 .ifacebadge-active {
        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;
+}
+