Champ nouveau commentaire

This commit is contained in:
leosw
2026-01-20 21:57:31 +01:00
parent 4eef5c1028
commit 012ead1ff9
2 changed files with 5 additions and 2 deletions

View File

@@ -134,7 +134,7 @@
} }
#new_comment_label input { #new_comment_label input {
display: none; display: none;
margin: -2px; margin: 3px;
float: right; float: right;
padding: 5px 10px; padding: 5px 10px;
position: relative; position: relative;

View File

@@ -70,7 +70,7 @@ section.archive > * {
} }
#new_comment_label input { #new_comment_label input {
display: none; display: none;
margin: -2px; margin: 5px;
float: right; float: right;
padding: 5px 10px; padding: 5px 10px;
position: relative; position: relative;
@@ -83,7 +83,10 @@ section.archive > * {
#new_comment_form textarea { #new_comment_form textarea {
margin: 0; margin: 0;
border: 0; border: 0;
font-size: 14px;
width: calc(100% - 20px);
} }
#new_comment_label.sent { #new_comment_label.sent {
cursor: default; cursor: default;
} }