kolab.org/www

Torsten Grote grote at kolabsys.com
Tue Aug 21 16:10:04 CEST 2012


 kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css  |   23 ----------
 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    |   20 --------
 3 files changed, 2 insertions(+), 41 deletions(-)

New commits:
commit 32c4e5e57c9be63ab94ed95eee0b1cda44bffe38
Author: Torsten Grote <grote at kolabsys.com>
Date:   Tue Aug 21 16:09:46 2012 +0200

    simplified header even more

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 e9b135a..bacd681 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
@@ -16,29 +16,6 @@ body.mceContentBody {
 div#header {
 	width: 70%;
 	min-width: 1000px;
-	cursor: pointer;
-}
-
-div#header div#logo {
-	float: left;
-}
-
-div#header div#site-info {
-	float: right;
-	margin-top: 20px;
-	min-height: 140px;
-}
-
-div#header div#site-info .site-name {
-	border-bottom: 1px solid #dbdbdb;
-    margin-bottom: 10px;
-	font-size: 40px;
-	margin-top: 85px;
-}
-
-div#header div#site-info .site-name a {
-	color: #514949;
-	text-decoration: none;
 }
 
 
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 92e6508..3edd5ee 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 16e9b7c..53f2d5f 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
@@ -2,24 +2,8 @@
   if(drupal_is_front_page()): $title = ""; endif;
 ?>
 
-<div id="header" class="container" onclick="document.location='/'">
-  <div id="logo">
-    <img src="images/logo.png" border="0" alt="Kolab Logo"/>
-  </div>
-  <div id="site-info">
-    <?php if($site_name): ?>
-      <h1 class='site-name'>
-        <a href="<?php print $front_page ?>" title="<?php print t('Home'); ?>">
-          <?php print render($site_name); ?>
-        </a>
-      </h1>
-    <?php endif; ?>
-    <?php if ($site_slogan): ?>
-      <h3>
-        <?php print render($site_slogan); ?>
-      </h3>
-    <?php endif; ?>
-  </div>
+<div id="header" class="container">
+  <a href="/"><img src="/sites/all/themes/kolab/images/logo.png" border="0" alt="Kolab Groupware"/></a>
 </div>
 
 <div id="root">





More information about the commits mailing list