summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/pagination.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/pagination.scss')
-rw-r--r--app/assets/stylesheets/framework/pagination.scss29
1 files changed, 3 insertions, 26 deletions
diff --git a/app/assets/stylesheets/framework/pagination.scss b/app/assets/stylesheets/framework/pagination.scss
index 2cd30491bf5..8a5bde83335 100644
--- a/app/assets/stylesheets/framework/pagination.scss
+++ b/app/assets/stylesheets/framework/pagination.scss
@@ -1,35 +1,12 @@
.gl-pagination {
+ text-align: center;
+ width: 100%;
border-top: 1px solid $border-color;
- background-color: $background-color;
- margin: -$gl-padding;
+ margin: 0;
margin-top: 0;
.pagination {
padding: 0;
- margin: 0;
- display: block;
-
- li.first,
- li.last,
- li.next,
- li.prev {
- > a {
- color: $link-color;
-
- &:hover {
- color: #fff;
- }
- }
- }
-
- li > a,
- li > span {
- border: none;
- margin: 0;
- @include border-radius(0 !important);
- padding: 13px 19px;
- border-right: 1px solid $border-color;
- }
}
}