Skip to content
Snippets Groups Projects
Unverified Commit 8301836b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Small ui improvements to activity feed

parent af6f739f
No related branches found
No related tags found
No related merge requests found
Loading
@@ -353,7 +353,7 @@ table {
Loading
@@ -353,7 +353,7 @@ table {
} }
   
.description { .description {
font-size: 16px; font-size: $gl-font-size;
color: #666; color: #666;
margin-top: 8px; margin-top: 8px;
} }
Loading
Loading
Loading
@@ -3,7 +3,7 @@
Loading
@@ -3,7 +3,7 @@
* *
*/ */
.event-item { .event-item {
font-size: 16px; font-size: $gl-font-size;
padding: $gl-padding; padding: $gl-padding;
margin-left: -$gl-padding; margin-left: -$gl-padding;
margin-right: -$gl-padding; margin-right: -$gl-padding;
Loading
@@ -35,7 +35,7 @@
Loading
@@ -35,7 +35,7 @@
   
.event-title { .event-title {
@include str-truncated(calc(100% - 174px)); @include str-truncated(calc(100% - 174px));
font-weight: 500; font-weight: 600;
   
.author_name { .author_name {
color: #333; color: #333;
Loading
@@ -51,7 +51,8 @@
Loading
@@ -51,7 +51,8 @@
word-wrap: break-word; word-wrap: break-word;
   
.md { .md {
font-size: 16px; color: #7f8fa4;
font-size: $gl-font-size;
   
iframe.twitter-share-button { iframe.twitter-share-button {
vertical-align: bottom; vertical-align: bottom;
Loading
@@ -81,7 +82,7 @@
Loading
@@ -81,7 +82,7 @@
.event-note-icon { .event-note-icon {
color: #777; color: #777;
float: left; float: left;
font-size: 16px; font-size: $gl-font-size;
line-height: 16px; line-height: 16px;
margin-right: 5px; margin-right: 5px;
} }
Loading
@@ -112,7 +113,7 @@
Loading
@@ -112,7 +113,7 @@
padding-left: 0; padding-left: 0;
border: none; border: none;
.commit-row-title { .commit-row-title {
font-size: 16px; font-size: $gl-font-size;
} }
} }
   
Loading
Loading
Loading
@@ -274,7 +274,7 @@ pre.light-well {
Loading
@@ -274,7 +274,7 @@ pre.light-well {
   
&.no-description { &.no-description {
.project { .project {
line-height: 38px; line-height: 44px;
} }
} }
   
Loading
@@ -299,6 +299,11 @@ pre.light-well {
Loading
@@ -299,6 +299,11 @@ pre.light-well {
} }
} }
} }
.bottom {
padding-top: $gl-padding;
padding-bottom: 0;
}
} }
   
.panel .projects-list li { .panel .projects-list li {
Loading
Loading
Loading
@@ -4,7 +4,7 @@
Loading
@@ -4,7 +4,7 @@
= event.action_name = event.action_name
= event_note_title_html(event) = event_note_title_html(event)
at at
- if event.project - if event.project
= link_to_project event.project = link_to_project event.project
- else - else
Loading
@@ -13,7 +13,6 @@
Loading
@@ -13,7 +13,6 @@
.event-body .event-body
.event-note .event-note
.md .md
%i.fa.fa-comment-o.event-note-icon
= event_note(event.target.note, project: event.project) = event_note(event.target.note, project: event.project)
- note = event.target - note = event.target
- if note.attachment.url - if note.attachment.url
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment