Code

some style changes
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 9 Jun 2005 14:12:05 +0000 (14:12 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 9 Jun 2005 14:12:05 +0000 (14:12 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@634 594d385d-05f5-0310-b6e9-bd551577e9d8

ihtml/themes/default/help.tpl

index 10bd93ee8cf7796a979b7213b9cf88acd05abae7..3722c02446889414bfcb1d4ec4e0d61f0a6fd17c 100644 (file)
@@ -1,6 +1,6 @@
 <body style='background-color:white;background-image:none'>
+<div style='background-color:#CDF6BD;width:100%;padding:6px;border-bottom:1px solid #909090'>
 <form action='helpviewer.php' name='mainform' method='post' enctype='multipart/form-data'>
- <div style='background-color:#CDF6BD;width:100%;padding:6px;border-bottom:1px solid #909090'>
   <table width="99%">
    <tr>
     <td width="33%">
        </td>
    </tr>
   </table>
- </div>
 </form>
-
-<div>
+</div>
+<div style="height: 645px;
+                          width: 100%;
+                          overflow: auto;
+                          margin: 0 ;
+                          background-color: #F1F1F1;">
 {$help_contents}
 </div>