mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Improvements for pagination buttons
This commit is contained in:
@@ -78,6 +78,7 @@ body {
|
|||||||
|
|
||||||
#pageButtons{
|
#pageButtons{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: space-around;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-shrink: initial;
|
flex-shrink: initial;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@@ -86,6 +87,22 @@ body {
|
|||||||
|
|
||||||
#pageButtons, #pageButtons a{
|
#pageButtons, #pageButtons a{
|
||||||
color:white !important;
|
color:white !important;
|
||||||
|
width: 100%;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pageButtons span {
|
||||||
|
width: 100%;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pageNumber {
|
||||||
|
width: auto !important;
|
||||||
|
margin: 0 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.first_page, .first_page_hide, .last_page, .last_page_hide {
|
||||||
|
width: 50% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pageNumber{
|
#pageNumber{
|
||||||
|
|||||||
Reference in New Issue
Block a user