diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 7c4342b712..45427826e0 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -94,19 +94,20 @@ width: 90%; margin: 0 auto; } + + .ehsContent { + max-width: 800px; + } } @media all and (min-width: 1200px) { .ehsContent { - max-width: 850px; + max-width: 940px; } } @media all and (min-width: 1440px) { - .ehsContent { - max-width: 900px; - } .detailPageContent { width: 70%; @@ -228,7 +229,7 @@ /* gets rid of default border in Firefox and Opera. */ border: 0; margin: 0; - height: 12px; + height: 14px; } /* Polyfill */ @@ -278,7 +279,12 @@ .userDataIcons .itemProgressBar { vertical-align: top; position: relative; - top: 4px; + top: 3px; margin-right: 1em; + width: 50px; +} + +.tileItem .itemProgressBar { + top: 2px; width: 40px; } diff --git a/dashboard-ui/css/posteritem.css b/dashboard-ui/css/posteritem.css index 93646f2ad5..c59ba3ece0 100644 --- a/dashboard-ui/css/posteritem.css +++ b/dashboard-ui/css/posteritem.css @@ -20,7 +20,7 @@ .posterItemImage { background-size: contain; background-repeat: no-repeat; - background-position: center bottom; + background-position: center bottom; background-color: #000; } @@ -37,7 +37,7 @@ overflow: hidden; text-wrap: none; white-space: nowrap; - padding: 4px 5px 4px; + padding: 4px; background: #181818; text-shadow: none; } @@ -59,11 +59,11 @@ } .squarePosterItem { - width: 160px; + width: 150px; } .squarePosterItem .posterItemImage { - height: 160px; + height: 150px; } .backdropPosterItem { @@ -74,6 +74,14 @@ height: 90px; } +.smallBackdropPosterItem { + width: 160px; +} + + .smallBackdropPosterItem .posterItemImage { + height: 90px; + } + .portraitPosterItem { width: 100px; } @@ -97,14 +105,6 @@ @media all and (min-width: 750px) { - .squarePosterItem { - width: 160px; - } - - .squarePosterItem .posterItemImage { - height: 160px; - } - .portraitPosterItem { width: 100px; } @@ -117,19 +117,11 @@ @media all and (min-width: 1200px) { .backdropPosterItem { - width: 272px; + width: 224px; } .backdropPosterItem .posterItemImage { - height: 153px; - } - - .squarePosterItem { - width: 160px; - } - - .squarePosterItem .posterItemImage { - height: 160px; + height: 126px; } .portraitPosterItem { @@ -139,10 +131,6 @@ .portraitPosterItem .posterItemImage { height: 162px; } - - .posterItem { - font-size: 15px; - } } @media all and (min-width: 1440px) { @@ -166,14 +154,6 @@ @media all and (min-width: 1920px) { - .backdropPosterItem { - width: 320px; - } - - .backdropPosterItem .posterItemImage { - height: 180px; - } - .squarePosterItem { width: 185px; } diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index d47279662f..37fb0e7823 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -699,8 +699,8 @@ progress { } .imgUserItemRating { - height: 24px; - width: 24px; + height: 20px; + width: 20px; margin-right: 1em; cursor: pointer; } diff --git a/dashboard-ui/gamesrecommended.html b/dashboard-ui/gamesrecommended.html index d520729b27..9431cc585b 100644 --- a/dashboard-ui/gamesrecommended.html +++ b/dashboard-ui/gamesrecommended.html @@ -16,22 +16,23 @@ Studios -
-

Latest Unplayed Games

+ + + + +
+

Latest Unplayed Games

-
-
+
+
- - - - + +
diff --git a/dashboard-ui/index.html b/dashboard-ui/index.html index 18d730fe93..672f5fdba5 100644 --- a/dashboard-ui/index.html +++ b/dashboard-ui/index.html @@ -7,16 +7,20 @@
-
-

Views

+ + + + +
+

Views

-
-
+
+
-

Collections

+

Collections

-
- +
+
diff --git a/dashboard-ui/itembynamedetails.html b/dashboard-ui/itembynamedetails.html index 60dd0346e4..fb49fee565 100644 --- a/dashboard-ui/itembynamedetails.html +++ b/dashboard-ui/itembynamedetails.html @@ -125,7 +125,7 @@

-

+

diff --git a/dashboard-ui/itemdetails.html b/dashboard-ui/itemdetails.html index 845c39df28..fc1ccf37e8 100644 --- a/dashboard-ui/itemdetails.html +++ b/dashboard-ui/itemdetails.html @@ -116,7 +116,7 @@

-

+

@@ -158,12 +158,6 @@
-
- -
+
+ +
-
-

Latest Unwatched Movies

+ + + + +
+

Latest Unwatched Movies

-
-
+
+
- - - + +
diff --git a/dashboard-ui/musicrecommended.html b/dashboard-ui/musicrecommended.html index 387e67cb48..ce276f190c 100644 --- a/dashboard-ui/musicrecommended.html +++ b/dashboard-ui/musicrecommended.html @@ -16,31 +16,35 @@ Genres -
-

Latest Albums

+ + + + +
+

Latest Albums

-
-
+
+
-

Latest Songs

+

Latest Songs

-
-
+
+
- - +
+
+ +
diff --git a/dashboard-ui/scripts/Itemdetailpage.js b/dashboard-ui/scripts/Itemdetailpage.js index d900f8aa6d..ec1fb09a20 100644 --- a/dashboard-ui/scripts/Itemdetailpage.js +++ b/dashboard-ui/scripts/Itemdetailpage.js @@ -344,33 +344,32 @@ var chapter = chapters[i]; var chapterName = chapter.Name || "Chapter " + i; - html += '
'; - html += ''; + html += ''; + + var imgUrl; if (chapter.ImageTag) { - var imgUrl = ApiClient.getImageUrl(item.Id, { + imgUrl = ApiClient.getImageUrl(item.Id, { width: 400, tag: chapter.ImageTag, type: "Chapter", index: i }); - - html += ''; } else { - html += ''; + imgUrl = "css/images/items/list/chapter.png"; } - html += '
' + chapterName + '
'; - html += '
'; + html += '
'; + + html += '
' + chapterName + '
'; + html += '
'; html += ticks_to_human(chapter.StartPositionTicks); html += '
'; html += '
'; - - html += '
'; } $('#scenesContent', page).html(html); @@ -478,7 +477,7 @@ var item = items[i]; - html += ''; + html += ''; var imageTags = item.ImageTags || {}; diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index 5f8032afbe..0f47410a49 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -1458,7 +1458,6 @@ createGalleryImage: function (item, type, tag, index) { - var downloadWidth = 400; var lightboxWidth = 800; var html = ''; @@ -1467,7 +1466,7 @@ html += '
'; html += ''; html += ''; html += '
'; diff --git a/dashboard-ui/scripts/plugincatalogpage.js b/dashboard-ui/scripts/plugincatalogpage.js index 04da738a58..a96b679269 100644 --- a/dashboard-ui/scripts/plugincatalogpage.js +++ b/dashboard-ui/scripts/plugincatalogpage.js @@ -37,7 +37,7 @@ var html = ''; var plugin = availablePlugins[i]; - html += ""; + html += ""; if (plugin.thumbImage) { html += '
'; diff --git a/dashboard-ui/tvrecommended.html b/dashboard-ui/tvrecommended.html index 26160c9ceb..60c2154900 100644 --- a/dashboard-ui/tvrecommended.html +++ b/dashboard-ui/tvrecommended.html @@ -16,19 +16,24 @@
Actors Networks
-
-

Latest Unwatched Episodes

-
-
+ + + + +
+

Latest Unwatched Episodes

- - + +