Skip to content

Commit

Permalink
Adjust margins on pagination inputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Jan 7, 2025
1 parent 60fa7a2 commit 6f90edb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion css/sass/_screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -337,14 +337,18 @@ a {
form {
padding:0;
}

form label {
margin: 1em 0;
}
#page{
width:30px;
text-align:right;
}
input {
width:30px;
text-align:center;
margin:0;
margin:0 .5rem;
}
}
.pagination_next a,
Expand Down
5 changes: 4 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -779,14 +779,17 @@ a:focus {
.pagination .page-input form {
padding: 0;
}
.pagination .page-input form label {
margin: 1em 0;
}
.pagination .page-input #page {
width: 30px;
text-align: right;
}
.pagination .page-input input {
width: 30px;
text-align: center;
margin: 0;
margin: 0 0.5rem;
}
.pagination .pagination_next a,
.pagination .pagination_previous a,
Expand Down

0 comments on commit 6f90edb

Please sign in to comment.