1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-12 03:42:05 +02:00

[ticket/16221] Fix ACP statistics layout

Resolve conflicts

PHPBB3-16221
This commit is contained in:
3D-I 2019-12-25 00:06:15 +01:00
parent b9fccc9fce
commit b1596ffecb
2 changed files with 8 additions and 2 deletions

View File

@ -95,7 +95,7 @@
<!-- EVENT acp_main_notice_after -->
<div class="lside">
<table class="table1 zebra-table no-header" data-no-responsive-header="true">
<table class="table2 zebra-table no-header" data-no-responsive-header="true">
<thead>
<tr>
<th>{{ lang('STATISTIC') }}</th>
@ -156,7 +156,7 @@
</tbody>
</table>
<table class="table1 zebra-table no-header" data-no-responsive-header="true">
<table class="table2 zebra-table no-header" data-no-responsive-header="true">
<thead>
<tr>
<th>{{ lang('STATISTIC') }}</th>

View File

@ -723,6 +723,12 @@ td {
}
.table1 {
clear: both;
border-spacing: 1px;
border-collapse: separate;
}
.table2 {
display: inline-block;
border-spacing: 1px;
border-collapse: separate;