summaryrefslogtreecommitdiffstats
path: root/static/css/login.css
blob: a9ab3edcde514c0ce116eabf631f39db526f684c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.form-row label {
    float: left;
    width: 9em;
}

p.errornote {
    margin: 0;
    color: #CC0000;
}

.errorlist {
    color: #CC0000;
}