aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorhanakin <midaym@gmail.com>2019-01-04 18:17:26 -0500
committerMarc Alexander <admin@m-a-styles.de>2019-05-11 23:36:20 +0200
commit8f0643a14c24b3f6e65508beea05a89ec4c3717d (patch)
tree871589d5dbc99670b32d4021d4fea736f02de828 /phpBB/adm/style
parent31ab3d93a216a1e7a9a4cdee2663b839b518c77a (diff)
downloadforums-8f0643a14c24b3f6e65508beea05a89ec4c3717d.tar
forums-8f0643a14c24b3f6e65508beea05a89ec4c3717d.tar.gz
forums-8f0643a14c24b3f6e65508beea05a89ec4c3717d.tar.bz2
forums-8f0643a14c24b3f6e65508beea05a89ec4c3717d.tar.xz
forums-8f0643a14c24b3f6e65508beea05a89ec4c3717d.zip
[ticket/15927] Fix render issue
PHPBB3-15927
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_main.html8
-rw-r--r--phpBB/adm/style/admin.css14
2 files changed, 13 insertions, 9 deletions
diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html
index 261c41a2e7..ce55d81375 100644
--- a/phpBB/adm/style/acp_main.html
+++ b/phpBB/adm/style/acp_main.html
@@ -93,9 +93,9 @@
<!-- ENDIF -->
<!-- EVENT acp_main_notice_after -->
-
+
<div class="lside">
- <table class="table1 zebra-table no-header " data-no-responsive-header="true">
+ <table class="table1 zebra-table no-header" data-no-responsive-header="true">
<thead>
<tr>
<th>{L_STATISTIC}</th>
@@ -141,9 +141,7 @@
</tr>
</tbody>
</table>
- </div>
- <div class="lside" >
- <table class="table1 zebra-table no-header" data-no-responsive-header="true" >
+ <table class="table1 zebra-table no-header" data-no-responsive-header="true">
<thead>
<tr>
<th>{L_STATISTIC}</th>
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index c0454dc570..dafe9144d6 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -723,14 +723,20 @@ td {
}
.table1 {
- display: inline-block;
+ clear: both;
border-spacing: 1px;
border-collapse: separate;
}
-.lside {
- display: inline-block;
- width: 40%;
+.lside .table1 {
+ float: left;
+ clear: none;
+}
+
+@media only screen and (min-width: 1100px), only screen and (min-device-width: 1100px) {
+ .lside .table1 {
+ width: 50%;
+ }
}
.tabled {