added page size selection
This commit is contained in:
@@ -56,6 +56,14 @@
|
||||
margin: .5em 0 .25em;
|
||||
}
|
||||
|
||||
.labelPageSize {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.labelPageSize, .selectPageSize {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media all and (min-width: 650px) {
|
||||
.libraryPage .ui-content {
|
||||
padding: 10px 20px 100px;
|
||||
@@ -68,6 +76,10 @@
|
||||
.viewControls + .listTopPaging {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.labelPageSize, .selectPageSize {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 750px) {
|
||||
@@ -538,4 +550,4 @@
|
||||
|
||||
.itemsContainer {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user