diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 8eee70ac30..159bc00228 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -134,7 +134,7 @@ pre, textarea.pre { } .imageLink.supporter { - display:none; + display: none; } .btnCurrentUser { @@ -286,7 +286,7 @@ form, .readOnlyContent { } .imageLink.supporter { - display:inline-block; + display: inline-block; } .header { @@ -445,9 +445,9 @@ form, .readOnlyContent { padding-bottom: 56px; } -.posterViewItemWithDualText .posterViewItemText { - text-align: left; -} + .posterViewItemWithDualText .posterViewItemText { + text-align: left; + } .posterViewItemWithNoText { padding-bottom: 0!important; @@ -529,20 +529,16 @@ form, .readOnlyContent { @media all and (min-width: 1200px) { - .posterViewItem { - font-size: 17px; + .posterViewItem img { + max-width: 250px; + max-height: 250px; } - - .posterViewItem img { - max-width: 280px; - max-height: 250px; - } } @media all and (min-width: 1920px) { .posterViewItem { - font-size: 19px; + font-size: 18px; padding-bottom: 33px; } @@ -559,7 +555,7 @@ form, .readOnlyContent { } .posterViewItem img { - max-width: 352px; + max-width: 300px; max-height: 300px; } } @@ -831,29 +827,33 @@ progress { /*width: 180px;*/ bottom: -5px; } + .vjs-quality-button { padding: 0 0.6em !important; width: auto !important; } -.vjs-quality-button div { - width: auto !important; - background: none !important; -} + + .vjs-quality-button div { + width: auto !important; + background: none !important; + } .vjs-chapter-button div { background-position: -100px -75px !important; } + .vjs-chapter-button.vjs-menu-button ul { width: auto; max-width: 25em; overflow-y: scroll; } -.vjs-chapter-button.vjs-menu-button ul li { - width: auto; - white-space: nowrap; - font-size: 1.1em; - padding-right: 10px; -} + + .vjs-chapter-button.vjs-menu-button ul li { + width: auto; + white-space: nowrap; + font-size: 1.1em; + padding-right: 10px; + } @media all and (min-width: 650px) { diff --git a/dashboard-ui/scripts/indexpage.js b/dashboard-ui/scripts/indexpage.js index ee84e07de9..87946709fb 100644 --- a/dashboard-ui/scripts/indexpage.js +++ b/dashboard-ui/scripts/indexpage.js @@ -14,7 +14,7 @@ var options = { - limit: 5, + limit: 6, sortBy: "DateCreated", sortOrder: "Descending", filters: "IsRecentlyAdded,IsNotFolder", @@ -34,7 +34,7 @@ options = { - limit: 5, + limit: 6, sortBy: "DatePlayed", sortOrder: "Descending", filters: "IsResumable",