From 2c5454c52055686d40359756f885650a2c316df4 Mon Sep 17 00:00:00 2001 From: janw Date: Fri, 25 Nov 2005 09:46:18 +0000 Subject: [PATCH] [COSMETIC] Removed default styles for and . Use class='' instead. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2061 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/themes/default/style.css | 9 +++++++-- ihtml/themes/default/framework.tpl | 12 ++++++------ 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/html/themes/default/style.css b/html/themes/default/style.css index 1cf0b28d9..0fedb77af 100644 --- a/html/themes/default/style.css +++ b/html/themes/default/style.css @@ -530,12 +530,17 @@ a.tab_near_active, input.tab_near_active { font-weight:bold; } -img { +img.center { text-align:center; vertical-align:middle; } -input { +input.center { + text-align:left; + vertical-align:middle; +} + +a.center { text-align:left; vertical-align:middle; } diff --git a/ihtml/themes/default/framework.tpl b/ihtml/themes/default/framework.tpl index 04c328258..2b068128a 100644 --- a/ihtml/themes/default/framework.tpl +++ b/ihtml/themes/default/framework.tpl @@ -11,18 +11,18 @@ -- 2.30.2
- - 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}