a bit of restyling for issues and merge request lists
This commit is contained in:
parent
b6568db1bc
commit
f9528bfb86
19 changed files with 149 additions and 155 deletions
Binary file not shown.
Before Width: | Height: | Size: 674 B |
|
@ -117,34 +117,10 @@ span.update-author {
|
|||
}
|
||||
|
||||
.label {
|
||||
background-color: #474D57;
|
||||
|
||||
&.label-tag {
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 4px 6px;
|
||||
color: #444;
|
||||
text-shadow: 0 0 1px #fff;
|
||||
|
||||
&.grouped {
|
||||
float: left;
|
||||
margin-right: 6px;
|
||||
padding: 6px;
|
||||
}
|
||||
}
|
||||
&.label-issue {
|
||||
background-color: #eee;
|
||||
border: 1px solid #ccc;
|
||||
padding: 4px 6px;
|
||||
color: #444;
|
||||
text-shadow: 0 0 1px #fff;
|
||||
|
||||
&.grouped {
|
||||
float: left;
|
||||
margin-right: 6px;
|
||||
padding: 6px;
|
||||
}
|
||||
}
|
||||
padding: 0px 4px;
|
||||
font-size: 10px;
|
||||
font-style: normal;
|
||||
background-color: $link_color;
|
||||
|
||||
&.label-success {
|
||||
background-color: #8D8;
|
||||
|
|
|
@ -7,6 +7,10 @@
|
|||
color: #333;
|
||||
}
|
||||
|
||||
&.btn-white {
|
||||
background: #FFF;
|
||||
}
|
||||
|
||||
&.primary {
|
||||
background: #2a79A3;
|
||||
@include linear-gradient(#47A7b7, #2585b5);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.issues_table {
|
||||
.issue {
|
||||
padding: 7px 10px;
|
||||
padding: 10px;
|
||||
|
||||
.issue_check {
|
||||
float: left;
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
}
|
||||
|
||||
li.merge_request {
|
||||
padding: 7px 10px;
|
||||
padding: 10px;
|
||||
img.avatar {
|
||||
width: 32px;
|
||||
margin-top: 1px;
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
/* Note textare */
|
||||
#note_note {
|
||||
height: 80px;
|
||||
width: 99%;
|
||||
width: 98%;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue