a bit of restyling for issues and merge request lists

This commit is contained in:
Dmitriy Zaporozhets 2013-01-08 08:14:05 +03:00
parent b6568db1bc
commit f9528bfb86
19 changed files with 149 additions and 155 deletions

View file

@ -1,6 +1,6 @@
.issues_table {
.issue {
padding: 7px 10px;
padding: 10px;
.issue_check {
float: left;

View file

@ -54,7 +54,7 @@
}
li.merge_request {
padding: 7px 10px;
padding: 10px;
img.avatar {
width: 32px;
margin-top: 1px;

View file

@ -21,7 +21,7 @@
/* Note textare */
#note_note {
height: 80px;
width: 99%;
width: 98%;
font-size: 14px;
}