diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index 4d8a65c9c1..bfd9137a04 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -238,6 +238,23 @@ fieldset .formelement { white-space: nowrap; } +@media all and (min-width: 1600px) { + fieldset .formelement { + clear: none; + } + #relationalTable td:first-child + td { + width: 25%; + } + #relationalTable td:first-child + td select { + width: 32%; + margin-right: 1%; + } + #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 698cd5fa20..956467db9e 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -442,6 +442,23 @@ fieldset .formelement { white-space: nowrap; } +@media all and (min-width: 1600px) { + fieldset .formelement { + clear: none; + } + #relationalTable td:first-child + td { + width: 25%; + } + #relationalTable td:first-child + td select { + width: 32%; + margin-right: 1%; + } + #relationalTable { + width: 100%; + } + +} + /* revert for Gecko */ fieldset div[class=formelement] { white-space: normal;