better event-notes typography
This commit is contained in:
parent
d54845a16a
commit
730e79e787
3 changed files with 13 additions and 10 deletions
|
@ -95,3 +95,7 @@ a:focus {
|
||||||
.white .highlight pre { background: #f5f5f5; }
|
.white .highlight pre { background: #f5f5f5; }
|
||||||
ul { margin: 0 0 9px 25px !important; }
|
ul { margin: 0 0 9px 25px !important; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.md {
|
||||||
|
@include md-typography;
|
||||||
|
}
|
||||||
|
|
|
@ -48,15 +48,13 @@
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
.event-note {
|
.event-note {
|
||||||
padding-top: 5px;
|
|
||||||
padding-left: 5px;
|
|
||||||
display: inline-block;
|
|
||||||
color: #555;
|
color: #555;
|
||||||
|
margin-top: 5px;
|
||||||
|
margin-left: 40px;
|
||||||
|
|
||||||
.note-file-attach {
|
.note-file-attach {
|
||||||
margin-left: -25px;
|
|
||||||
float: left;
|
|
||||||
.note-image-attach {
|
.note-image-attach {
|
||||||
|
margin-top: 4px;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
}
|
}
|
||||||
|
@ -66,8 +64,8 @@
|
||||||
color: #777;
|
color: #777;
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 18px;
|
line-height: 16px;
|
||||||
margin: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.avatar {
|
.avatar {
|
||||||
|
|
|
@ -21,9 +21,10 @@
|
||||||
= event.project_name
|
= event.project_name
|
||||||
|
|
||||||
.event-body
|
.event-body
|
||||||
|
.event-note
|
||||||
|
.md
|
||||||
%i.icon-comment-alt.event-note-icon
|
%i.icon-comment-alt.event-note-icon
|
||||||
%span.event-note
|
= sanitize(markdown(truncate(event.target.note, length: 150)), tags: %w(a img b pre p))
|
||||||
= markdown truncate(event.target.note, length: 70)
|
|
||||||
- note = event.target
|
- note = event.target
|
||||||
- if note.attachment.url
|
- if note.attachment.url
|
||||||
= link_to note.attachment.secure_url, target: "_blank", class: 'note-file-attach' do
|
= link_to note.attachment.secure_url, target: "_blank", class: 'note-file-attach' do
|
||||||
|
|
Loading…
Add table
Reference in a new issue