From b9a45615c556bd2d4de2ced74fcc133bf2a967b6 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 15 Apr 2013 19:15:46 -0400 Subject: [PATCH] show movies on boxset page --- dashboard-ui/boxset.html | 8 ++++---- dashboard-ui/css/librarybrowser.css | 10 ++++++---- dashboard-ui/scripts/librarybrowser.js | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/dashboard-ui/boxset.html b/dashboard-ui/boxset.html index ad4f138ff5..57f463527e 100644 --- a/dashboard-ui/boxset.html +++ b/dashboard-ui/boxset.html @@ -37,13 +37,13 @@

+
+

Titles

+
+
-
-

Titles

-
-

Trailers

diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 945beca856..43b761c149 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -110,10 +110,6 @@ margin: 0 0 5px; } -.detailPagePrimaryInfo { - padding: 0 10px; -} - .itemMiscInfo { color: #ddd; font-size: 14px; @@ -240,6 +236,12 @@ display: none; } +@media all and (min-width: 650px) { + .detailPagePrimaryInfo { + padding: 0 10px; + } +} + @media all and (min-width: 850px) { .posterDetailViewItem { width: 46%; diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index 25bb11030a..22cfbc31af 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -7,7 +7,7 @@ if (window.location.toString().toLowerCase().indexOf('localhost') != -1) { return 100; } - return 25; + return 20; }, getPosterDetailViewHtml: function (options) {