aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2010-04-07 21:45:21 +0000
committernikrou <nikrou@piwigo.org>2010-04-07 21:45:21 +0000
commitb5ec01b46e5c8fd80b64b6a1beb990ad78efeb4f (patch)
treee79f7406ce004971728f24b38c06d73947d20054 /admin
parentb990097daa250f5b6792c77ac70cfbbf803fac89 (diff)
Feature 1545 : fix calendar icon alignment
git-svn-id: http://piwigo.org/svn/trunk@5701 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/clear/theme.css2
-rw-r--r--admin/themes/roma/theme.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css
index 56fdf7d74..eabc344f6 100644
--- a/admin/themes/clear/theme.css
+++ b/admin/themes/clear/theme.css
@@ -205,7 +205,7 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body
#ui-datepicker-div .ui-datepicker-header { background-color:#bbb;}
#ui-datepicker-div .ui-datepicker-current-day { background-color: #eee !important; border-color: #bbb; border-top-color: #eee; border-left-color: #eee;}
#ui-datepicker-div .ui-datepicker-days-cell { background-color:#bbb; border:1px solid #ddd; border-top-color: #bbb; border-left-color: #bbb;}
-td img.ui-datepicker-trigger { margin:-3px 5px 2px; }
+img.ui-datepicker-trigger { vertical-align: middle; margin:-3px 5px 2px 5px;}
INPUT[type="text"].large { width: 317px; }
input[type="button"], input[type="submit"], input[type="reset"] {
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index 1eced26f2..325b6124d 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -213,7 +213,7 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body
#ui-datepicker-div .ui-datepicker-header { background-color:#444;}
#ui-datepicker-div .ui-datepicker-current-day { background-color: #111 !important; border-color: #444; border-top-color: #111; border-left-color: #111;}
#ui-datepicker-div .ui-datepicker-days-cell { background-color:#444; border:1px solid #222; border-top-color: #444; border-left-color: #444;}
-td img.ui-datepicker-trigger { margin:-3px 5px 2px; }
+img.ui-datepicker-trigger {vertical-align: middle; margin:3px 5px 2px 5px; }
INPUT[type="text"].large { width: 317px; }
input[type="button"], input[type="submit"], input[type="reset"] {
color:#ff3363; background-color:#222; border-color: #ff3363; }