mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-14 19:28:31 +00:00
20 lines
231 B
Plaintext
20 lines
231 B
Plaintext
|
.mw-echo-ui-paginationWidget {
|
||
|
display: table;
|
||
|
|
||
|
&-row {
|
||
|
display: table-row;
|
||
|
}
|
||
|
|
||
|
&-label,
|
||
|
&-start,
|
||
|
&-direction {
|
||
|
display: table-cell;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
&-label {
|
||
|
padding: 0 0.5em;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
}
|