From e4b6216220e7426aec0e40deebd159ec46305175 Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Tue, 27 Jun 2017 14:53:03 +0200 Subject: [PATCH] css/alfortville: enlarge comment textarea on waiting mail tables (#16676) --- welco/static/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/welco/static/css/style.css b/welco/static/css/style.css index 9993a94..85b4b37 100644 --- a/welco/static/css/style.css +++ b/welco/static/css/style.css @@ -66,12 +66,12 @@ body.welco-home div#content { .mail-table-waiting .cell, .mail-table-subtype1 .cell { - height: 10%; + height: 20%; } .mail-table-waiting .cell.top, .mail-table-subtype1 .cell.top { - height: 90%; + height: 80%; } div#content .cell h2 { @@ -421,7 +421,7 @@ td.datetime { } #comments-field { - height: 7em; + height: 14em; margin-top: 2px; width: 70%; }