diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-07 10:15:12 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-07 10:15:12 +0000 |
commit | 238d0f97602e0814cd2376d9ba9d0d5f69bfa3b9 (patch) | |
tree | aaff7d9d5f3e0c6118e2f6d27c345077399a49ef /admin/template/goto/theme | |
parent | a4bf261c50b82a082ae1cf7b602c5aaab019ab2d (diff) |
"datePicker" icon was not aligned (align is not tested with all browsers)
merge -c2939 from branch 2.0 to trunk
git-svn-id: http://piwigo.org/svn/trunk@2940 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/theme')
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index b40f4ef27..634daefb9 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -166,6 +166,7 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body #ui-datepicker-div .ui-datepicker-title-row .ui-datepicker-week-end-cell a { color: #ff3363; } #ui-datepicker-div a:hover { color: #ff3363 !important; border: 0; background: #111 !important; } #ui-datepicker-div .ui-datepicker-header select { color:#999; font-weight:normal; } +td img.ui-datepicker-trigger { margin:-3px 5px 2px; } INPUT[type="text"].large { width: 317px; } input[type="button"], input[type="submit"], input[type="reset"] { color:#ff3363; background-color:#222; border-color: #ff3363; } |