Code

Fixed setup design to support 100% page width
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 12 Apr 2007 08:34:29 +0000 (08:34 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 12 Apr 2007 08:34:29 +0000 (08:34 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6022 594d385d-05f5-0310-b6e9-bd551577e9d8

html/themes/default/style.css
setup/setup_frame.tpl

index 0b3eeaeabf64490af4221909f03e8b7a8c234b28..6f9918dd9ecf6a87375c17085aee80adf0bd6d82 100644 (file)
@@ -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
 }
 
index 7e15475c32a3d9012347a8c7f62ae8045a1fdbfe..8f47d58355a6cfd91202841588ea68a896e03b15 100644 (file)
@@ -5,29 +5,30 @@
 <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'>
                {t}GOsa - GOnicus System Administrator Setup{/t}
        </div>
        <div style="width:100%; ">
 
                <div class='setup_navigation'>
                        <div class='setup_navigation_title'>    
-                               {t}Setup steps{/t}
                        </div>
                        {$navigation}           
                </div>
 
-               <div class="setup_plug_header_container">
-                       <div class='setup_plug_header'>
-                               {$header}
-                       </div>
-
-               </div>
-               <div class="setup_contents_container">
-                       <div class='setup_contents'>
-                               {$contents}
-                       </div>
-               </div>
-
+               <ul style='padding:0px; margin:0px; list-style-type: none;'>
+                       <li>
+                               <div class='setup_plug_header'>
+                                       {$header}
+                               </div>
+                       </li>
+                       <li>
+                               <div class='setup_contents'>
+                                       {$contents}
+                               </div>
+                       </li>
+               </ul>
+       
                <div class='setup_bottom'>
                        {$bottom}
                </div>