setup.less: Add missing style for form errors on the welcome page
This commit is contained in:
parent
abef0621ff
commit
7bdd41eb92
|
@ -358,6 +358,13 @@ form#setup_requirements {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form ul.errors {
|
||||||
|
display: block;
|
||||||
|
|
||||||
|
list-style-type: none;
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
div.note {
|
div.note {
|
||||||
padding: 1em 1em 0;
|
padding: 1em 1em 0;
|
||||||
margin: 3em auto 0;
|
margin: 3em auto 0;
|
||||||
|
|
Loading…
Reference in New Issue