diff options
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r-- | admin/themes/default/theme.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 53c99e10f..dd49c3ee4 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -348,17 +348,19 @@ FORM { padding: 0em; } FORM P { text-align: center; - margin-top: 2em; - margin-bottom: 2em; + margin:1em; } form p.field { text-align: left; } +form p.formButtons {text-align:left;} + FORM FIELDSET P { margin-top: 1em; margin-bottom: 0; + text-align:left; } .small { |