From 97547e8e16bac9192a752e444a7cb26574caa525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Wed, 25 Apr 2018 15:33:46 -0300 Subject: [PATCH] Revert "Fix table horizontal scrolling (#14001)" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit e92b3572104dda3d86e7a987f0555aa6d0d54a69. This fixes #14193, fixes #14029, fixes #14199, fixes #14102 and fixes #14232 This closes #14196 and closes #14206 Signed-off-by: MaurĂ­cio Meneghini Fauth --- themes/original/css/common.css.php | 4 ---- themes/pmahomme/css/common.css.php | 3 --- 2 files changed, 7 deletions(-) diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index 1ee7167b8e..2440da064b 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -3333,10 +3333,6 @@ body .ui-dialog .ui-button-text-only .ui-button-text { display: none; } -.responsivetable { - overflow-x: auto; -} - @media only screen and (max-width: 768px) { /* For mobile phones: */ #main_pane_left { diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index f6445f6f15..ad6392ade8 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -3588,9 +3588,6 @@ body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { } /* end of styles for jQuery-ui to support rtl languages */ -.responsivetable { - overflow-x: auto; -} @media only screen and (max-width: 768px) { /* For mobile phones: */ #main_pane_left {