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:04:44 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-04-13 12:04:44 +0300
commitd56b35ec0868e3b2f81bd19e92c1e2581ec1347a (patch)
tree7499b9aa926d4d755354aaafc3d9347f451c116f /themes
parentecb7767a9b671018a24530cd89c7224d8ac4a79f (diff)
bug #4850 Relation view on 1920
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 082d5db6ec..a1bb85ff93 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 35652ae8e4..37b9aa9931 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 */