From 64264411541b7630a3ad19b1b275099d35b79a8d Mon Sep 17 00:00:00 2001 From: Hugues Peccatte Date: Mon, 10 Nov 2014 18:14:15 +0100 Subject: [PATCH] Fix display issue of #4569. Signed-off-by: Hugues Peccatte --- themes/original/css/common.css.php | 6 +++--- themes/pmahomme/css/common.css.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index d74c764196..7999708bd8 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -251,14 +251,14 @@ fieldset .formelement { fieldset .formelement { clear: none; } - .relationalTable td:first-child + td { + #foreign_keys.relationalTable td:first-child + td { width: 25%; } - .relationalTable td:first-child + td select { + #foreign_keys.relationalTable td:first-child + td select { width: 32%; margin-right: 1%; } - .relationalTable { + #foreign_keys.relationalTable { width: 100%; } diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 0749fe27e4..b8ee12ea7a 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -531,14 +531,14 @@ fieldset .formelement { fieldset .formelement { clear: none; } - .relationalTable td:first-child + td { + #foreign_keys.relationalTable td:first-child + td { width: 25%; } - .relationalTable td:first-child + td select { + #foreign_keys.relationalTable td:first-child + td select { width: 32%; margin-right: 1%; } - .relationalTable { + #foreign_keys.relationalTable { width: 100%; }