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:
authorNitish Bahl <nitishbahl24@gmail.com>2019-01-24 20:07:12 +0300
committerNitish Bahl <nitishbahl24@gmail.com>2019-01-24 20:07:12 +0300
commita660a10a8d84133eb51ae363d9f675179a5eaff6 (patch)
tree922b0e4024a2aa188c30d80e47c311f18a5b4987 /themes
parent8d759f8fcf9ffc80d353ad0db3ce311707cabb41 (diff)
fixes issue #14898 Bottom table is blocked
Signed-off-by: Nitish Bahl <nitishbahl24@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/common.css.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index 1aaa778c6a..0f1e100217 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -956,6 +956,9 @@ form.login select {
display: inline-block;
}
+li.last.database{
+ margin-bottom: 15px
+}
/******************************************************************************/
/* specific elements */