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:
authorAndrea Vallorani <andrea.vallorani@gmail.com>2015-03-13 15:47:52 +0300
committerMarc Delisle <marc@infomarc.info>2015-03-13 15:47:52 +0300
commit7934919b9edcc1e54aa204157a7f005b47a2e2e4 (patch)
treea0408149d7ad1d1ef8398a40b2c2a6a45eb1c364 /themes
parent45fbe0bc2a092eb79010386e534a8f2eaa7a5779 (diff)
Bug #4786 SELECT width on relations page
Signed-off-by: Andrea Vallorani andrea.vallorani@gmail.com
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/common.css.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index f0796b0f48..35fda394a0 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -539,7 +539,7 @@ fieldset .formelement {
width: 25%;
}
#foreign_keys.relationalTable td:first-child + td select {
- width: 32%;
+ width: auto;
margin-right: 1%;
}
#foreign_keys.relationalTable {