diff --git a/dashboard-ui/css/card.css b/dashboard-ui/css/card.css index e75b3246d2..266ed1f7f9 100644 --- a/dashboard-ui/css/card.css +++ b/dashboard-ui/css/card.css @@ -22,6 +22,7 @@ background-color: rgba(0, 0, 0, .85); z-index: 998; display: none; + line-height: initial; } .cardOverlayInner { @@ -48,6 +49,13 @@ margin: 1px; } +/*@media all and (max-width: 600px) { + + .cardBox { + margin: 0; + } +}*/ + .grayscale { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); @@ -168,6 +176,7 @@ padding: 5px 4px 2px; text-shadow: none; font-weight: 400; + line-height: initial; } .cardOverlayInner { diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 33ff702636..32131bdf6c 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -859,6 +859,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { color: #fff; background: rgb(0, 143, 187); background: rgba(0, 143, 187, .8); + line-height: initial; } .offlinePosterRibbon { @@ -887,6 +888,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { color: #fff; background: rgb(82, 181, 75); background: rgba(82, 181, 75, .8); + line-height: 16px; } .playedIndicator div:after { @@ -1022,10 +1024,12 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { .timelineHeader { margin-bottom: .25em; + line-height: initial; } .itemsContainer { margin: 0 auto; + line-height: 0; } .alphabetPicker { @@ -1441,4 +1445,4 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { .smallDetailImageContainer { padding-left: 1em; } -} \ No newline at end of file +} diff --git a/dashboard-ui/edititemmetadata.html b/dashboard-ui/edititemmetadata.html index 336d2a2c2a..46e4ac7c77 100644 --- a/dashboard-ui/edititemmetadata.html +++ b/dashboard-ui/edititemmetadata.html @@ -36,6 +36,12 @@ +
+ +
diff --git a/dashboard-ui/itemdetails.html b/dashboard-ui/itemdetails.html index 64a43b3a0b..f0c76ed506 100644 --- a/dashboard-ui/itemdetails.html +++ b/dashboard-ui/itemdetails.html @@ -40,6 +40,13 @@ ${TabStudios}
+