From d174cd3ac5582755d8ed834e551714371d8af020 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 18 Feb 2012 22:09:08 +0000 Subject: change color scheme on submit buttons for clear theme: white text on dark gray background and orange background on :hover. On many places, the submit buttons are now left aligned (instead of centered) On configuration option screens, the "Reset" button was removed: useless and confusing. Much simpler "Quick Local Synchronization" button on admin/intro.tpl for admin theme clear. git-svn-id: http://piwigo.org/svn/trunk@13244 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/theme.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'admin/themes/default/theme.css') 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 { -- cgit v1.2.3