Commit 46511558 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Make system note different from regular comments

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 70aecc34
......@@ -14,6 +14,19 @@ ul.notes {
margin: 0px;
padding: 0px;
.system-note {
font-size: 14px;
padding-top: 10px;
padding-bottom: 10px;
background: #f8fafc;
.timeline-icon {
.avatar {
visibility: hidden;
}
}
}
.discussion-header,
.note-header {
@extend .cgray;
......
- note = discussion_notes.first
.timeline-entry
.timeline-entry.prepend-top-default
.timeline-entry-inner
.timeline-icon
= link_to user_path(note.author) do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment