From 0d0212e3580dd226418612cee85b6d08f8a5399d Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 20 May 2010 11:25:16 +0000 Subject: [PATCH] We're html5, right? git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18600 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/default/style.css | 2 ++ gosa-core/ihtml/themes/default/headers.tpl | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index bf8c3bba8..eb61adba3 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -1322,6 +1322,7 @@ button.search-filter { padding:4px 2px 3px 2px;; margin:0; text-align:middle; + height:25px; } @@ -1336,6 +1337,7 @@ table.filter-wrapper { table.filter-wrapper tr, table.filter-wrapper td{ padding:0; margin:0; + vertical-align:top; } #filtermenu { diff --git a/gosa-core/ihtml/themes/default/headers.tpl b/gosa-core/ihtml/themes/default/headers.tpl index c267e9596..8893287a5 100644 --- a/gosa-core/ihtml/themes/default/headers.tpl +++ b/gosa-core/ihtml/themes/default/headers.tpl @@ -1,5 +1,4 @@ - + {if isset($title)}{$title}{else}GOsa{/if} -- 2.30.2