diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 5c5ffaea7..617004cf3 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -455,6 +455,20 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { display: block; } +.detailUserDataIcons { + display: block; + margin-top: 1em; +} + +@media all and (min-width: 620px) { + + .detailUserDataIcons { + display: inline-block; + margin-top: 0; + margin-left: 1em; + } +} + @media all and (max-width: 1200px) { .lnkSibling { @@ -504,7 +518,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { .primaryDetailsContainer { float: left; padding: .75em 0 0 1.5em; - width: 68%; } .parentName { @@ -576,14 +589,14 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { } } -@media all and (min-width: 600px) { +@media all and (min-width: 500px) { .mobileDetails { display: none; } } -@media all and (max-width: 600px) { +@media all and (max-width: 500px) { .desktopDetails { display: none; @@ -849,7 +862,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { } .detailImageContainer img { - max-width: 80px; + max-width: 120px; } .mobileOverview:not(.hide), .mobileGenres { @@ -877,6 +890,28 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { } } +@media all and (max-width: 600px) { + + .detailImageContainer img { + max-width: 100px; + } + + .thumbDetailImageContainer img { + max-width: 180px; + } +} + +@media all and (max-width: 500px) { + + .detailImageContainer img { + max-width: 80px; + } + + .thumbDetailImageContainer img { + max-width: 180px; + } +} + @media all and (min-width: 750px) { .detailPageContent { max-width: 950px; @@ -1592,23 +1627,6 @@ paper-icon-button.listviewMenuButton { } } -.smallDetailImageContainer img { - -moz-box-shadow: 0px 0 20px #000; - -webkit-box-shadow: 0px 0 20px #000; - box-shadow: 0px 0 20px #000; - border: solid 1px #222; - max-width: 240px; - max-height: 240px; -} - -@media all and (max-width: 800px) { - - .smallDetailImageContainer img { - max-width: 120px; - max-height: 120px; - } -} - @media all and (max-width: 1000px) { .smallDetailImageContainer { diff --git a/dashboard-ui/itemdetails.html b/dashboard-ui/itemdetails.html index 470bf3ce5..e57e78fdd 100644 --- a/dashboard-ui/itemdetails.html +++ b/dashboard-ui/itemdetails.html @@ -54,7 +54,7 @@ ${ButtonSync} - +
@@ -75,7 +75,7 @@ ${ButtonSync} -
+