diff options
author | rub <rub@piwigo.org> | 2008-10-10 21:41:07 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-10-10 21:41:07 +0000 |
commit | 5f8b608b54699429dcbc21dd45a0d2ee6d9b5584 (patch) | |
tree | 2a89d1aae58e18c5f8daa62d756e0a5e1f894fb1 /template/yoga/default-layout.css | |
parent | 547a85d56bb4f3cc8f4412407054f2cd81e637e4 (diff) |
jQuery Datepicker:
Move code source to template-common in order to use datepicker on version after butterfly
git-svn-id: http://piwigo.org/svn/trunk@2704 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/default-layout.css')
-rw-r--r-- | template/yoga/default-layout.css | 7 |
1 files changed, 6 insertions, 1 deletions
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; +} |