From: Dmitriy Zaporozhets Date: Wed, 18 Dec 2013 14:03:59 +0000 (+0200) Subject: Improve commits page UI X-Git-Tag: v6.4.0~17 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1f41e1bcdd491240f42f76d8b18b2b341fbd1b8a;p=wvm%2Fgitlab.git Improve commits page UI Signed-off-by: Dmitriy Zaporozhets --- diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss index 81f7ace66..cd3e5d56c 100644 --- a/app/assets/stylesheets/sections/commits.scss +++ b/app/assets/stylesheets/sections/commits.scss @@ -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; } } diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml index e51376ab5..658b23fbc 100644 --- a/app/views/projects/commits/_commit.html.haml +++ b/app/views/projects/commits/_commit.html.haml @@ -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