Issues pagination
This commit is contained in:
parent
1fefd7cbd3
commit
755a894c91
20 changed files with 107 additions and 5 deletions
|
@ -461,8 +461,27 @@ img.lil_av {
|
|||
border-top:none;
|
||||
|
||||
form {
|
||||
padding-top:16px;
|
||||
padding:9px 0;
|
||||
margin:0px;
|
||||
}
|
||||
|
||||
.pills {
|
||||
li {
|
||||
padding:3px 0;
|
||||
&.active a { background-color:$style_color; }
|
||||
a {
|
||||
border-radius:7px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.bottom {
|
||||
padding: 0 10px;
|
||||
background:#f5f5f5;
|
||||
border-top: 1px solid #eee;
|
||||
@include round-borders-bottom(4px);
|
||||
border-bottom:none;
|
||||
}
|
||||
|
||||
&.padded {
|
||||
|
@ -1008,3 +1027,13 @@ p.time {
|
|||
.thin_area{
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
.gitlab_pagination {
|
||||
span {
|
||||
padding:0 10px;
|
||||
|
||||
a {
|
||||
color:$link_color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue