resources done
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
10 changed files
with
77 additions
and
2 deletions
| ... | @@ -15598,6 +15598,46 @@ label[for=quicksearch] { | ... | @@ -15598,6 +15598,46 @@ label[for=quicksearch] { |
| 15598 | visibility: hidden !important; | 15598 | visibility: hidden !important; |
| 15599 | } | 15599 | } |
| 15600 | 15600 | ||
| 15601 | #resources_paginate, | ||
| 15602 | .dataTables_paginate { | ||
| 15603 | display: flex; | ||
| 15604 | justify-content: center; | ||
| 15605 | } | ||
| 15606 | |||
| 15607 | .next.paginate_button a, | ||
| 15608 | .previous.paginate_button a { | ||
| 15609 | font-size: 0px; | ||
| 15610 | } | ||
| 15611 | |||
| 15612 | .previous.paginate_button a::before { | ||
| 15613 | top: 5px; | ||
| 15614 | position: relative; | ||
| 15615 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.095' height='15' viewBox='0 0 9.095 15'%3E%3Cpath id='Path_1291' data-name='Path 1291' d='M7.515 5.543c.52-.526 1.03-1.048 1.546-1.564Q10.918 2.123 12.779.272a.834.834 0 0 1 1.232 0c.236.242.477.479.716.718a.817.817 0 0 1 0 1.222L11.379 5.557Q9.758 7.18 8.138 8.8a.9.9 0 0 1-.606.289.864.864 0 0 1-.667-.288Q5.614 7.551 4.363 6.3L.956 2.889c-.232-.232-.465-.463-.7-.7A.812.812 0 0 1 .269.993l.71-.71a.833.833 0 0 1 1.25 0l3.016 3L7.429 5.462Z' transform='translate(9.095) rotate(90)' fill='%230484b8'/%3E%3C/svg%3E"); | ||
| 15616 | } | ||
| 15617 | |||
| 15618 | .next.paginate_button a::before { | ||
| 15619 | top: 5px; | ||
| 15620 | position: relative; | ||
| 15621 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.095' height='15' viewBox='0 0 9.095 15'%3E%3Cpath id='Path_1369' data-name='Path 1369' d='M7.515 3.553c.52.526 1.03 1.048 1.546 1.564q1.857 1.856 3.718 3.708a.834.834 0 0 0 1.232 0c.236-.242.477-.479.716-.718a.817.817 0 0 0 0-1.222L11.379 3.538Q9.758 1.915 8.138.29A.9.9 0 0 0 7.532 0a.864.864 0 0 0-.667.288Q5.614 1.544 4.363 2.8L.956 6.207c-.232.232-.465.463-.7.7A.812.812 0 0 0 .269 8.1l.71.71a.833.833 0 0 0 1.25 0l3.016-3L7.429 3.634Z' transform='translate(9.095) rotate(90)' fill='%230484b8'/%3E%3C/svg%3E"); | ||
| 15622 | } | ||
| 15623 | |||
| 15624 | .page-item.disabled .page-link { | ||
| 15625 | border-color: #dee2e6; | ||
| 15626 | border-color: #fff; | ||
| 15627 | } | ||
| 15628 | |||
| 15629 | .page-link { | ||
| 15630 | border-color: #fff; | ||
| 15631 | color: #2C2C2C; | ||
| 15632 | } | ||
| 15633 | |||
| 15634 | .page-item.active .page-link { | ||
| 15635 | border-color: #fff; | ||
| 15636 | background-color: #fff; | ||
| 15637 | color: #0484B8; | ||
| 15638 | font-weight: 800; | ||
| 15639 | } | ||
| 15640 | |||
| 15601 | th.hidden, | 15641 | th.hidden, |
| 15602 | td.hidden { | 15642 | td.hidden { |
| 15603 | display: none !important; | 15643 | display: none !important; | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -33532,7 +33532,7 @@ | ... | @@ -33532,7 +33532,7 @@ |
| 33532 | "searchable": false, | 33532 | "searchable": false, |
| 33533 | "paging": true, | 33533 | "paging": true, |
| 33534 | "info": false, | 33534 | "info": false, |
| 33535 | "dom": '<"top"flp<"clear">>rt<"bottom"ip<"clear">>' | 33535 | "dom": '<"top"<"clear">p<"clear">>rt<"bottom"<"clear">p<"clear">>' |
| 33536 | }); | 33536 | }); |
| 33537 | 33537 | ||
| 33538 | // use value of search field to filter | 33538 | // use value of search field to filter | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -11,7 +11,7 @@ jQuery( document ).ready(function($) { | ... | @@ -11,7 +11,7 @@ jQuery( document ).ready(function($) { |
| 11 | "searchable": false, | 11 | "searchable": false, |
| 12 | "paging": true, | 12 | "paging": true, |
| 13 | "info": false, | 13 | "info": false, |
| 14 | "dom": '<"top"flp<"clear">>rt<"bottom"ip<"clear">>' | 14 | "dom": '<"top"<"clear">p<"clear">>rt<"bottom"<"clear">p<"clear">>' |
| 15 | 15 | ||
| 16 | }); | 16 | }); |
| 17 | 17 | ... | ... |
| ... | @@ -4,7 +4,42 @@ | ... | @@ -4,7 +4,42 @@ |
| 4 | display: none !important; | 4 | display: none !important; |
| 5 | visibility: hidden !important; | 5 | visibility: hidden !important; |
| 6 | } | 6 | } |
| 7 | #resources_paginate, | ||
| 8 | .dataTables_paginate{ | ||
| 9 | display: flex; | ||
| 10 | justify-content: center; | ||
| 11 | } | ||
| 12 | |||
| 13 | .next.paginate_button a, | ||
| 14 | .previous.paginate_button a{ | ||
| 15 | font-size: 0px; | ||
| 16 | } | ||
| 17 | .previous.paginate_button a::before{ | ||
| 18 | top: 5px; | ||
| 19 | position: relative; | ||
| 20 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.095' height='15' viewBox='0 0 9.095 15'%3E%3Cpath id='Path_1291' data-name='Path 1291' d='M7.515 5.543c.52-.526 1.03-1.048 1.546-1.564Q10.918 2.123 12.779.272a.834.834 0 0 1 1.232 0c.236.242.477.479.716.718a.817.817 0 0 1 0 1.222L11.379 5.557Q9.758 7.18 8.138 8.8a.9.9 0 0 1-.606.289.864.864 0 0 1-.667-.288Q5.614 7.551 4.363 6.3L.956 2.889c-.232-.232-.465-.463-.7-.7A.812.812 0 0 1 .269.993l.71-.71a.833.833 0 0 1 1.25 0l3.016 3L7.429 5.462Z' transform='translate(9.095) rotate(90)' fill='%230484b8'/%3E%3C/svg%3E"); | ||
| 21 | } | ||
| 7 | 22 | ||
| 23 | .next.paginate_button a::before{ | ||
| 24 | top: 5px; | ||
| 25 | position: relative; | ||
| 26 | content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.095' height='15' viewBox='0 0 9.095 15'%3E%3Cpath id='Path_1369' data-name='Path 1369' d='M7.515 3.553c.52.526 1.03 1.048 1.546 1.564q1.857 1.856 3.718 3.708a.834.834 0 0 0 1.232 0c.236-.242.477-.479.716-.718a.817.817 0 0 0 0-1.222L11.379 3.538Q9.758 1.915 8.138.29A.9.9 0 0 0 7.532 0a.864.864 0 0 0-.667.288Q5.614 1.544 4.363 2.8L.956 6.207c-.232.232-.465.463-.7.7A.812.812 0 0 0 .269 8.1l.71.71a.833.833 0 0 0 1.25 0l3.016-3L7.429 3.634Z' transform='translate(9.095) rotate(90)' fill='%230484b8'/%3E%3C/svg%3E"); | ||
| 27 | } | ||
| 28 | .page-item.disabled .page-link{ | ||
| 29 | border-color: #dee2e6; | ||
| 30 | border-color:#fff; | ||
| 31 | } | ||
| 32 | |||
| 33 | .page-link{ | ||
| 34 | border-color:#fff; | ||
| 35 | color:#2C2C2C; | ||
| 36 | } | ||
| 37 | .page-item.active .page-link{ | ||
| 38 | border-color:#fff; | ||
| 39 | background-color: #fff; | ||
| 40 | color: #0484B8; | ||
| 41 | font-weight: 800; | ||
| 42 | } | ||
| 8 | th.hidden, | 43 | th.hidden, |
| 9 | td.hidden{ | 44 | td.hidden{ |
| 10 | display: none !important; | 45 | display: none !important; | ... | ... |
-
Please register or sign in to post a comment