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-13 12:06:18 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-04-13 12:06:18 +0300
commitabe7f3bdcd5218625bd1e91958cdba2ba02878d2 (patch)
tree28e47d6b96ad8beb7e6f51c1fe8d6dc3450c7cba /themes
parentfff6dc885fb5e473a3b0f914d75b837d3af61b47 (diff)
parentd56b35ec0868e3b2f81bd19e92c1e2581ec1347a (diff)
Merge branch 'QA_4_4'
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php4
-rw-r--r--themes/pmahomme/css/common.css.php4
2 files changed, 0 insertions, 8 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index 608537d2d1..0b57c91d10 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -251,9 +251,6 @@ fieldset .formelement {
fieldset .formelement {
clear: none;
}
- #foreign_keys.relationalTable td:first-child + td {
- width: 25%;
- }
#foreign_keys.relationalTable td:first-child + td select {
width: auto;
margin-right: 1%;
@@ -261,7 +258,6 @@ fieldset .formelement {
#foreign_keys.relationalTable {
width: 100%;
}
-
}
/* revert for Gecko */
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index 7e77db775f..a2b69bc8e9 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -535,9 +535,6 @@ fieldset .formelement {
fieldset .formelement {
clear: none;
}
- #foreign_keys.relationalTable td:first-child + td {
- width: 25%;
- }
#foreign_keys.relationalTable td:first-child + td select {
width: auto;
margin-right: 1%;
@@ -545,7 +542,6 @@ fieldset .formelement {
#foreign_keys.relationalTable {
width: 100%;
}
-
}
/* revert for Gecko */