mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16221] Fix ACP statistics layout
Resolve conflicts PHPBB3-16221
This commit is contained in:
parent
b9fccc9fce
commit
b1596ffecb
2 changed files with 8 additions and 2 deletions
|
@ -95,7 +95,7 @@
|
||||||
<!-- EVENT acp_main_notice_after -->
|
<!-- EVENT acp_main_notice_after -->
|
||||||
|
|
||||||
<div class="lside">
|
<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>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{ lang('STATISTIC') }}</th>
|
<th>{{ lang('STATISTIC') }}</th>
|
||||||
|
@ -156,7 +156,7 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</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>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{ lang('STATISTIC') }}</th>
|
<th>{{ lang('STATISTIC') }}</th>
|
||||||
|
|
|
@ -723,6 +723,12 @@ td {
|
||||||
}
|
}
|
||||||
|
|
||||||
.table1 {
|
.table1 {
|
||||||
|
clear: both;
|
||||||
|
border-spacing: 1px;
|
||||||
|
border-collapse: separate;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table2 {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border-spacing: 1px;
|
border-spacing: 1px;
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
|
|
Loading…
Add table
Reference in a new issue