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:
authorWilliam Desportes <williamdes@wdes.fr>2019-10-17 23:33:21 +0300
committerWilliam Desportes <williamdes@wdes.fr>2019-10-17 23:47:16 +0300
commitdb0752249130554511112b8802e2803c5f9fd7c6 (patch)
tree3052b721ba2dc1a59bba3ddb74b9b91e1a6c433e /themes
parentd9e5414cec093e48f460118f0a99904e071a11af (diff)
parent6c8be44ccb00259f92052b67a5f39ccbfb7ac82a (diff)
Fix #14898 - Bottom table in list in left pane blocked by horizontal scroll bar
Fixes: #14898 Pull-request: #15442 Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php4
-rw-r--r--themes/pmahomme/css/common.css.php2
2 files changed, 5 insertions, 1 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index 88f36e5056..b3e61f86c3 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -669,6 +669,10 @@ form.login label {
display: inline-block;
}
+li.last.database{
+ margin-bottom: 20px !important;
+}
+
/******************************************************************************/
/* specific elements */
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index 140d627e74..d5009d12ea 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -962,7 +962,7 @@ form.login select {
}
li.last.database{
- margin-bottom: 15px
+ margin-bottom: 15px !important;
}
/******************************************************************************/
/* specific elements */