aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/content.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2006-02-22 01:00:39 +0000
committerrvelices <rv-github@modusoptimus.com>2006-02-22 01:00:39 +0000
commitfe8fbac3cf9af0464d2b0990c88631ff9fd803ac (patch)
tree69d79b344767d2ce6e7d3d0e48e00c55e6fc9bc2 /template/yoga/content.css
parent2afff7c2266c55970e666bda1b02964dd97d8f71 (diff)
calendar redesign: monthly and weekly styles + list/calendar views for monthly
git-svn-id: http://piwigo.org/svn/trunk@1050 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/content.css')
-rw-r--r--template/yoga/content.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css
index 8bb5df33d..cc85cbc1e 100644
--- a/template/yoga/content.css
+++ b/template/yoga/content.css
@@ -177,3 +177,41 @@ SPAN.filename:before {
SPAN.filename:after {
content: "]";
}
+
+
+#content DIV.calendarStyles {
+ float: left;
+}
+
+#content DIV.calendarViews {
+ float: right;
+}
+
+SPAN.cal {
+ font-weight: bold;
+ border: 1px solid gray;
+ margin: 0 2px;
+}
+
+SPAN.calSel {
+ font-weight: bold;
+ color: dark-gray;
+ border: 1px solid gray;
+ margin: 0 2px;
+}
+
+#content .calendarBar {
+ margin: 8px 5px;
+ text-align: left;
+}
+
+SPAN.calCalHead {
+ font-weight: bold;
+ font-size: 110%;
+ margin: 0 2px;
+}
+
+SPAN.calCal {
+ margin: 0 2px;
+}
+