Commit 5c492a70 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

make issue, commit row title color lighter

parent 29c41e9a
...@@ -301,6 +301,10 @@ img.lil_av { ...@@ -301,6 +301,10 @@ img.lil_av {
} }
} }
.row_title {
font-weight:bold;
color:#444;
}
li, .wll { li, .wll {
padding:10px; padding:10px;
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
%strong.cgray= commit.author_name %strong.cgray= commit.author_name
– –
= image_tag gravatar_icon(commit.author_email), :class => "avatar", :width => 16 = image_tag gravatar_icon(commit.author_email), :class => "avatar", :width => 16
%strong= truncate(commit.safe_message, :length => 50) rescue "--broken encoding" %span.row_title= truncate(commit.safe_message, :length => 50) rescue "--broken encoding"
%span.right.cgray %span.right.cgray
= time_ago_in_words(commit.committed_date) = time_ago_in_words(commit.committed_date)
......
...@@ -21,8 +21,7 @@ ...@@ -21,8 +21,7 @@
= link_to project_issue_path(issue.project, issue) do = link_to project_issue_path(issue.project, issue) do
%p %p.row_title= truncate(issue.title, :length => 60)
%strong= truncate(issue.title, :length => 60)
......
...@@ -10,5 +10,4 @@ ...@@ -10,5 +10,4 @@
→ →
%span.label= merge_request.target_branch %span.label= merge_request.target_branch
= link_to project_merge_request_path(merge_request.project, merge_request) do = link_to project_merge_request_path(merge_request.project, merge_request) do
%p %p.row_title= truncate(merge_request.title, :length => 60)
%strong= truncate(merge_request.title, :length => 60)
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