Branch 'production' - 5 commits - kolab.org/www

Torsten Grote grote at kolabsys.com
Thu Aug 16 11:23:05 CEST 2012


 kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css |   42 +++++++---
 kolab.org/www/drupal-7.15/sites/all/themes/kolab/kolab.info     |    4 
 2 files changed, 32 insertions(+), 14 deletions(-)

New commits:
commit 838082999b68c18d5356497ac84b9b6b86e906a8
Merge: 71cbdfe 940f107
Author: Torsten Grote <grote at kolabsys.com>
Date:   Thu Aug 16 11:23:00 2012 +0200

    Merge branch 'master' into production



commit 940f1075c2a3046f0fe8fd7b010ad1ef72880f4b
Author: Torsten Grote <grote at kolabsys.com>
Date:   Thu Aug 16 11:22:31 2012 +0200

    added padding to community tweets

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 80322af..a81d59c 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
@@ -228,6 +228,10 @@ pre, code, tt {
   border-bottom: 1px solid #b2b2b2;
 }
 
+.tweet-view td.views-field-text {
+	padding-left: 5pt;
+}
+
 #views-exposed-form-advanced-forum-active-topics-block-1 {
   display: none;
 }


commit 8f56969841be3ac4c5cf73e657b2b62fe477a7b4
Author: Torsten Grote <grote at kolabsys.com>
Date:   Thu Aug 16 11:12:44 2012 +0200

    remove unused theme areas

diff --git a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/kolab.info b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/kolab.info
index 04a96e4..d71322b 100644
--- a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/kolab.info
+++ b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/kolab.info
@@ -9,10 +9,6 @@ stylesheets[all][] = css/ie.css
 stylesheets[all][] = css/custom.css
 stylesheets[print][] = css/print.css
 
-regions[help] = Help Area
-regions[left] = Left sidebar
 regions[right] = Right sidebar
 regions[content] = Content
-regions[header] = Header
 regions[footer] = Footer
-regions[content_sidebar] = Content Sidebar


commit 47eecdb4b83ff5f88074f2b88d3488283045e0c8
Author: Torsten Grote <grote at kolabsys.com>
Date:   Thu Aug 16 11:10:49 2012 +0200

    more news css styling

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 b41af9d..80322af 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
@@ -420,6 +420,12 @@ img.alignleft {
 	background-color: #F1F1F1;
 }
 
+/* News Display on Front Page */
+
+#block-views-news-block-news h2 {
+	border-bottom: 1px solid #B2B2B2;
+}
+
 .news tr.even {
 	background-color: #F3F3F3;
 }
@@ -432,6 +438,10 @@ img.alignleft {
 	white-space: nowrap;
 }
 
+.news td.views-field-title {
+	width: 100%;
+}
+
 .news td {
 	font-size: 12pt;
 	padding: 4pt;


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