Commit | Line | Data |
---|---|---|
929ca066 BA |
1 | div.fos_user_user_show { |
2 | padding-top: 15px; | |
3 | margin-bottom: 0; | |
4 | } | |
5 | ||
6 | h1 { | |
7 | color: grey; | |
8 | text-align: center; | |
9 | margin-top: 15px; | |
10 | margin-bottom: 15px; | |
11 | } | |
12 | ||
13 | div.flash-message { | |
14 | text-align: center; | |
15 | margin-top: 20px; | |
16 | color: blue; | |
17 | } | |
18 | ||
19 | div.error { | |
20 | text-align: center; | |
21 | margin-top: 20px; | |
22 | color: red; | |
23 | } |