Code

Removed a couple vertical aligns
[gosa.git] / gosa-core / plugins / admin / ogroups / ogroup_objects.tpl
index d9cdb3eff2becf05bf42b2f2baaa6042cdc5c1ad..96f2cd321fbc07403c49520831a940dfbbc8c4fd 100644 (file)
@@ -1,6 +1,6 @@
-<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
+<table summary="" style="width:100%" cellpadding=4>
 <tr>
-  <td style="vertical-align:top; width:600px;">
+  <td style="width:600px;">
    <div class="contentboxh" style="height:20px;">
     <p class="contentboxh" style="font-size:12px">
      <b>{t}Select objects to add{/t} {$hint}</b>
@@ -15,7 +15,7 @@
     </p>
    </div>
   </td>
-  <td style="vertical-align:top;">
+  <td>
    <div class="contentboxh" style="height:20px;">
     <p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]"><b>{t}Filters{/t}</b></p>
    </div>
@@ -45,9 +45,9 @@
 </tr>
 </table>
 
-<p class="plugbottom">
+
+<hr>
+<div class="plugin-actions">
   <input type=submit name="add_object_finish" value="{msgPool type=addButton}">
-  &nbsp;
   <input type=submit name="add_object_cancel" value="{msgPool type=cancelButton}">
-</p>
-
+</div>