More CSS fixes
This commit is contained in:
parent
3f1708ea79
commit
88135762e6
11 changed files with 62 additions and 163 deletions
|
@ -97,7 +97,7 @@ class editgroup_panel extends admin_module{
|
|||
$role[]=$row;
|
||||
}
|
||||
$panel->title="Vorhandene Rollen";
|
||||
$panel->content.="<table class=\"sortable\" width=\"90%\" cellspacing=\"2\">
|
||||
$panel->content.="<table class=\"sortable\" style=\"width: 90%; border-spacing: 2px;\">
|
||||
<tr>
|
||||
<th style=\"text-align: center;\">ID</th>
|
||||
<th style=\"text-align: center;\">Name</th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue