From 1c7db3ac07a57739ce10c2e3db8e89e54da14ae2 Mon Sep 17 00:00:00 2001 From: rub Date: Mon, 6 Oct 2008 20:03:52 +0000 Subject: Move jQuery Datepicker customization to default goto css. git-svn-id: http://piwigo.org/svn/trunk@2675 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/datepicker.css | 1 - admin/template/goto/default-layout.css | 7 ++++++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'admin') 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; +} -- cgit v1.2.3