aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
author3D-I <480857+3D-I@users.noreply.github.com>2019-12-25 00:06:15 +0100
committer3D-I <480857+3D-I@users.noreply.github.com>2019-12-25 00:06:37 +0100
commitb1596ffecb834be2d10fd08b66a2b105d5481ed4 (patch)
tree03b4584e47d5b34fd78e9d8f7fccf9cdfcb32367 /phpBB
parentb9fccc9fcef598ae62e0fbc33f3ad0da0e36f275 (diff)
downloadforums-b1596ffecb834be2d10fd08b66a2b105d5481ed4.tar
forums-b1596ffecb834be2d10fd08b66a2b105d5481ed4.tar.gz
forums-b1596ffecb834be2d10fd08b66a2b105d5481ed4.tar.bz2
forums-b1596ffecb834be2d10fd08b66a2b105d5481ed4.tar.xz
forums-b1596ffecb834be2d10fd08b66a2b105d5481ed4.zip
[ticket/16221] Fix ACP statistics layout
Resolve conflicts PHPBB3-16221
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/adm/style/acp_main.html4
-rw-r--r--phpBB/adm/style/admin.css6
2 files changed, 8 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html
index 5416675200..b8d337cfd8 100644
--- a/phpBB/adm/style/acp_main.html
+++ b/phpBB/adm/style/acp_main.html
@@ -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>
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 9a898cdb68..f857020651 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -723,6 +723,12 @@ td {
}
.table1 {
+ clear: both;
+ border-spacing: 1px;
+ border-collapse: separate;
+}
+
+.table2 {
display: inline-block;
border-spacing: 1px;
border-collapse: separate;