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
|
@ -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