issues fix layout

This commit is contained in:
gitlabhq 2011-11-01 13:17:36 +02:00
parent 84397ce88c
commit e8d10b3217
3 changed files with 17 additions and 4 deletions

View file

@ -660,3 +660,16 @@ tbody tr:nth-child(2n) td, tbody tr.even td {
.right {
float:right;
}
.width-50p{
width:50%;
}
.width-49p{
width:49%;
}
.width-30p{
width:30%;
}
.width-65p{
width:65%;
}

View file

@ -1,9 +1,9 @@
%h2
= "Issue ##{@issue.id} - #{html_escape(@issue.title)}"
.span-15
.left.width-65p
-#= simple_format html_escape(@issue.content)
.issue_notes= render "notes/notes"
.span-8.right
.right.width-30p
.span-8
- if @issue.closed
%center.success Closed

View file

@ -13,11 +13,11 @@
= label_tag "week_view","Week"
.clear
%hr
.span-11
.left.width-49p
%h3 Commits
=render "projects/recent_commits"
.span-11.right
.right.width-49p
%h3 Talk
=render "projects/recent_messages"