diff options
author | Torsten Grote <grote@kolabsys.com> | 2012-08-16 11:04:44 (GMT) |
---|---|---|
committer | Torsten Grote <grote@kolabsys.com> | 2012-08-16 11:04:44 (GMT) |
commit | dd2d37f56f8e807c777777425fbe31d9c1275713 (patch) | |
tree | 195caf55b7394df652f7a6d24e7cac92ed7f6591 /kolab.org/www/drupal-7.15/sites/all | |
parent | 430d2aace0c46ffc15b5994328958256041c03a1 (diff) | |
download | kolab.org-www-dd2d37f56f8e807c777777425fbe31d9c1275713.tar.gz |
made header link back to front page
Diffstat (limited to 'kolab.org/www/drupal-7.15/sites/all')
-rw-r--r-- | kolab.org/www/drupal-7.15/sites/all/themes/kolab/css/custom.css | 9 | ||||
-rw-r--r-- | kolab.org/www/drupal-7.15/sites/all/themes/kolab/page.tpl.php | 2 |
2 files changed, 6 insertions, 5 deletions
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 c5cb056..d55c663 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 @@ -23,10 +23,11 @@ body.mceContentBody { } #header-normal { - background: transparent url(../images/logo-small.png) no-repeat top left; - margin-top: 20px; - min-height: 140px; - } + background: transparent url(../images/logo-small.png) no-repeat top left; + margin-top: 20px; + min-height: 140px; + cursor: pointer; +} #header .span-24 { padding-left: 264px; 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 67fad08..a0bb36a 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,7 +2,7 @@ if(drupal_is_front_page()): $title = ""; endif; ?> -<div id="header-normal" class="container"> +<div id="header-normal" class="container" onclick="document.location='/'"> <div class="span-24"> <?php if($site_name): ?> <h1 class='site-name'> |