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-14 10:41:13 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-04-14 10:41:13 +0300
commit408ea68f84ab727a2534f4110dcc7e4d4d47df00 (patch)
treef65284cec8cbb650f21cdb820d1e6aeaafa4e9f6 /themes
parentfe3a103767bd5f68a89d2527c29ad1f2bcffc54a (diff)
#4853 Relation view between 1600 and 1780 px
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php13
-rw-r--r--themes/pmahomme/css/common.css.php13
2 files changed, 0 insertions, 26 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index a1bb85ff93..8bf7a6cb4d 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -247,19 +247,6 @@ fieldset .formelement {
white-space: nowrap;
}
-@media all and (min-width: 1600px) {
- fieldset .formelement {
- clear: none;
- }
- #foreign_keys.relationalTable td:first-child + td select {
- width: auto;
- margin-right: 1%;
- }
- #foreign_keys.relationalTable {
- width: 100%;
- }
-}
-
/* revert for Gecko */
fieldset div[class=formelement] {
white-space: normal;
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index 37b9aa9931..2c8e915148 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -531,19 +531,6 @@ fieldset .formelement {
white-space: nowrap;
}
-@media all and (min-width: 1600px) {
- fieldset .formelement {
- clear: none;
- }
- #foreign_keys.relationalTable td:first-child + td select {
- width: auto;
- margin-right: 1%;
- }
- #foreign_keys.relationalTable {
- width: 100%;
- }
-}
-
/* revert for Gecko */
fieldset div[class=formelement] {
white-space: normal;