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:55:17 +0300
committerMarc Delisle <marc@infomarc.info>2015-03-13 15:55:17 +0300
commitba7a38f5c485313ef402cf4521f73bf25719755c (patch)
tree78fedff90a61d9bc67c8e3040911fe2fd4fe22f1 /themes
parent60771f6fab607a483b7fca73386ceaaadd86faf2 (diff)
parent2f7d6cb323f97fad085680396a47b3f94c774ccc (diff)
Merge commit '2f7d6cb'
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 57280f3ebc..fb75724047 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 a55cf40905..5f545c1f4c 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 {