Issues pagination

This commit is contained in:
randx 2012-03-22 00:09:56 +02:00
parent 1fefd7cbd3
commit 755a894c91
20 changed files with 107 additions and 5 deletions

View file

@ -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;
}
}
}