summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-18 16:03:59 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-18 16:03:59 +0200
commit1f41e1bcdd491240f42f76d8b18b2b341fbd1b8a (patch)
tree7d60b62314baee154112ef64d97b170c0cd83c53
parent79248f4ca503a765131731dc7ffa5bfeca89cf73 (diff)
downloadgitlab-ce-1f41e1bcdd491240f42f76d8b18b2b341fbd1b8a.tar.gz
Improve commits page UI
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/assets/stylesheets/sections/commits.scss7
-rw-r--r--app/views/projects/commits/_commit.html.haml3
2 files changed, 6 insertions, 4 deletions
diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss
index 81f7ace66bf..cd3e5d56c25 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 e51376ab529..658b23fbcfa 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 &nbsp;
+ .committed_ago
+ #{time_ago_with_tooltip(commit.committed_date)} ago &nbsp;