mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 11:24:13 +00:00
bf7d422039
This enables paging through the entire list of users. Ref T553
31 lines
412 B
Text
31 lines
412 B
Text
.edit-page {
|
|
font-size: 1em;
|
|
min-height: 12em;
|
|
}
|
|
header.admin {
|
|
margin: 0;
|
|
|
|
h1 + a {
|
|
margin-left: 1em;
|
|
}
|
|
}
|
|
.pager {
|
|
display: flex;
|
|
justify-content: center;
|
|
|
|
a {
|
|
color: #333;
|
|
font-family: @sansFont;
|
|
font-size: 0.86em;
|
|
padding: 0.5em 1em;
|
|
border: 1px solid #ccc;
|
|
&:hover {
|
|
text-decoration: none;
|
|
background: #efefef;
|
|
}
|
|
&.selected {
|
|
cursor: default;
|
|
background: #ccc;
|
|
}
|
|
}
|
|
}
|