diff options
author | rub <rub@piwigo.org> | 2008-10-06 20:03:52 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-10-06 20:03:52 +0000 |
commit | 1c7db3ac07a57739ce10c2e3db8e89e54da14ae2 (patch) | |
tree | 0fe83169da8bba401956f5981fe232aae6bc1ab1 /admin | |
parent | 8fdaa594942c6e0cb586f28dbbfdb868ce27b971 (diff) |
Move jQuery Datepicker customization to default goto css.
git-svn-id: http://piwigo.org/svn/trunk@2675 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/datepicker.css | 1 | ||||
-rw-r--r-- | admin/template/goto/default-layout.css | 7 |
2 files changed, 6 insertions, 2 deletions
diff --git a/admin/template/goto/datepicker.css b/admin/template/goto/datepicker.css index 2d579b3cf..eb41d0a16 100644 --- a/admin/template/goto/datepicker.css +++ b/admin/template/goto/datepicker.css @@ -37,7 +37,6 @@ button.ui-datepicker-trigger { img.ui-datepicker-trigger { margin: 2px; vertical-align: middle; - cursor : pointer; } .ui-datepicker-prompt { float: left; diff --git a/admin/template/goto/default-layout.css b/admin/template/goto/default-layout.css index b0b99d5b1..fc5cb3c2a 100644 --- a/admin/template/goto/default-layout.css +++ b/admin/template/goto/default-layout.css @@ -445,4 +445,9 @@ UL.tagSelection LI { } .cluetip-default #cluetip-inner { padding: 10px; -}
\ No newline at end of file +} + +/* jQuery datepicker */ +img.ui-datepicker-trigger { + cursor : pointer; +} |