From 4007c0925fcfd51e74dc5225e05bec300eb20a75 Mon Sep 17 00:00:00 2001 From: Viduranga Wijesooriya Date: Sat, 11 Jan 2014 20:31:36 +0530 Subject: [PATCH] added #1479 Relations edit form Signed-off-by: Viduranga Wijesooriya --- themes/original/css/common.css.php | 17 +++++++++++++++++ themes/pmahomme/css/common.css.php | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) 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;