* luci/themes: fix margin for field titles
[project/luci.git] / themes / openwrt.org / htdocs / luci-static / openwrt.org / cascade.css
index 78cb954..aed90ae 100644 (file)
@@ -337,7 +337,8 @@ table.smalltext tr td {
 
 div.cbi-value {
        clear: left;
 
 div.cbi-value {
        clear: left;
-       padding: 0.25em;
+       vertical-align: middle;
+       padding-left: 0.25em;
        border-bottom: 1px dotted #bbbbbb;
 }
 
        border-bottom: 1px dotted #bbbbbb;
 }
 
@@ -352,7 +353,6 @@ div.cbi-value:last-child {
 .cbi-value-title {
        float: left;
        width: 40%;
 .cbi-value-title {
        float: left;
        width: 40%;
-       margin: 0.25em 0;
 }
 
 div.cbi-value-field {
 }
 
 div.cbi-value-field {