Commit 1f41e1bc authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Improve commits page UI

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 79248f4c
...@@ -482,8 +482,8 @@ li.commit { ...@@ -482,8 +482,8 @@ li.commit {
} }
.commit-row-message { .commit-row-message {
color: #555; color: #333;
font-weight: bolder; font-weight: 500;
&:hover { &:hover {
color: #444; color: #444;
text-decoration: underline; text-decoration: underline;
...@@ -492,13 +492,14 @@ li.commit { ...@@ -492,13 +492,14 @@ li.commit {
} }
.commit-row-info { .commit-row-info {
color: #777;
a { a {
color: #777; color: #777;
} }
.committed_ago { .committed_ago {
float: right; float: right;
@extend .cgray;
} }
} }
......
...@@ -13,4 +13,5 @@ ...@@ -13,4 +13,5 @@
.commit-row-info .commit-row-info
= commit_author_link(commit, avatar: true, size: 16) = commit_author_link(commit, avatar: true, size: 16)
#{time_ago_with_tooltip(commit.committed_date)} ago &nbsp; .committed_ago
#{time_ago_with_tooltip(commit.committed_date)} ago &nbsp;
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