Skip to content

Commit

Permalink
Merge pull request #268 from beatrycze-volk/fix-pagination-css
Browse files Browse the repository at this point in the history
Fix pagination CSS
  • Loading branch information
beatrycze-volk authored Jan 22, 2024
2 parents 6120f56 + 0962141 commit 0e2adf6
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/gridview.less
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}


.tx-dlf-pagegrid .f3-widget-paginator {
.tx-dlf-pagegrid .pagination {
position: absolute;
bottom: 15px;
height: 1px;
Expand Down Expand Up @@ -139,6 +139,14 @@
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 @@ -149,6 +157,14 @@
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/allStyles.css

Large diffs are not rendered by default.

0 comments on commit 0e2adf6

Please sign in to comment.