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:
parent
b9fccc9fce
commit
b1596ffecb
@ -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>
|
||||
|
@ -723,6 +723,12 @@ td {
|
||||
}
|
||||
|
||||
.table1 {
|
||||
clear: both;
|
||||
border-spacing: 1px;
|
||||
border-collapse: separate;
|
||||
}
|
||||
|
||||
.table2 {
|
||||
display: inline-block;
|
||||
border-spacing: 1px;
|
||||
border-collapse: separate;
|
||||
|
Loading…
x
Reference in New Issue
Block a user