luci-theme-openwrt: style tweaks for DSL status display
authorJo-Philipp Wich <jo@mein.io>
Sun, 29 Jul 2018 19:11:51 +0000 (21:11 +0200)
committerJo-Philipp Wich <jo@mein.io>
Sun, 29 Jul 2018 19:12:30 +0000 (21:12 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css

index 4d3333739ca2d7710db09aeaa36038ec7af9ed56..197166b73a729a8d666824093389322afeac794f 100644 (file)
@@ -1347,6 +1347,11 @@ select + .cbi-button {
        margin: .5em 0 0 0;
 }
 
+#dsl_status_table .ifacebox-body > span > strong {
+       display: inline-block;
+       min-width: 35%;
+}
+
 
 .zonebadge {
        padding: 2px;
@@ -1646,6 +1651,10 @@ select + .cbi-button {
        .hide-xs {
                display: none;
        }
+
+       #dsl_status_table .ifacebox-body > span > strong {
+               min-width: 50%;
+       }
 }
 
 @media screen and (max-width: 480px) {
@@ -1757,4 +1766,10 @@ select + .cbi-button {
        #cbi-network-switch_vlan .td.cbi-section-actions {
                flex-basis: 100%;
        }
+
+       #dsl_status_table .ifacebox-body > span > strong {
+               display: block;
+               width: 100%;
+               margin-top: .5em;
+       }
 }