Code

Updated License dialog in setup to support a width of 100%
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 12 Apr 2007 09:02:19 +0000 (09:02 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 12 Apr 2007 09:02:19 +0000 (09:02 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6024 594d385d-05f5-0310-b6e9-bd551577e9d8

setup/setup_step3.tpl

index 931b1877276f09a5105300a8f7033e0f06fdb9e9..539ce256aabae9378054dfa93fe4d0c761ea921f 100644 (file)
@@ -1,3 +1,7 @@
-<div style='width:740px;float:left;height:350px;padding:5px;;overflow:auto'>
-{$License}
+<div style='float:left'>
+       <div class='default' style='margin:10px;'>
+               <div style='height:350px;padding:5px;overflow:auto; '>
+                       {$License}
+               </div>
+       </div>
 </div>