Fixed css issues with issues :)

This commit is contained in:
Steven Verbeek 2012-03-17 02:46:47 -03:00
parent c93fda2737
commit 1c2c860c22
2 changed files with 15 additions and 2 deletions

View file

@ -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;
}
}
}

View file

@ -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