Fixed up css

This commit is contained in:
genuineparts 2025-06-24 21:25:19 +02:00
parent 2ea54af6f7
commit 1fef0be197
8 changed files with 99 additions and 99 deletions

View file

@ -60,7 +60,7 @@ class addgroup_panel extends admin_module{
$panel->content.="<h3>Gruppename:</h3>";
$panel->field(array("name"=>"name","typ"=>"text","value"=>""));
$panel->content.="<br /><br />";
$panel->content.="<table width=\"90%\" cellspacing=\"2\">
$panel->content.="<table style=\"width: 90%; border-spacing: 2px;\">
<tr>
<th><strong>Rechte</strong></th>
</tr>";