Commit 1c2c860c authored by Steven Verbeek's avatar Steven Verbeek

Fixed css issues with issues :)

parent c93fda27
......@@ -935,3 +935,16 @@ p.time {
padding: 4px;
margin: 2px;
}
/* Issues Changed */
/* Could probably rewrite this, a bit sloppy */
.well {
.issue_status.span2 {
width:116px;
.alert-message {
width:34px;
margin: 0 0 0 auto;
}
}
}
......@@ -28,7 +28,7 @@
%div.well
%div
%div.issue_meta
%div.issue_meta.span13
%cite.cgray Created by
= image_tag gravatar_icon(@issue.author_email), :width => 16, :class => "lil_av"
%strong.author= link_to_issue_author(@issue)
......@@ -37,7 +37,7 @@
= image_tag gravatar_icon(@issue.assignee_email), :width => 16, :class => "lil_av"
%strong.author= link_to_issue_assignee(@issue)
%div.issue_status
%div.issue_status.span2
- if @issue.closed
.alert-message.error Closed
- else
......
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