diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-03-08 03:22:25 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-03-08 03:22:25 +0000 |
commit | cba56c06ede13f30483ca587f0c79cb0e4d82aaa (patch) | |
tree | 7e82d6628ef115795eb13273cbae7570922ba2ec /template/yoga/content.css | |
parent | 1e7c9034ded97b32a7d79a1ba05b384028ec5081 (diff) |
calendar: removed some warnings, improved display for weekly style and
worked on css (still not perfect due to IE)
git-svn-id: http://piwigo.org/svn/trunk@1069 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/content.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css index 6decb64f4..641225309 100644 --- a/template/yoga/content.css +++ b/template/yoga/content.css @@ -17,10 +17,12 @@ BODY#theNotificationPage #content margin: 1em; } -#content H2, H3 { +#content H3 { margin-bottom: 1ex; } +#content H2 { margin-bottom: 3px;} /*<- for IE otherwise calendar select is displaced to middle of page*/ + #content H3 { text-align: center; } @@ -104,7 +106,7 @@ BODY#theNotificationPage #content /* actions */ UL.categoryActions { - margin: 2px; + margin: 0 2px; width: auto; padding: 0; text-indent: 0; @@ -117,9 +119,12 @@ UL.categoryActions { text-align: center; } +#content DIV.titrePage { + padding: 0 0 3px; +} + #content UL.categoryActions LI { display: inline; - } #content UL.categoryActions A IMG, UL.categoryActions A { @@ -183,7 +188,7 @@ SPAN.filename:after { #content DIV.calendarViews { display: block; float: right; - margin: 2px 2px; + margin: 2px 0 0; } #content DIV.calendarBar { margin: 8px 4px; } |