diff --git a/dashboard-ui/css/card.css b/dashboard-ui/css/card.css index de8f4f87c1..c8b0698f45 100644 --- a/dashboard-ui/css/card.css +++ b/dashboard-ui/css/card.css @@ -167,15 +167,11 @@ .cardContent .cardFooter { position: absolute; bottom: 0; - background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* IE10+ */ - background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C */ + background: rgba(0, 0, 0, .75); left: 0; - right: 0; - color: #fff; + color: #eee; + padding: 5px 0 0 0; + max-width: 100%; } .cardText { @@ -183,11 +179,15 @@ overflow: hidden; text-wrap: none; white-space: nowrap; - padding: 5px 4px 2px; + padding: 5px 5px 2px; font-weight: 400; line-height: 1.4; } +.cardContent .cardFooter .cardText { + font-size: 16px; +} + .cardOverlayInner { color: #fff; } @@ -205,8 +205,7 @@ } .cardContent .cardText { - padding-left: 5px; - padding: 0 5px 4px; + padding: 0 6px 4px 5px; } .outerCardFooter .cardText + .cardText { diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 2f580e7f15..61c40e1a19 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -640,7 +640,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { .detailSection { vertical-align: top; - margin-bottom: 2.5em; + margin-bottom: 3em; } .detailCollapsibleSection:not(.hide) + .detailCollapsibleSection { @@ -1282,53 +1282,77 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { text-decoration: none; } +.groupingMenu { + width: 240px; +} + .groupingMenuScroller { - max-height: 200px; - min-width: 240px; - overflow-x: hidden; - overflow-y: auto; - padding-right: 8px; + overflow-x: auto; + overflow-y: hidden; + white-space: nowrap; + padding: 1em; } @media all and (min-width: 400px) { - .groupingMenuScroller { - min-width: 300px; + .groupingMenu { + width: 360px; } } @media all and (min-width: 500px) { - .groupingMenuScroller { - min-width: 400px; + .groupingMenu { + width: 460px; } } @media all and (min-width: 600px) { - .groupingMenuScroller { - min-width: 500px; + .groupingMenu { + width: 560px; } } -@media all and (min-height: 400px) { +@media all and (min-width: 700px) { - .groupingMenuScroller { - max-height: 300px; + .groupingMenu { + width: 660px; } } -@media all and (min-height: 500px) { +@media all and (min-width: 800px) { - .groupingMenuScroller { - max-height: 400px; + .groupingMenu { + width: 760px; } } -@media all and (min-height: 600px) { +@media all and (min-width: 900px) { - .groupingMenuScroller { - max-height: 500px; + .groupingMenu { + width: 860px; + } +} + +@media all and (min-width: 1000px) { + + .groupingMenu { + width: 960px; + } +} + +@media all and (min-width: 1100px) { + + .groupingMenu { + width: 1060px; + } +} + +@media all and (min-width: 1200px) { + + .groupingMenu { + width: 1160px; } } diff --git a/dashboard-ui/scripts/itemdetailpage.js b/dashboard-ui/scripts/itemdetailpage.js index 3bddabf2df..c834b99069 100644 --- a/dashboard-ui/scripts/itemdetailpage.js +++ b/dashboard-ui/scripts/itemdetailpage.js @@ -1512,7 +1512,8 @@ imgUrl = ApiClient.getScaledImageUrl(cast.Id, { width: 100, tag: cast.PrimaryImageTag, - type: "primary" + type: "primary", + minScale: 2 }); } else { diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index ce4a62fb44..7ff797e18c 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -1115,6 +1115,13 @@ options.shape = 'smallSquare'; squareSize = posterInfo.smallSquareSize; } + else if (options.shape == 'detailPagePortrait') { + posterWidth = 200; + } + else if (options.shape == 'detailPage169') { + posterWidth = 260; + thumbWidth = 260; + } var dateText; diff --git a/dashboard-ui/scripts/librarylist.js b/dashboard-ui/scripts/librarylist.js index 2c6a24285d..60c258b100 100644 --- a/dashboard-ui/scripts/librarylist.js +++ b/dashboard-ui/scripts/librarylist.js @@ -528,66 +528,82 @@ } } - var html = '
'; - itemHtml += Globalize.translate('LabelAddedOnDate').replace('{0}', date.toLocaleDateString()); - itemHtml += '
'; - - itemHtml += ''; + // itemHtml += Globalize.translate('LabelAddedOnDate').replace('{0}', date.toLocaleDateString()); + // itemHtml += '
'; + + // itemHtml += '