]> dev.renevier.net Git - syj.git/blob - public/css/account.css
fixes css regression in newpwd, contact and account
[syj.git] / public / css / account.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 /*
11  * form
12  */
13 #account_email {
14     margin-bottom: 1em;
15 }
16 #account_password_confirm {
17     margin-bottom: 1em;
18 }
19 #account_password_current {
20     margin-bottom: 1em;
21 }
22 form {
23     clear: left;
24     margin: 3em 1em 1em 1em;
25 }
26 fieldset {
27     margin: 20px 30px 0px 30px;
28 }