]> dev.renevier.net Git - syj.git/blob - public/css/newpwd.css
fixes css regression in newpwd, contact and account
[syj.git] / public / css / newpwd.css
1 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
2     and is published under the AGPL license. */
3
4 #message  {
5     width: 80%;
6     margin-left: auto;
7     margin-right: auto;
8 }
9
10 #newpwdform {
11     width: 40em;
12 }
13 .form-table-elem {
14     display: block;
15     width: 100%;
16 }
17 .form-errors {
18     color: red;
19     font-weight: bold;
20 }