diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-02-22 01:00:39 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-02-22 01:00:39 +0000 |
commit | fe8fbac3cf9af0464d2b0990c88631ff9fd803ac (patch) | |
tree | 69d79b344767d2ce6e7d3d0e48e00c55e6fc9bc2 /template/yoga/content.css | |
parent | 2afff7c2266c55970e666bda1b02964dd97d8f71 (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 '')
-rw-r--r-- | template/yoga/content.css | 38 |
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; +} + |