Code

Updated setup step 2 to support a variable page width.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 12 Apr 2007 08:47:20 +0000 (08:47 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 12 Apr 2007 08:47:20 +0000 (08:47 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6023 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 6f9918dd9ecf6a87375c17085aee80adf0bd6d82..480b97d3c76af3ba7969dd3f7157c599d4cc3d7e 100644 (file)
@@ -956,7 +956,7 @@ div.solution_visible {
        background-color: orange;
        background-image: url('images/personal.png');
        border: dotted 2px red;
-       width: 346px;
+       width: 100%;
        text-align:left;
 }
 
@@ -968,13 +968,13 @@ h2.step2_container_title {
 
 /* Container for name and status */
 div.step2_entry_container { 
-       width:350px
+       width:100%
        cursor:default;
 }
 
 /* Container for name and status, when status is failed */
 div.step2_entry_container_info { 
-       width:350px;
+       width:100%;
        background: #DDDDFF;
        cursor:default;
 }
index 8d2597ac33d2c36b1bf7a23b2383b9e669d8260f..9ba9e7abcf49c05e831a2255b091b91de58e8c7d 100644 (file)
@@ -1,7 +1,7 @@
 <!-- 
        Div container with PHP module checks 
 -->
-<div style='float:left'> 
+<div style='float:left;width:50%;'> 
 
        <!-- Set content styles -->     
        <div class='default' style='margin:10px;'>
@@ -61,7 +61,7 @@
 <!-- 
        Div container with PHP config checks 
 -->
-<div style='float:left;'>
+<div style='width:50%; float:left;'>
 
        <!-- Set content styles -->     
        <div class='default' style='margin:10px;'>