kolab.org/www

Torsten Grote grote at kolabsys.com
Thu Aug 16 10:44:58 CEST 2012


 kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css |   28 ++++++----
 1 file changed, 18 insertions(+), 10 deletions(-)

New commits:
commit 08bc8b831816ef9c6b4c96350c8a3f8d399ec68d
Author: Torsten Grote <grote at kolabsys.com>
Date:   Thu Aug 16 10:44:26 2012 +0200

    prepare display of news on front page

diff --git a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css
index 1953ff6..b41af9d 100644
--- a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css
+++ b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css
@@ -416,15 +416,23 @@ img.alignleft {
 .right-corner { border-top-right-radius: 15px; box-shadow: 5px 0px 2px #888888; }
 .left-corner { border-top-left-radius: 15px; }
 
-/* Modifications and extensions to the stylesheet calendar.css as distributed
-   by the calendar plugin.
-*/
+.pager {
+	background-color: #F1F1F1;
+}
 
-.calendar-calendar td {
-        vertical-align: center;
-        text-align: center;
-    }
+.news tr.even {
+	background-color: #F3F3F3;
+}
+.news tr.odd {
+	background-color: #EEEEEE;
+}
 
-.calendar-calendar td.has-events {
-        font-weight: bold;
-    }
+.news td.views-field-created {
+	vertical-align: top;
+	white-space: nowrap;
+}
+
+.news td {
+	font-size: 12pt;
+	padding: 4pt;
+}





More information about the commits mailing list