diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-20 16:59:00 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-20 16:59:06 +0100 |
commit | c1f7cb36b8db475245cc2c2b2db86664f3a241c9 (patch) | |
tree | ba974c511496ac4035355db84eb7ac849458a173 /themes/luci-theme-bootstrap/htdocs | |
parent | c23885f6a776db74aa728b1efcd1bf644dde626d (diff) |
luci-theme-bootstrap: add new utility class for table valign, minor tweaks
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs')
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 11 |
1 files changed, 11 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 e587178c9..1d2374805 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1792,6 +1792,10 @@ table.cbi-section-table td.cbi-section-table-cell select { width: inherit; } +table.valign-middle td { + vertical-align: middle; +} + .cbi-value-description { display: inline; } .cbi-value-description img { vertical-align: middle; } @@ -1862,6 +1866,13 @@ table.cbi-section-table td.cbi-section-table-cell select { -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + cursor: default; +} + +.ifacebadge img { + width: 16px; + height: 16px; + vertical-align: middle; } .ifacebadge-active { |