From 012ead1ff99cff8dd016c6effb920b0e00ff7344 Mon Sep 17 00:00:00 2001 From: leosw Date: Tue, 20 Jan 2026 21:57:31 +0100 Subject: [PATCH] Champ nouveau commentaire --- views/css/d.blog.css | 2 +- views/css/d.poi.css | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/views/css/d.blog.css b/views/css/d.blog.css index bbd8c28..beb3473 100755 --- a/views/css/d.blog.css +++ b/views/css/d.blog.css @@ -134,7 +134,7 @@ } #new_comment_label input { display: none; - margin: -2px; + margin: 3px; float: right; padding: 5px 10px; position: relative; diff --git a/views/css/d.poi.css b/views/css/d.poi.css index 1b03f18..7936494 100755 --- a/views/css/d.poi.css +++ b/views/css/d.poi.css @@ -70,7 +70,7 @@ section.archive > * { } #new_comment_label input { display: none; - margin: -2px; + margin: 5px; float: right; padding: 5px 10px; position: relative; @@ -83,7 +83,10 @@ section.archive > * { #new_comment_form textarea { margin: 0; border: 0; + font-size: 14px; + width: calc(100% - 20px); } + #new_comment_label.sent { cursor: default; }