Improve issue/mr title and description styles
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
1240a7e065
commit
def4d8b906
3 changed files with 14 additions and 8 deletions
|
@ -66,4 +66,16 @@
|
||||||
color: $gl-text-color;
|
color: $gl-text-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.issue-title {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.description {
|
||||||
|
margin-top: 6px;
|
||||||
|
|
||||||
|
p:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -132,11 +132,6 @@ form.edit-issue {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h2.issue-title {
|
|
||||||
margin-top: 0;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.issue-form .select2-container {
|
.issue-form .select2-container {
|
||||||
width: 250px !important;
|
width: 250px !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -59,7 +59,7 @@ ul.notes {
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
border: 1px solid #bbb;
|
border: 1px solid #bbb;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #999;
|
color: $gl-gray;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -176,8 +176,7 @@ ul.notes {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
color: $gl-gray;
|
||||||
color: #999;
|
|
||||||
|
|
||||||
i.fa {
|
i.fa {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
Loading…
Reference in a new issue