Skip to content

Commit

Permalink
Rename f3-widget-paginator to pagination
Browse files Browse the repository at this point in the history
It was renamed in Kitodo.Presentation
  • Loading branch information
beatrycze-volk committed Mar 27, 2024
1 parent 337089c commit 6c657d2
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 6c657d2

Please sign in to comment.