Fixed css issues with issues :)
This commit is contained in:
parent
c93fda2737
commit
1c2c860c22
|
@ -935,3 +935,16 @@ p.time {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
margin: 2px;
|
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.well
|
||||||
%div
|
%div
|
||||||
%div.issue_meta
|
%div.issue_meta.span13
|
||||||
%cite.cgray Created by
|
%cite.cgray Created by
|
||||||
= image_tag gravatar_icon(@issue.author_email), :width => 16, :class => "lil_av"
|
= image_tag gravatar_icon(@issue.author_email), :width => 16, :class => "lil_av"
|
||||||
%strong.author= link_to_issue_author(@issue)
|
%strong.author= link_to_issue_author(@issue)
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
= image_tag gravatar_icon(@issue.assignee_email), :width => 16, :class => "lil_av"
|
= image_tag gravatar_icon(@issue.assignee_email), :width => 16, :class => "lil_av"
|
||||||
%strong.author= link_to_issue_assignee(@issue)
|
%strong.author= link_to_issue_assignee(@issue)
|
||||||
|
|
||||||
%div.issue_status
|
%div.issue_status.span2
|
||||||
- if @issue.closed
|
- if @issue.closed
|
||||||
.alert-message.error Closed
|
.alert-message.error Closed
|
||||||
- else
|
- else
|
||||||
|
|
Loading…
Reference in a new issue