luci-theme-bootstrap: tune .alert-message padding and margin
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
2cc6ff7f6b
commit
e712a8a4ac
1 changed files with 2 additions and 2 deletions
|
@ -1709,8 +1709,8 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
||||||
|
|
||||||
.alert-message {
|
.alert-message {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: .25em .5em;
|
padding: .5em .5em .25em .5em;
|
||||||
margin-bottom: 18px;
|
margin-bottom: .5em;
|
||||||
color: #404040;
|
color: #404040;
|
||||||
background: linear-gradient(to bottom, #fceec1, #eedc94) repeat-x;
|
background: linear-gradient(to bottom, #fceec1, #eedc94) repeat-x;
|
||||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||||
|
|
Loading…
Reference in a new issue