fix to error messages
Showing
1 changed file
with
5 additions
and
0 deletions
| ... | @@ -38,6 +38,11 @@ body.login { | ... | @@ -38,6 +38,11 @@ body.login { |
| 38 | 38 | ||
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | #login_error { | ||
| 42 | position: absolute; | ||
| 43 | bottom:0; | ||
| 44 | } | ||
| 45 | |||
| 41 | .login #nav a { | 46 | .login #nav a { |
| 42 | color: #221D58 !important; | 47 | color: #221D58 !important; |
| 43 | text-transform: uppercase; | 48 | text-transform: uppercase; | ... | ... |
-
Please register or sign in to post a comment