Redesigned tables to use less CSS
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
4
templates/Sparkle/admin/index/index.tpl
vendored
4
templates/Sparkle/admin/index/index.tpl
vendored
@@ -167,7 +167,7 @@ $header
|
||||
|
||||
|
||||
<if Settings::Get('admin.show_news_feed') == '1'>
|
||||
<section class="dboarditem dboarditemnews bradius" id="newsfeed">
|
||||
<section class="dboarditem dboarditemnews" id="newsfeed">
|
||||
<table>
|
||||
<tr>
|
||||
<th>News</th>
|
||||
@@ -177,7 +177,7 @@ $header
|
||||
</section>
|
||||
</if>
|
||||
|
||||
<table class="dboarditem bradius">
|
||||
<table class="dboarditem">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">{$lng['admin']['systemdetails']}</th>
|
||||
|
||||
Reference in New Issue
Block a user