Improve commits page UI
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
79248f4ca5
commit
1f41e1bcdd
2 changed files with 6 additions and 4 deletions
|
@ -482,8 +482,8 @@ li.commit {
|
|||
}
|
||||
|
||||
.commit-row-message {
|
||||
color: #555;
|
||||
font-weight: bolder;
|
||||
color: #333;
|
||||
font-weight: 500;
|
||||
&:hover {
|
||||
color: #444;
|
||||
text-decoration: underline;
|
||||
|
@ -492,13 +492,14 @@ li.commit {
|
|||
}
|
||||
|
||||
.commit-row-info {
|
||||
color: #777;
|
||||
|
||||
a {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.committed_ago {
|
||||
float: right;
|
||||
@extend .cgray;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -13,4 +13,5 @@
|
|||
|
||||
.commit-row-info
|
||||
= commit_author_link(commit, avatar: true, size: 16)
|
||||
#{time_ago_with_tooltip(commit.committed_date)} ago
|
||||
.committed_ago
|
||||
#{time_ago_with_tooltip(commit.committed_date)} ago
|
||||
|
|
Loading…
Reference in a new issue