Commit 4aad057f authored by gitlabhq's avatar gitlabhq

issues style fixed

parent 4e55cc67
...@@ -44,4 +44,7 @@ ...@@ -44,4 +44,7 @@
} }
} }
.issue:hover .action-links { display:block; } .issue:hover .action-links { display:block; }
.issue-show-holder {
width:100%;
.data p { font-size:16px }
}
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
%span.tag.today Open %span.tag.today Open
.data .data
%h4= @issue.title %p= @issue.title
- if @issue.author == @issue.assignee - if @issue.author == @issue.assignee
= image_tag gravatar_icon(@issue.assignee_email), :width => 20, :style => "padding:0 5px;" = image_tag gravatar_icon(@issue.assignee_email), :width => 20, :style => "padding:0 5px;"
......
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