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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-04-21 09:03:16 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-04-21 09:03:16 +0300
commit2981728987f09a07444f85cfcd3fcdbe89c2c382 (patch)
tree397446530060922ee82863e65906ea8f69a29dd8 /themes
parenta204b56f2deedff38bb703a1994cafbb565da9e9 (diff)
bug #4862 Misaligned Inline edit field
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/common.css.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index 2c8e915148..efd0c60154 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -2844,6 +2844,7 @@ fieldset .disabled-field td {
.cEdit .edit_box {
overflow: hidden;
padding: 0;
+ margin: 0;
}
.cEdit .edit_box_posting {