Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-04-25 21:33:46 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-04-25 21:53:19 +0300
commit97547e8e16bac9192a752e444a7cb26574caa525 (patch)
tree01bbe1ea00493db804e31480fd2dbe5c4c699b6b /themes
parentbb8a003cba658bf1cad2f9bea14ee95c44502488 (diff)
Revert "Fix table horizontal scrolling (#14001)"
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 <mauriciofauth@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php4
-rw-r--r--themes/pmahomme/css/common.css.php3
2 files changed, 0 insertions, 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 {