diff options
-rw-r--r-- | themes/default/theme.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index 7c2d75d97..8947dfddd 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -792,16 +792,13 @@ LEGEND { border-radius: 3px; } -#thePasswordPage form#lostPassword { +#lostPassword { padding: 1em; } -#thePasswordPage form#lostPassword p { +#lostPassword p { text-align: left; - margin: 0 0 1em 0; + margin: 1.5em 0; line-height: 1.5em; } -#thePasswordPage form#lostPassword p.bottomButtons { - margin-top:2em; -}
\ No newline at end of file |