Code

Fixed styles
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 17:08:11 +0000 (17:08 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 17:08:11 +0000 (17:08 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16901 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/personal/generic/generic_picture.tpl
gosa-core/plugins/personal/generic/paste_generic.tpl

index 8af82f4c30246298fe06f850ce5e6837cca134a1..4af940b0e232536344a5a8565e136e45025d1b8a 100644 (file)
@@ -1,7 +1,8 @@
 <h3>{t}Personal picture{/t}</h3>
 <table summary="{t}The users picture{/t}">
  <tr>
-  <td style="vertical-align: middle; width:147px; height:200px; background-color:gray;">
+  <td style='width:147px; height:200px; background-color:gray;'>
+
    <img src="getbin.php?rand={$rand}" alt='' style='width:147px;' >
   </td>
  </tr>
index 31d730959835c42b5038a97b3d8f771dc6a1ec28..e5b9bdacc8718761e4e50500981213f3b81b3d90 100644 (file)
@@ -30,7 +30,8 @@
  <td>
   <table summary="{t}The users picture{/t}">
    <tr>
-    <td style="vertical-align: middle; width:147px; height:200px; background-color:gray;">
+    <td style='width:147px; height:200px; background-color:gray;'>
+
      <img src="getbin.php?rand={$rand}" alt='' style='width:147px;' >
     </td>
    </tr>