Code

fixed alignment for action buttons
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Oct 2007 11:31:12 +0000 (11:31 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Oct 2007 11:31:12 +0000 (11:31 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7513 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_terminalStartup.inc
plugins/admin/systems/class_workstationStartup.inc

index ba8a0c0424487c44205aef41d780f66e7467bc64..9185810d38a65fcafb6770e4e95d4660bed26c5e 100644 (file)
@@ -297,7 +297,7 @@ class termstartup extends plugin
               "<input class='center' type='image' src='images/sort_up.png' name='sort_ldap_up_".$key."'>&nbsp;".
               "<input class='center' type='image' src='images/sort_down.png' name='sort_ldap_down_".$key."'>&nbsp;".
               "<input class='center' type='image' src='images/edittrash.png' name='gotoLdapRemove_".$key."'>",
-              "attach" => "style='border-right:0px;'")));
+              "attach" => "style='text-align:right;width:40px;border-right:0px;'")));
     }
 
     if($this->gotoLdap_inherit){
index 0860bcb992214b1fefd7a9b5d4ea2607fd2cde59..ff071fe40366089aff3dd6a0d416d9b50bdb3c66 100644 (file)
@@ -761,7 +761,7 @@ class workstartup extends plugin
               "<input class='center' type='image' src='images/sort_up.png' name='sort_ldap_up_".$key."'>&nbsp;".
               "<input class='center' type='image' src='images/sort_down.png' name='sort_ldap_down_".$key."'>&nbsp;".
               "<input class='center' type='image' src='images/edittrash.png' name='gotoLdapRemove_".$key."'>",
-              "attach" => "style='border-right:0px;'")));
+              "attach" => "style='text-align:right;width:40px;border-right:0px;'")));
     }    
 
     if($this->gotoLdap_inherit){