diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-07-29 21:05:34 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-07-29 21:12:30 +0200 |
commit | 765816d07d9a6246075e061b4f6108861b3f60af (patch) | |
tree | 5530f032ce188d808d27b31cc3c7548b32afcaae /themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap | |
parent | 88713f64568fdc96920fd6eabaa5dde3ecfbfed3 (diff) |
luci-theme-bootstrap: style tweak for DSL status display
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap')
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index a85d95a95..0c158961d 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1894,6 +1894,11 @@ table table td, margin: -.125em; } +#dsl_status_table .ifacebox-body > span > strong { + display: inline-block; + min-width: 35%; +} + .ifacebadge.large, .network-status-table .ifacebox-body .ifacebadge { display: inline-flex; |