Code

Updated css und div framework.
[gosa.git] / plugins / admin / ogroups / class_divListOGroup.inc
index 204ecbfce0825275a40bd46214492c3909e5b4d7..ad23b1f3dd891d083ad125691a52bc8a7f7b16bf 100755 (executable)
@@ -48,7 +48,7 @@ class divListOGroup extends MultiSelectWindow
     $this->EnableSaveButton (false);
 
     /* Dynamic action col, depending on snapshot icons */
-    $action_col_size = 70;
+    $action_col_size = 80;
     if($this->parent->snapshotEnabled()){
       $action_col_size += 38; 
     }
@@ -172,7 +172,7 @@ class divListOGroup extends MultiSelectWindow
     $empty    = "<img class='center' src='images/empty.png' style='width:16px;height:16px;' alt=''>";
 
     /* Dynamic action col, depending on snapshot icons */
-    $action_col_size = 70;
+    $action_col_size = 80;
     if($this->parent->snapshotEnabled()){
       $action_col_size += 38; 
     }