attempt to fix overlapping comment count
This commit is contained in:
parent
883bedcbf1
commit
0e52a9aef8
|
@ -6,6 +6,11 @@
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.comments--box {
|
||||||
|
z-index: 99;
|
||||||
|
}
|
||||||
|
|
||||||
.comments--count {
|
.comments--count {
|
||||||
|
z-index: 0;
|
||||||
margin-top: -2em;
|
margin-top: -2em;
|
||||||
}
|
}
|
|
@ -9,5 +9,5 @@
|
||||||
= comment.content
|
= comment.content
|
||||||
- if user_signed_in?
|
- if user_signed_in?
|
||||||
.form-group.has-feedback{name: 'ab-comment-new-group', 'data-a-id' => a.id}
|
.form-group.has-feedback{name: 'ab-comment-new-group', 'data-a-id' => a.id}
|
||||||
%input.form-control{type: :text, placeholder: 'Comment...', name: 'ab-comment-new', data: {a_id: a.id }}
|
%input.form-control.comments--box{type: :text, placeholder: 'Comment...', name: 'ab-comment-new', data: {a_id: a.id }}
|
||||||
%span.text-muted.form-control-feedback.comments--count{id: "ab-comment-charcount-#{a.id}"} 160
|
%span.text-muted.form-control-feedback.comments--count{id: "ab-comment-charcount-#{a.id}"} 160
|
Loading…
Reference in New Issue