Redesigned tables to use less CSS

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2014-01-27 19:57:03 +01:00
parent ff06513115
commit c69a05efa5
96 changed files with 388 additions and 545 deletions

View File

@@ -7,20 +7,20 @@ $header
</h2>
</header>
<section class="fullform bradius">
<table class="formtable">
<section>
<table class="full">
<thead>
<tr>
<th colspan="3">{$lng['admin']['customers']}</th>
</tr>
</thead>
{$customers}
{$customers}
<thead>
<tr>
<th colspan="3">{$lng['admin']['admins']}</th>
</tr>
</thead>
{$admins}
{$admins}
</table>
</section>
</article>