kolab.org/www

Torsten Grote grote at kolabsys.com
Thu Aug 23 11:09:19 CEST 2012


 kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css  |   28 +++-------
 kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/logo.png |binary
 kolab.org/www/drupal-7.15/sites/all/themes/kolab/page.tpl.php    |    3 +
 3 files changed, 13 insertions(+), 18 deletions(-)

New commits:
commit 85b15cef398d6ae51338605a02eb4943a81b4244
Author: Torsten Grote <grote at kolabsys.com>
Date:   Thu Aug 23 11:09:01 2012 +0200

    fixed several styling issues

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 e340588..222142b 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
@@ -83,6 +83,9 @@ div.region-right-sidebar {
 
 div#right-sidebar div.block h2 {
 	text-align: center;
+	font-size: 12pt;
+	font-weight: bold;
+	margin-bottom: 1pt;
 }
 
 div#right-sidebar div.block ul {
@@ -182,10 +185,15 @@ div#footer {
 }
 
 div#footer div.region-footer {
-	font-size: 9px;
+	float: left;
+	width: 50%;
+	font-size: 8pt;
 	color: rgb(134,134,134);
+}
+
+div#footer-icons {
+	float: right;
 	width: 50%;
-	padding-top: 1%;
 }
 
 
@@ -306,21 +314,6 @@ ul#subnavlist
     padding-right: 10px;
 }
 
-#overview-left {
-  width: 49%;
-  float: left;
-  display: inline;
-}
-
-#overview-left p {
-  margin-bottom: 5em;
-}
-
-#overview-right {
-  width: 49%;
-  float: right;
-  display: inline;
-}
 
 .kolab-feature-box,
 .kolab-scenario-box {
@@ -413,7 +406,6 @@ img.alignleft {
 }
 
 .news td {
-	font-size: 12pt;
 	padding: 4pt;
 }
 
diff --git a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/logo.png b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/logo.png
index 244c7db..0c06ff1 100644
Binary files a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/logo.png and b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/images/logo.png differ
diff --git a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/page.tpl.php b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/page.tpl.php
index acfe544..a8f6263 100644
--- a/kolab.org/www/drupal-7.15/sites/all/themes/kolab/page.tpl.php
+++ b/kolab.org/www/drupal-7.15/sites/all/themes/kolab/page.tpl.php
@@ -46,6 +46,9 @@
 
       <div id="footer">
         <?php print render($page['footer']); ?>
+        <div id="footer-icons">
+          <img src="/sites/all/themes/kolab/images/footer.png">
+        </div>
       </div>
   </div>
 </div>





More information about the commits mailing list