Champ nouveau commentaire
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user