Skip to content
Snippets Groups Projects
Commit 3d76e9f6 authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Customize Django form error CSS

parent a4f3de71
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,16 @@ html, body {
padding: 0;
}
/* style for form errors */
ul.errorlist {
list-style-type: none;
padding-left: 0px;
}
ul.errorlist li {
color: red;
font-weight: bold;
}
/* div style for flash messages */
div.flash {
text-align: center;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment