mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-20 13:50:00 +01:00
Appease the dog overlords
This commit is contained in:
parent
fc90b746c9
commit
ceb55c656e
2 changed files with 7 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-left: .5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -32,6 +32,11 @@
|
||||||
.form-group.has-feedback.comment__input-group.input-group
|
.form-group.has-feedback.comment__input-group.input-group
|
||||||
%textarea.form-control.comment__input{ type: :text, placeholder: t(".placeholder"), name: "ab-comment-new", data: { a_id: a.id, "character-count-target": "input" } }
|
%textarea.form-control.comment__input{ type: :text, placeholder: t(".placeholder"), name: "ab-comment-new", data: { a_id: a.id, "character-count-target": "input" } }
|
||||||
.comment__submit-wrapper
|
.comment__submit-wrapper
|
||||||
%button.btn.btn-primary{ type: :button, name: "ab-comment-new-submit", title: t(".action"), data: { a_id: a.id, "character-count-target": "action" } }
|
%button.btn.btn-primary{
|
||||||
|
type: :button,
|
||||||
|
name: "ab-comment-new-submit",
|
||||||
|
title: t(".action"),
|
||||||
|
data: { a_id: a.id, "character-count-target": "action" }
|
||||||
|
}
|
||||||
%i.fa.fa-paper-plane-o
|
%i.fa.fa-paper-plane-o
|
||||||
%span.text-muted.form-control-feedback.comment__character-count{ id: "ab-comment-charcount-#{a.id}", data: { "character-count-target": "counter" } } 512
|
%span.text-muted.form-control-feedback.comment__character-count{ id: "ab-comment-charcount-#{a.id}", data: { "character-count-target": "counter" } } 512
|
||||||
|
|
Loading…
Reference in a new issue