From 3a7962417f4c8aac96328a0d58023ddc3decc485 Mon Sep 17 00:00:00 2001 From: janw Date: Sat, 19 Nov 2005 11:59:20 +0000 Subject: [PATCH] Made some defaults for imgs and inputs to be displayed correct by newer browsers, too (firefox 1.5). Additionally images are now centered in konqueror. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1984 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/themes/default/style.css | 8 ++++++++ ihtml/themes/default/framework.tpl | 8 ++++---- plugins/admin/groups/class_groupManagement.inc | 16 +++++++--------- plugins/admin/groups/headpage.tpl | 2 +- 4 files changed, 20 insertions(+), 14 deletions(-) diff --git a/html/themes/default/style.css b/html/themes/default/style.css index e4e46c990..1cf0b28d9 100644 --- a/html/themes/default/style.css +++ b/html/themes/default/style.css @@ -530,7 +530,15 @@ a.tab_near_active, input.tab_near_active { font-weight:bold; } +img { + text-align:center; + vertical-align:middle; +} +input { + text-align:left; + vertical-align:middle; +} /********************** Template migration *********************/ diff --git a/ihtml/themes/default/framework.tpl b/ihtml/themes/default/framework.tpl index 92dc72c84..04c328258 100644 --- a/ihtml/themes/default/framework.tpl +++ b/ihtml/themes/default/framework.tpl @@ -5,24 +5,24 @@
- GOSA2 + GOSA2 diff --git a/plugins/admin/groups/class_groupManagement.inc b/plugins/admin/groups/class_groupManagement.inc index 0c593b70a..e982d2da8 100644 --- a/plugins/admin/groups/class_groupManagement.inc +++ b/plugins/admin/groups/class_groupManagement.inc @@ -348,16 +348,14 @@ class groupManagement extends plugin // Managment $listhead = "
". - "  ". - "  ". - "  ". - "  ". - "  ". - "  ". + "  ". + "  ". + "  ". + "  ". + "  ". + "  ". _("Current base")." ". - "  ". + "  ". "
"; diff --git a/plugins/admin/groups/headpage.tpl b/plugins/admin/groups/headpage.tpl index fb28dcb34..5e2804f57 100644 --- a/plugins/admin/groups/headpage.tpl +++ b/plugins/admin/groups/headpage.tpl @@ -1,4 +1,4 @@ -
- GOSA2 {t}Main{/t} + GOSA2 {t}Main{/t} - GOSA2 {t}Help{/t} + GOSA2 {t}Help{/t} - GOSA2 {t}Sign out{/t} + GOSA2 {t}Sign out{/t}
+
-- 2.30.2