Index: openacs-4/packages/xowiki/www/resources/xowiki.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/xowiki.css,v diff -u -r1.31 -r1.32 --- openacs-4/packages/xowiki/www/resources/xowiki.css 10 Sep 2008 08:42:33 -0000 1.31 +++ openacs-4/packages/xowiki/www/resources/xowiki.css 14 Sep 2008 17:19:54 -0000 1.32 @@ -197,4 +197,21 @@ */ div.xowiki-content .margin-form .form-button, .margin-form div.form-help-text { color: #7A7A78; +} + +/* Make the weblog-mini-calendar slightly nicer by alignig its columns + and extending the width as it was with styles before zen. +*/ +.weblog-mini-calendar {width: 100%;} +.weblog-mini-calendar table {width: 100%;} +/* header of the calendar */ +.weblog-mini-calendar .back { text-align: left; } +.weblog-mini-calendar .current_view { text-align: center; } +.weblog-mini-calendar .forward { text-align: right; } +.weblog-mini-calendar .forward, .weblog-mini-calendar .back { + width: 20px; +} +/* the body-part of the calendar */ +.weblog-mini-calendar #at-a-glance td { + text-align: right; } \ No newline at end of file