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:
authorsharmamohit123 <mohitdonsharma9@gmail.com>2018-10-01 21:23:23 +0300
committerMaurĂ­cio Meneghini Fauth <mauriciofauth@gmail.com>2018-10-02 19:31:58 +0300
commit1d255bdc08864eea3dbe698c3d1b20695240ec60 (patch)
tree12fef08ab62705c09d2578b4e08a82cef35500b9 /themes
parenta364b385c7edf02d7da1dad8b3ff6c911f1756ca (diff)
CSS Issue
Signed-off-by: Mohit Sharma <mohitdonsharma9@gmail.com> (cherry picked from commit 71eebf3ad8c87a0816eef324d174aa439d7c3f6c) Signed-off-by: MaurĂ­cio Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php1
-rw-r--r--themes/pmahomme/css/common.css.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index 2440da064b..7e45f0bb49 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -417,6 +417,7 @@ td .icon {
/* message boxes: error, confirmation */
#pma_errors, #pma_demo, #pma_footer {
+ position: relative;
padding: 0 0.5em;
}
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index ad6392ade8..1aaa778c6a 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -713,6 +713,7 @@ td .icon {
/* message boxes: error, confirmation */
#pma_errors, #pma_demo, #pma_footer {
+ position: relative;
padding: 0 0.5em;
}