From 1a2e5f6ee6c85cb84976d97a3a2e2a2d7403ff28 Mon Sep 17 00:00:00 2001 From: hanakin Date: Thu, 31 Oct 2019 17:22:18 -1000 Subject: [ticket/16188] Remove responsive tables in acp PHPBB3-16188 --- phpBB/adm/style/admin.css | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 5d7c013aba..d0f6583ce2 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1066,36 +1066,6 @@ table.fixed-width-table { } } -.lside { - display: flex; - flex-direction: column; -} - -.lside .table1 { - display: table; - width: 100%; -} - -.lside .table1:first-child { - margin-right: 20px; -} - -@media (min-width: 1025px) { - .lside { - flex-direction: row; - } - - .lside .table1 { - flex: 1; - } - - .lside .table1:first-child { - margin-bottom: 0; - margin-right: 20px; - } -} - - /* General form styles ----------------------------------------*/ fieldset { -- cgit v1.2.1