add column sorting to reports
This commit is contained in:
parent
67f909cd87
commit
fce65d5942
8 changed files with 246 additions and 87 deletions
|
@ -776,6 +776,10 @@ a.itemTag:hover {
|
|||
max-width: 950px;
|
||||
}
|
||||
|
||||
.detailPageContent {
|
||||
max-width: 930px;
|
||||
}
|
||||
|
||||
.primaryDetailPageContent {
|
||||
max-width: 850px;
|
||||
}
|
||||
|
@ -788,9 +792,6 @@ a.itemTag:hover {
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1920px) {
|
||||
}
|
||||
|
||||
.detailPageParentLink {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
|
@ -308,14 +308,6 @@
|
|||
|
||||
@media all and (min-width: 1920px) {
|
||||
|
||||
.portraitPosterItem {
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
.portraitPosterItem .posterItemImage {
|
||||
height: 240px;
|
||||
}
|
||||
|
||||
.squarePosterItem {
|
||||
width: 190px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue