X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=themes%2Fluci-theme-bootstrap%2Fhtdocs%2Fluci-static%2Fbootstrap%2Fcascade.css;h=1adf17c66d0e0300d9a16b2d11136b6831802046;hb=1e1a706db5040d94ec5fd98a1fbf3563637b6c67;hp=e587178c962226f02aa1ac3acd49bc6b922863df;hpb=c57d60e3e6b42a6668bca032003e53b00b0c8a20;p=project%2Fluci.git 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..1adf17c66 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1614,7 +1614,7 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { opacity: 0.4; } -.alert-message { +.alert-message, .errorbox { position: relative; padding: 7px 15px; margin-bottom: 18px; @@ -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 {