kolab.org/www

Torsten Grote grote at kolabsys.com
Thu Aug 23 13:40:10 CEST 2012


 kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css |   10 ++++++++--
 kolab.org/www/drupal-7.15/sites/all/themes/kolab/page.tpl.php   |    4 +++-
 2 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit 13ed791cf3ad918870ada20430ca51f6d3bc5f31
Author: Torsten Grote <grote at kolabsys.com>
Date:   Thu Aug 23 13:39:53 2012 +0200

    align header image to left side of content

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 ead8da3..0f06bcd 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
@@ -14,9 +14,15 @@ body.mceContentBody {
 /* Header Definitions */
 
 div#header {
-	margin-left: 15%;
-	padding-left: 20px;
 	padding-top: 10px;
+	text-align: center;
+}
+
+div#header .containter {
+	margin: auto;
+	width: 70%;
+	min-width: 1000px;
+	padding-left: 25px;
 	text-align: left;
 }
 
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 a8f6263..95a8fe5 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
@@ -3,7 +3,9 @@
 ?>
 
 <div id="header">
-  <a href="/"><img src="/sites/all/themes/kolab/images/logo.png" border="0" alt="Kolab Groupware" title="Kolab Groupware" /></a>
+  <div class="container">
+    <a href="/"><img src="/sites/all/themes/kolab/images/logo.png" border="0" alt="Kolab Groupware" title="Kolab Groupware" /></a>
+  </div>
 </div>
 
 <div id="root">





More information about the commits mailing list