aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/admin.css
diff options
context:
space:
mode:
authorhanakin <midaym@gmail.com>2019-01-05 12:54:55 -0500
committerMarc Alexander <admin@m-a-styles.de>2019-05-11 23:36:20 +0200
commit52ed8bfaa176df778e2da819ee8fa76906b75d00 (patch)
treeef927faa8d9bcf591264168a58dc6dddf13e1c63 /phpBB/adm/style/admin.css
parent8f0643a14c24b3f6e65508beea05a89ec4c3717d (diff)
downloadforums-52ed8bfaa176df778e2da819ee8fa76906b75d00.tar
forums-52ed8bfaa176df778e2da819ee8fa76906b75d00.tar.gz
forums-52ed8bfaa176df778e2da819ee8fa76906b75d00.tar.bz2
forums-52ed8bfaa176df778e2da819ee8fa76906b75d00.tar.xz
forums-52ed8bfaa176df778e2da819ee8fa76906b75d00.zip
[ticket/15927] Avoid using floats
PHPBB3-15927
Diffstat (limited to 'phpBB/adm/style/admin.css')
-rw-r--r--phpBB/adm/style/admin.css8
1 files changed, 2 insertions, 6 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index dafe9144d6..4f0a3312e4 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -728,14 +728,10 @@ td {
border-collapse: separate;
}
-.lside .table1 {
- float: left;
- clear: none;
-}
-
@media only screen and (min-width: 1100px), only screen and (min-device-width: 1100px) {
.lside .table1 {
- width: 50%;
+ display: inline-table;
+ width: 49.7%;
}
}