From 18f97169e66df89e761671882f4abd9a37e3350c Mon Sep 17 00:00:00 2001 From: Alex ORLUC <alex.orluc@maarch.org> Date: Mon, 22 Oct 2018 17:24:21 +0200 Subject: [PATCH] FIX #8550 fix css new field in detail --- apps/maarch_entreprise/indexing_searching/details.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/maarch_entreprise/indexing_searching/details.php b/apps/maarch_entreprise/indexing_searching/details.php index 35e58fa8cd0..95853b56a85 100755 --- a/apps/maarch_entreprise/indexing_searching/details.php +++ b/apps/maarch_entreprise/indexing_searching/details.php @@ -781,8 +781,8 @@ if ($stmt->rowCount() == 0) { } } - echo '<div class="typeahead__container"><div class="typeahead__field"><span class="typeahead__query">'; - echo "<textarea name='sender_recipient' id='sender_recipient' rows='3' class='{$disabledClass}' {$disabledAttr}/>"; + echo '<div class="typeahead__container" style="width: 206px;"><div class="typeahead__field"><span class="typeahead__query">'; + echo "<textarea style='font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size: 11px;padding: 5px;width: 206px;max-width: 206px;' name='sender_recipient' id='sender_recipient' rows='3' class='{$disabledClass}' {$disabledAttr}/>"; if (!empty($sr['format'])) { echo $sr['format']; } -- GitLab