Improve issue/mr title and description styles

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2015-09-08 09:58:43 +02:00
parent 1240a7e065
commit def4d8b906
No known key found for this signature in database
GPG key ID: 161B5D6A44D3D88A
3 changed files with 14 additions and 8 deletions

View file

@ -66,4 +66,16 @@
color: $gl-text-color;
}
}
.issue-title {
margin: 0;
}
.description {
margin-top: 6px;
p:last-child {
margin-bottom: 0;
}
}
}

View file

@ -132,11 +132,6 @@ form.edit-issue {
}
}
h2.issue-title {
margin-top: 0;
font-weight: bold;
}
.issue-form .select2-container {
width: 250px !important;
}

View file

@ -59,7 +59,7 @@ ul.notes {
margin-top: 1px;
border: 1px solid #bbb;
background-color: transparent;
color: #999;
color: $gl-gray;
}
}
@ -176,8 +176,7 @@ ul.notes {
a {
margin-left: 5px;
color: #999;
color: $gl-gray;
i.fa {
font-size: 16px;