mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-22 05:58:02 +02:00
milestone: pagination
This commit is contained in:
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;
|
||||
|
Reference in New Issue
Block a user