add column sorting to reports

This commit is contained in:
Luke Pulverenti 2014-03-08 13:17:05 -05:00
parent 67f909cd87
commit fce65d5942
8 changed files with 246 additions and 87 deletions

View file

@ -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;
}

View file

@ -308,14 +308,6 @@
@media all and (min-width: 1920px) {
.portraitPosterItem {
width: 160px;
}
.portraitPosterItem .posterItemImage {
height: 240px;
}
.squarePosterItem {
width: 190px;
}