From 650a40bf78263cced01e9a1101a4d8bd944b388c Mon Sep 17 00:00:00 2001 From: rub Date: Fri, 10 Oct 2008 21:52:00 +0000 Subject: jQuery Datepicker: Move code source to template-common in order to use datepicker on version after butterfly Merge trunk 2703:2704 into branch 2.0 git-svn-id: http://piwigo.org/svn/branches/2.0@2705 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/default-layout.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'template/yoga/default-layout.css') diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 924e901c9..f7b102a96 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -275,4 +275,9 @@ TABLE.tagLetterContent { #theHeader {text-align: center;} #theNotificationPage dl, -#thePopuphelpPage dl { margin: 0 25px 25px; } \ No newline at end of file +#thePopuphelpPage dl { margin: 0 25px 25px; } + +/* jQuery datepicker */ +img.ui-datepicker-trigger { + cursor : pointer; +} -- cgit v1.2.3