diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index e3e6516663..674bd6854b 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -401,6 +401,10 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { position: relative; } +.smallBackdrop { + height: 500px; +} + .noSecondaryNavPage .itemBackdrop { margin-top: -50px; } @@ -456,15 +460,12 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { } .detailUserDataIcons { - display: block; - margin-top: 1em; + display: inline-block; } @media all and (min-width: 540px) { .detailUserDataIcons { - display: inline-block; - margin-top: 0; margin-left: 1em; } } @@ -761,6 +762,10 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { .itemBackdrop:not(.noBackdrop) { height: 550px; } + + .smallBackdrop:not(.noBackdrop) { + height: 300px; + } } @media all and (max-height: 800px), (max-width: 700px) { @@ -768,6 +773,10 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { .itemBackdrop:not(.noBackdrop) { height: 450px; } + + .smallBackdrop:not(.noBackdrop) { + height: 300px; + } } @media all and (max-height: 700px) { @@ -775,6 +784,10 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { .itemBackdrop:not(.noBackdrop) { height: 350px; } + + .smallBackdrop:not(.noBackdrop) { + height: 300px; + } } @media all and (max-width: 540px) { @@ -782,6 +795,10 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { .itemBackdrop:not(.noBackdrop) { height: 290px; } + + .smallBackdrop:not(.noBackdrop) { + height: 200px; + } } @media all and (max-height: 540px) { @@ -789,6 +806,10 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { .itemBackdrop:not(.noBackdrop) { height: 250px; } + + .smallBackdrop:not(.noBackdrop) { + height: 200px; + } } @media all and (max-height: 460px) { @@ -796,6 +817,10 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { .itemBackdrop:not(.noBackdrop) { height: 200px; } + + .smallBackdrop:not(.noBackdrop) { + height: 120px; + } } @media all and (max-height: 300px) { @@ -803,6 +828,10 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { .itemBackdrop:not(.noBackdrop) { height: 150px; } + + .smallBackdrop:not(.noBackdrop) { + height: 120px; + } } @media all and (max-height: 250px) { diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index ff39fbfee4..0db3298dfe 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -716,7 +716,7 @@ paper-input + .fieldDescription { } .ui-page-theme-a { - background: #f4f4f4; + background: #f5f5f5; } .ui-page-theme-a .content-secondary { diff --git a/dashboard-ui/edititemmetadata.html b/dashboard-ui/edititemmetadata.html index 917356ad5a..cd7f8afccd 100644 --- a/dashboard-ui/edititemmetadata.html +++ b/dashboard-ui/edititemmetadata.html @@ -42,7 +42,6 @@
-

${HeaderMetadata}