]> dev.renevier.net Git - syj.git/blob - public/css/account.css
version 0.1
[syj.git] / public / css / account.css
1 /*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
2     and is published under the AGPL license. */
3
4 /*
5  * form
6  */
7 #account_email {
8     margin-bottom: 1em;
9 }
10 #account_password_confirm {
11     margin-bottom: 1em;
12 }
13 #account_password_current {
14     margin-bottom: 1em;
15 }
16 form {
17     clear: left;
18     margin: 3em 1em 1em 1em;
19 }
20 fieldset {
21     margin: 20px 30px 0px 30px;
22 }