aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-12-11 21:51:39 +0000
committervdigital <vdigital@piwigo.org>2008-12-11 21:51:39 +0000
commitb4679919163c484fccf660632b9331a801afcb0d (patch)
tree4c4533d5fa85ff55bfbf4a43b969828a2b377726 /template
parentce1bb0ccc6031f9233dabc383fcaafbfac405702 (diff)
- calendar by posted date
- january, feb, march (or 1,2,3) : border = #666 (now #999) (Default colors overrode) merge -c2968 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2969 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/theme/Sylvia/theme.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css
index cbb2e1d79..87ad6bdbc 100644
--- a/template/yoga/theme/Sylvia/theme.css
+++ b/template/yoga/theme/Sylvia/theme.css
@@ -302,6 +302,14 @@ input[type="radio"], input[type="checkbox"], input[type="button"].rateButtonStar
clear:both;
list-style-type:none;
}
+span.calItem {
+ border:1px solid #666;
+ margin:0 5px;
+ padding:2px 5px 0 8px;
+}
+span.calItemEmpty, td.calDayCellEmpty, td.calDayCellFull {
+ border:1px solid #666;
+}
A, INPUT.rateButton {
color:#f70;
border-width: 0;