style tweak for form errors
This commit is contained in:
parent
28281ea8a1
commit
8fe6198954
1 changed files with 10 additions and 0 deletions
|
@ -87,6 +87,16 @@ div.error {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.error {
|
||||||
|
color: #dd6666;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.error li {
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* td.right { */
|
/* td.right { */
|
||||||
/* float: none; */
|
/* float: none; */
|
||||||
/* } */
|
/* } */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue