themes/openwrt: minor css fix
[project/luci.git] / themes / openwrt / htdocs / luci-static / openwrt.org / cascade.css
index 9b94b58..9e600e3 100644 (file)
@@ -29,10 +29,6 @@ a img {
        text-decoration: none;
 }
 
-small {
-       white-space: nowrap;
-}
-
 ul.tabmenu {
        margin: 0;
        clear: both;
@@ -732,6 +728,7 @@ table.cbi-section-table td {
 tr.cbi-section-table-descr th {
        font-weight: normal;
        font-size: 90%;
+       vertical-align: top;
 }
 
 td.cbi-section-table-optionals {
@@ -896,6 +893,7 @@ div.cbi-tab-descr {
        border: 1px solid #CCCCCC;
        padding: 2px;
        margin-left: 2px;
+       display: inline-block;
 }
 
 .ifacebadge-active {
@@ -904,6 +902,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;
 }