From: Jo-Philipp Wich Date: Thu, 12 Sep 2019 09:10:19 +0000 (+0200) Subject: luci-theme-bootstrap: tune .alert-message padding and margin X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e712a8a4ac896189c333400134e00977912a918a;p=oweals%2Fluci.git luci-theme-bootstrap: tune .alert-message padding and margin 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 e411ec315..7e9c8eb32 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1709,8 +1709,8 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { .alert-message { position: relative; - padding: .25em .5em; - margin-bottom: 18px; + padding: .5em .5em .25em .5em; + margin-bottom: .5em; color: #404040; background: linear-gradient(to bottom, #fceec1, #eedc94) repeat-x; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);