aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-04-07 13:56:04 +0000
committerplegall <plg@piwigo.org>2010-04-07 13:56:04 +0000
commitd8d0e34a4cec301e147f5b484ad013ee5c4a4af7 (patch)
treed1cebf795f9a9aa91e08fd245cbccc77115aeb95 /admin
parente5f8722c33abf20d91e53324bc41425b7bf42c59 (diff)
bug 1545: fix the datepicker calendar for clear admin theme.
git-svn-id: http://piwigo.org/svn/trunk@5696 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/clear/icon/next.pngbin0 -> 348 bytes
-rw-r--r--admin/themes/clear/icon/prev.pngbin0 -> 349 bytes
-rw-r--r--admin/themes/clear/theme.css19
3 files changed, 19 insertions, 0 deletions
diff --git a/admin/themes/clear/icon/next.png b/admin/themes/clear/icon/next.png
new file mode 100644
index 000000000..32587c4eb
--- /dev/null
+++ b/admin/themes/clear/icon/next.png
Binary files differ
diff --git a/admin/themes/clear/icon/prev.png b/admin/themes/clear/icon/prev.png
new file mode 100644
index 000000000..474fbb79d
--- /dev/null
+++ b/admin/themes/clear/icon/prev.png
Binary files differ
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css
index e7018f585..cb99e4679 100644
--- a/admin/themes/clear/theme.css
+++ b/admin/themes/clear/theme.css
@@ -186,6 +186,24 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(images/resizable-sw.gif); }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(images/resizable-nw.gif); }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif); }
+
+#ui-datepicker-div {background-color: #fff; border:2px solid #aaa;-moz-border-radius:5px;}
+#ui-datepicker-div .ui-datepicker-title {color:black;}
+#ui-datepicker-div .ui-icon-circle-triangle-w {background: transparent url(icon/prev.png) no-repeat; color:transparent;}
+#ui-datepicker-div .ui-icon-circle-triangle-e {background: transparent url(icon/next.png) no-repeat; color:transparent;}
+
+#ui-datepicker-div A.ui-datepicker-prev,
+#ui-datepicker-div A.ui-datepicker-next
+{
+ background-color:transparent;
+}
+
+#ui-datepicker-div A.ui-datepicker-prev:hover,
+#ui-datepicker-div A.ui-datepicker-next:hover
+{
+ background-color:#eee;border:1px solid #aaa;-moz-border-radius:5px;
+}
+
#ui-datepicker-div .ui-datepicker-control, #ui-datepicker-div a { background-color: #eee; color: #08f !important;}
#ui-datepicker-div .ui-datepicker-days-row { background-color: #bbb;}
#ui-datepicker-div .ui-datepicker-week-end-cell, #ui-datepicker-div .ui-datepicker-week-end-cell a { background-color: #ddd; color: #0cc; border-color: #bbb; border-top-color: #ddd; border-left-color: #ddd;}
@@ -198,6 +216,7 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body
#ui-datepicker-div .ui-datepicker-current-day { background-color: #eee !important; border-color: #bbb; border-top-color: #eee; border-left-color: #eee;}
#ui-datepicker-div .ui-datepicker-days-cell { background-color:#bbb; border:1px solid #ddd; border-top-color: #bbb; border-left-color: #bbb;}
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:#0cc9c; background-color:#ddd; border-color: #0cc9c; }