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-04-15 15:03:17 +0300
committerMarc Delisle <marc@infomarc.info>2015-04-15 15:03:17 +0300
commit223b2058663a97f7754cbac8fbc888450c67025d (patch)
tree52d3de0318ac379023f8e7865429cac31d5d314d /themes
parentd1b77a2949e2678595c68ffbadc74823f273630b (diff)
parent9a04e80561a11f6c04e7765e857915905bd696fe (diff)
Merge commit '9a04e80'
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 0b57c91d10..730de22e33 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 a2b69bc8e9..cf644f3fa7 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;