diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-07 10:13:57 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-07 10:13:57 +0000 |
commit | 1c019342558fb75e2bfcbce14459f6f0c3c2f4c9 (patch) | |
tree | 04777c2b1d9759f15bf3673dfe758277efcdf0c8 /admin/template/goto/theme/roma | |
parent | 321daa2536209249ba2d61f9ae8f68963e203055 (diff) |
"datePicker" icon was not aligned (align is not tested with all browsers)
git-svn-id: http://piwigo.org/svn/branches/2.0@2939 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/theme/roma')
-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; } |