From a15a31b87c52b8cb711a05a30dc038f085523bc1 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 12 Apr 2007 08:34:29 +0000 Subject: [PATCH] Fixed setup design to support 100% page width git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6022 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/themes/default/style.css | 7 +++---- setup/setup_frame.tpl | 27 ++++++++++++++------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/html/themes/default/style.css b/html/themes/default/style.css index 0b3eeaeab..6f9918dd9 100644 --- a/html/themes/default/style.css +++ b/html/themes/default/style.css @@ -798,7 +798,7 @@ div.setup_dialog { border-top: solid 1px #666; border-left: solid 1px #666; text-align: left; - width:980px; + width:100%; } /* Header col */ @@ -806,7 +806,8 @@ div.setup_header { background-color: #D2F6C2; font-size: 2.0em; font-weight: bold; - padding:7px; +/* vertical-align: center;*/ +/* padding:7px;*/ } /* Setup content header container */ @@ -815,7 +816,6 @@ div.setup_plug_header_container { /* Setup content container */ div.setup_contents_container { - float:left; } /* Setup footer */ @@ -842,7 +842,6 @@ div.setup_plug_header { padding: 5px; border-top: solid 2px #D0D0D0; border-bottom: solid 2px #D0D0D0; - margin-left:202px; background-color:#E3E3E3 } diff --git a/setup/setup_frame.tpl b/setup/setup_frame.tpl index 7e15475c3..8f47d5835 100644 --- a/setup/setup_frame.tpl +++ b/setup/setup_frame.tpl @@ -5,29 +5,30 @@
+ {t}GOsa - GOnicus System Administrator Setup{/t}
- {t}Setup steps{/t}
{$navigation}
-
-
- {$header} -
- -
-
-
- {$contents} -
-
- +
    +
  • +
    + {$header} +
    +
  • +
  • +
    + {$contents} +
    +
  • +
+
{$bottom}
-- 2.30.2