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:
authornulll-pointer <nulll-pointer@users.noreply.github.com>2018-02-16 17:43:10 +0300
committerMaurĂ­cio Meneghini Fauth <mauriciofauth@gmail.com>2018-02-16 17:43:10 +0300
commite92b3572104dda3d86e7a987f0555aa6d0d54a69 (patch)
treeca6a0b46f212340311e5d53394bd502183f9ffb2 /themes
parent9fc96ed8f8b737c830ff81671501049ca007b979 (diff)
Fix table horizontal scrolling (#14001)
Fix table horizontal scrolling Fix #13959
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, 7 insertions, 0 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index f2821b6a18..c5a827f3be 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -3329,6 +3329,10 @@ 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 a4c64874c3..4084ef7d5f 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -3584,6 +3584,9 @@ 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 {