diff options
author | nikrou <nikrou@piwigo.org> | 2010-04-07 21:45:21 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-04-07 21:45:21 +0000 |
commit | b5ec01b46e5c8fd80b64b6a1beb990ad78efeb4f (patch) | |
tree | e79f7406ce004971728f24b38c06d73947d20054 /admin/themes/clear | |
parent | b990097daa250f5b6792c77ac70cfbbf803fac89 (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/themes/clear')
-rw-r--r-- | admin/themes/clear/theme.css | 2 |
1 files changed, 1 insertions, 1 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"] { |