Pagination for Merge Requests. Fixed for issues
This commit is contained in:
parent
755a894c91
commit
52d8ed9e4f
6 changed files with 24 additions and 17 deletions
|
@ -476,8 +476,7 @@ img.lil_av {
|
|||
}
|
||||
}
|
||||
|
||||
&.bottom {
|
||||
padding: 0 10px;
|
||||
.bottom {
|
||||
background:#f5f5f5;
|
||||
border-top: 1px solid #eee;
|
||||
@include round-borders-bottom(4px);
|
||||
|
@ -1029,11 +1028,11 @@ p.time {
|
|||
}
|
||||
|
||||
.gitlab_pagination {
|
||||
span {
|
||||
padding:0 10px;
|
||||
|
||||
a {
|
||||
color:$link_color;
|
||||
}
|
||||
span a { color:$link_color; }
|
||||
.prev, .next, .current, .page a {
|
||||
padding:10px;
|
||||
}
|
||||
.current {
|
||||
border-bottom:2px solid $style_color;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue