luci-theme-bootstrap: tune .alert-message padding and margin
authorJo-Philipp Wich <jo@mein.io>
Thu, 12 Sep 2019 09:10:19 +0000 (11:10 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 12 Sep 2019 09:10:19 +0000 (11:10 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index e411ec315c20d761906380eba7915e6e2e525c73..7e9c8eb32459ea208914ceb9f43a50245bf6e32c 100644 (file)
@@ -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);