From: Jo-Philipp Wich Date: Thu, 18 Aug 2016 07:18:56 +0000 (+0200) Subject: luci-theme-bootstrap: add missing CSS class X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=34c2eca4fc00d93b62dcd8691cc8b8a13673b39a;hp=46755e25ba541236b56c549841e5db0cf69cdd72;ds=sidebyside luci-theme-bootstrap: add missing CSS class Signed-off-by: Jo-Philipp Wich --- 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 1d2374805..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;