Last change
on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
598 bytes
|
Line | |
---|
1 | .p-paginator {
|
---|
2 | display: flex;
|
---|
3 | align-items: center;
|
---|
4 | justify-content: center;
|
---|
5 | flex-wrap: wrap;
|
---|
6 | }
|
---|
7 |
|
---|
8 | .p-paginator-left-content {
|
---|
9 | margin-right: auto;
|
---|
10 | }
|
---|
11 |
|
---|
12 | .p-paginator-right-content {
|
---|
13 | margin-left: auto;
|
---|
14 | }
|
---|
15 |
|
---|
16 | .p-paginator-page,
|
---|
17 | .p-paginator-next,
|
---|
18 | .p-paginator-last,
|
---|
19 | .p-paginator-first,
|
---|
20 | .p-paginator-prev,
|
---|
21 | .p-paginator-current {
|
---|
22 | cursor: pointer;
|
---|
23 | display: inline-flex;
|
---|
24 | align-items: center;
|
---|
25 | justify-content: center;
|
---|
26 | line-height: 1;
|
---|
27 | user-select: none;
|
---|
28 | overflow: hidden;
|
---|
29 | position: relative;
|
---|
30 | }
|
---|
31 |
|
---|
32 | .p-paginator-element:focus {
|
---|
33 | z-index: 1;
|
---|
34 | position: relative;
|
---|
35 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.