aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/content.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2006-03-03 01:57:39 +0000
committerrvelices <rv-github@modusoptimus.com>2006-03-03 01:57:39 +0000
commit2a3d5012138715952add2f69e9b3253353ea419d (patch)
tree0edda816004ca51c4781bf12517f0c95ad422eae /template/yoga/content.css
parent8f33338fed3809c2b964cbe610658b143c96b6c9 (diff)
improvement: calendar navigation now uses at maximum one navigation bar
together with a next/previous date links improvement: calendar view styles now shown in DIV.titrePage (I still need to move padding from H2 to DIV.titrePage ...) fix: moved all calendar css colors from template to the theme git-svn-id: http://piwigo.org/svn/trunk@1062 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/content.css')
-rw-r--r--template/yoga/content.css29
1 files changed, 7 insertions, 22 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css
index 6f3c440c4..6decb64f4 100644
--- a/template/yoga/content.css
+++ b/template/yoga/content.css
@@ -182,31 +182,18 @@ SPAN.filename:after {
/* begin chronology/calendar elements*/
#content DIV.calendarViews {
display: block;
- text-align: left;
- margin: 5px 0;
+ float: right;
+ margin: 2px 2px;
}
-#content DIV.calendarBar {
- margin: 8px 4px;
-}
+#content DIV.calendarBar { margin: 8px 4px; }
-SPAN.calItem {
+SPAN.calItem, SPAN.calItemEmpty {
font-weight: bold;
- margin: 0 2px;
- border: 1px solid gray;
+ margin: 0 1px;
}
-SPAN.calItemSel {
- font-weight: bold;
- margin: 0 2px;
- border: 1px solid gray;
-}
-
-SPAN.calItemEmpty {
- font-weight: bold;
- margin: 0 2px;
- border: 1px solid gray;
-}
+SPAN.calItem A { border:0 }
#content DIV.calendarCalBar {
margin: 10px 10px;
@@ -219,9 +206,7 @@ SPAN.calCalHead {
margin: 0 2px;
}
-SPAN.calCal {
- margin: 0 2px;
-}
+SPAN.calCal { margin: 0 2px; }
/* nice looking month calendar*/
.calMonth { border: none; border-collapse: collapse; }