mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-14 05:36:30 +02:00
[ticket/16221] Fix ACP statistics layout
Resolve conflicts PHPBB3-16221
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user