luci-theme-bootstrap: fix cbi-value caption alignment
[project/luci.git] / themes / luci-theme-bootstrap / htdocs / luci-static / bootstrap / mobile.css
index 1c72835f093a519e1e6496992feed62fbdcecf0c..00dd089599757405d51ee30e2c079319e98d6294 100644 (file)
@@ -161,6 +161,11 @@ header h3 a, header .brand {
                padding-bottom: .5em;
                border-bottom: 1px solid var(--border-color-high);
                margin-bottom: .5em;
                padding-bottom: .5em;
                border-bottom: 1px solid var(--border-color-high);
                margin-bottom: .5em;
+               display: block;
+       }
+
+       .cbi-value.hidden {
+               display: none;
        }
 
        .cbi-value .cbi-value:last-child {
        }
 
        .cbi-value .cbi-value:last-child {
@@ -170,7 +175,6 @@ header h3 a, header .brand {
        }
 
        .cbi-value label.cbi-value-title {
        }
 
        .cbi-value label.cbi-value-title {
-               float: none;
                font-weight: bold;
        }
 
                font-weight: bold;
        }