Code

Some style fixes.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 12 Apr 2007 13:09:30 +0000 (13:09 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 12 Apr 2007 13:09:30 +0000 (13:09 +0000)
Not finished yet

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6029 594d385d-05f5-0310-b6e9-bd551577e9d8

html/themes/default/style.css
setup/setup_frame.tpl
setup/setup_step1.tpl
setup/setup_step4.tpl
setup/setup_step7.tpl

index 32abdfc7f110634757474201ab1a09805ffe095c..8d2fb86b57368177d9db47512facdcecb8131e6e 100644 (file)
@@ -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;
index 8f47d58355a6cfd91202841588ea68a896e03b15..bba8b510bffa5da234a4712647dae5e6c8a69061 100644 (file)
@@ -5,30 +5,36 @@
 <input id='focus' name='focus' type='image' src='images/empty.png' style='width:1px; height:1px;' >
 <div class='setup_dialog'>
        <div class='setup_header'>
-               <img src='themes/default/images/go_logo.png' class='center'>
+               <img src='themes/default/images/go_logo.png' class='center' alt='GOsa'>
                {t}GOsa - GOnicus System Administrator Setup{/t}
        </div>
-       <div style="width:100%; ">
+       <div style="width:100%;">
 
                <div class='setup_navigation'>
-                       <div class='setup_navigation_title'>    
+                       <div class='setup_navigation_title'>
+                               {t}Setup steps{/t}      
                        </div>
                        {$navigation}           
                </div>
 
-               <ul style='padding:0px; margin:0px; list-style-type: none;'>
+               <ul style='padding:0px;margin:0px;      list-style-type: none;'>
                        <li>
-                               <div class='setup_plug_header'>
-                                       {$header}
+                               <div style='border-top: solid 1px #BBBBBB; '>
+                                       <div class='setup_plug_header'>
+                                               {$header}
+                                       </div>
                                </div>
                        </li>
                        <li>
-                               <div class='setup_contents'>
-                                       {$contents}
+                               
+                               <div class='setup_contents' style='float:left'>
+                                       <div style='padding-left:12px;'>
+                                               {$contents}
+                                       </div>
                                </div>
+                               
                        </li>
                </ul>
-       
                <div class='setup_bottom'>
                        {$bottom}
                </div>
index 91255b03101270cbc92d39e72d09c70c2d415c29..23f8c5224acdc77b5bbced13c957de7e3e5f8294 100644 (file)
@@ -1,4 +1,4 @@
-<div>
+<div style='width:100%;'>
        <div class='default'>
                <b>{t}Please select your prefered language{/t}</b>
        </div>
                </select>
        </div>
 </div>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
index 20666dbd50debb47c01ecb6ede5333c854b98ec1..8922190fc06b554d205235a2993f9df8c7c545b2 100644 (file)
@@ -1,3 +1,4 @@
+
 <h2>{t}ldap connection{/t}</h2>
 
 <div style='width:100%;'>
index 8c62b7f5358faa84f1eee98782ed0c715d6acfc7..910e9f967184436d7b22f1756c2976e5ff931864 100644 (file)
                </div>
        {/if}
 </div>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>.
 <input type='hidden' value='1' name='step7_posted'>