From 2999450a9e144f835653702e65931f89f159f57d Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 12 Apr 2007 13:09:30 +0000 Subject: [PATCH] Some style fixes. Not finished yet git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6029 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/themes/default/style.css | 34 ++++++++++++++++++---------------- setup/setup_frame.tpl | 24 +++++++++++++++--------- setup/setup_step1.tpl | 12 +++++++++++- setup/setup_step4.tpl | 1 + setup/setup_step7.tpl | 7 +++++++ 5 files changed, 52 insertions(+), 26 deletions(-) diff --git a/html/themes/default/style.css b/html/themes/default/style.css index 32abdfc7f..8d2fb86b5 100644 --- a/html/themes/default/style.css +++ b/html/themes/default/style.css @@ -787,18 +787,17 @@ td.tbrhead { body.setup_body { background-image: none; background-color: #979797; - margin: 10px; +/* margin: 10px;*/ } /* The setup complete setup dialog */ div.setup_dialog { - background-color: #F0F0F0; + background-color:#FFF; border-right: solid 2px #444444; border-bottom: solid 2px #666666; border-top: solid 1px #666; - border-left: solid 1px #666; + /*border-left: solid 1px #666;*/ text-align: left; - width:100%; } /* Header col */ @@ -838,17 +837,18 @@ div.setup_bottom { /* Header col */ div.setup_plug_header { - margin: 1px; - padding: 5px; - border-top: solid 2px #D0D0D0; - border-bottom: solid 2px #D0D0D0; - background-color:#E3E3E3 + padding: 10px; + border-bottom: solid 1px #D0D0D0; + background-color: #E0E0F0; + border: 10px solid #FFFFFF; + } /* Content col */ div.setup_contents { - padding: 5px; - max-height: 400px; + border-bottom: solid 1px #D0D0D0; + margin-right:2px; + background-color:#FFFFFF; width:100%; } @@ -861,10 +861,8 @@ div.default { /* Navigation col */ div.setup_navigation { width:200px; - min-height:300px; clear:bottom; background-color:#E8E8E8; - border-right: solid 1px #D0D0D0; float:left ; padding-left: 2px;; padding-right: 2px;; @@ -874,7 +872,7 @@ div.setup_navigation { /* Navigation title */ div.setup_navigation_title { font-size: 1.7em; - background: #D8D8D8 ; + background:#EEFFE6 ; text-decoration:none; width:100%; padding-top:8px; @@ -885,7 +883,7 @@ div.setup_navigation_title { /* The box used for each setup step */ a.navigation_element, div.navigation_element { - background: #E8E8E8; + background: #EEFFE6; text-decoration:none; border-right: solid 1px #AAAAAA; border-bottom: solid 1px #BBBBBB; @@ -895,7 +893,8 @@ a.navigation_element, div.navigation_element { /* The box used for each setup step */ a.navigation_element_active, div.navigation_element_active { - background: #E8E8E8; + background: #D2F6C2; + background: #dfffdf; text-decoration:none; float:left; width:100%; @@ -923,6 +922,9 @@ div.navigation_title_disabled { /* Disabled setup steps */ div.navigation_title_inactive { + + background-color: #dfffdf; + background-color: #e5e5e5; font-size: 1.2em; font-weight: bold; text-decoration:none; diff --git a/setup/setup_frame.tpl b/setup/setup_frame.tpl index 8f47d5835..bba8b510b 100644 --- a/setup/setup_frame.tpl +++ b/setup/setup_frame.tpl @@ -5,30 +5,36 @@
- + GOsa {t}GOsa - GOnicus System Administrator Setup{/t}
-
+
-
+
+ {t}Setup steps{/t}
{$navigation}
-
    +
    • -
      - {$header} +
      +
      + {$header} +
    • -
      - {$contents} + +
      +
      + {$contents} +
      +
    -
    {$bottom}
    diff --git a/setup/setup_step1.tpl b/setup/setup_step1.tpl index 91255b031..23f8c5224 100644 --- a/setup/setup_step1.tpl +++ b/setup/setup_step1.tpl @@ -1,4 +1,4 @@ -
    +
    {t}Please select your prefered language{/t}
    @@ -12,3 +12,13 @@
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    diff --git a/setup/setup_step4.tpl b/setup/setup_step4.tpl index 20666dbd5..8922190fc 100644 --- a/setup/setup_step4.tpl +++ b/setup/setup_step4.tpl @@ -1,3 +1,4 @@ +

    {t}ldap connection{/t}

    diff --git a/setup/setup_step7.tpl b/setup/setup_step7.tpl index 8c62b7f53..910e9f967 100644 --- a/setup/setup_step7.tpl +++ b/setup/setup_step7.tpl @@ -68,4 +68,11 @@
    {/if}
+
+
+
+
+
+
+
. -- 2.30.2