milestone: pagination
This commit is contained in:
parent
e7f015db8c
commit
9311a9858a
12 changed files with 130 additions and 139 deletions
2
public/css/gogs.min.css
vendored
2
public/css/gogs.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -98,6 +98,9 @@
|
|||
left: auto!important;
|
||||
}
|
||||
|
||||
.page.buttons {
|
||||
padding-top: 15px;
|
||||
}
|
||||
.issue.list {
|
||||
clear: both;
|
||||
list-style: none;
|
||||
|
@ -123,9 +126,6 @@
|
|||
color: #999;
|
||||
}
|
||||
}
|
||||
.page.buttons {
|
||||
padding-top: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.label.list {
|
||||
|
@ -153,7 +153,7 @@
|
|||
.milestone.list {
|
||||
clear: both;
|
||||
list-style: none;
|
||||
.item {
|
||||
> .item {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px dashed #AAA;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue