Skip to content

Commit

Permalink
Merge pull request #69 from beatrycze-volk/fix-css-pagination
Browse files Browse the repository at this point in the history
Rename `f3-widget-paginator` to `pagination` and change button sizes
  • Loading branch information
MarcMoschSLUB committed Mar 27, 2024
2 parents 3933a6c + 3cb7899 commit e31a93d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion Resources/Private/Less/Modules/Pagegrid.less
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ body.gridview {
}
}

.tx-dlf-pagegrid .f3-widget-paginator {
.tx-dlf-pagegrid .pagination {
position: absolute;
bottom: 15px;
height: 1px;
Expand Down Expand Up @@ -168,6 +168,14 @@ body.gridview {
display: none;
}
}
li.next, li.previous {
a,
a:first-child,
a:last-child {
width: 60px;
height: 30px;
}
}
}
@media screen and (min-width: @desktopViewportWidth) {
font-size: 18px;
Expand All @@ -178,6 +186,14 @@ body.gridview {
width: 40px;
height: 40px;
}
li.next, li.previous {
a,
a:first-child,
a:last-child {
width: 90px;
height: 40px;
}
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/Css/Digitalcollections.css

Large diffs are not rendered by default.

0 comments on commit e31a93d

Please sign in to comment.