Align issue box content and mr widgets vertically

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-06-10 20:59:26 +03:00
parent 9d09d616af
commit 1c23333f34
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
3 changed files with 10 additions and 7 deletions

View File

@ -56,23 +56,22 @@
.state {
border-bottom: 1px solid #DDD;
padding: 10px 25px;
padding: 10px 15px;
}
.title {
font-size: 26px;
font-size: 28px;
font-weight: normal;
line-height: 1.5;
margin: 0;
color: #333;
padding-bottom: 0;
padding: 15px 25px;
padding: 10px 15px;
}
.context {
border: none;
border-top: 1px solid #eee;
padding: 15px 25px;
padding: 10px 15px;
// Reset text align for children
.text-right > * { text-align: left; }
@ -88,7 +87,7 @@
}
.description {
padding: 0 25px 15px 25px;
padding: 0 15px 10px 15px;
}
.title, .context, .description {

View File

@ -118,3 +118,7 @@
.merge-request-show-labels .label {
padding: 6px 10px;
}
.mr-commits .commit {
padding: 10px 15px;
}

View File

@ -3,7 +3,7 @@
.panel-heading
%i.icon-list
Commits (#{@commits.count})
.commits
.commits.mr-commits
- if @commits.count > 8
%ul.first-commits.well-list
- @commits.first(8).each do |commit|