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:
authorMarc Delisle <marc@infomarc.info>2015-03-13 15:52:31 +0300
committerMarc Delisle <marc@infomarc.info>2015-03-13 15:52:31 +0300
commitedb1fc8ec00cc1b6e764415a98f94d55b222f112 (patch)
tree5bf5a74629d815639c373d10ef8a060f9e4bbae4 /themes
parent7279a9bc024067e096d201466dcfd33d65d347e1 (diff)
parent2f7d6cb323f97fad085680396a47b3f94c774ccc (diff)
Merge commit '2f7d6cb' into QA_4_4
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php2
-rw-r--r--themes/pmahomme/css/common.css.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index aa19056bb3..c15d5a0b59 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -255,7 +255,7 @@ fieldset .formelement {
width: 25%;
}
#foreign_keys.relationalTable td:first-child + td select {
- width: 32%;
+ width: auto;
margin-right: 1%;
}
#foreign_keys.relationalTable {
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index 22e6b13827..2783fe2325 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 {