diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index f1c4a4ac60..55e8bc26a0 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -384,6 +384,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { .noBackdrop { height: 220px; + padding: 3em 0 0; } .noBackdrop .itemBackdropContent { @@ -769,10 +770,18 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { display: none; } - .noBackdrop .detailImageContainer { - display: block; + .noBackdrop { + height: auto; + } + + .noBackdrop .detailImageContainer { + display: block; + position: static; + text-align: center; + } + + .noBackdrop .itemBackdropContent { position: static; - text-align: center; } } @@ -797,6 +806,10 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { overflow: hidden; } +.mediaInfoContent { + line-height: 1.5em; +} + .mediaInfoStream { margin: 1em 3em 1em 0; display: inline-block; @@ -807,6 +820,8 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { .mediaInfoStreamType { display: block; color: #fff; + margin-bottom: 1em; + font-size: 16px; } .mediaInfoAttribute { diff --git a/dashboard-ui/dashboard.html b/dashboard-ui/dashboard.html index 7f8aa0b0c8..15ac783174 100644 --- a/dashboard-ui/dashboard.html +++ b/dashboard-ui/dashboard.html @@ -141,7 +141,7 @@ Media Browser ${LinkCommunity} ${LinkGithub} - ${LinkApi} + ${LinkApi} diff --git a/dashboard-ui/itemdetails.html b/dashboard-ui/itemdetails.html index 2102e20abc..e41b55c080 100644 --- a/dashboard-ui/itemdetails.html +++ b/dashboard-ui/itemdetails.html @@ -277,7 +277,7 @@
-
+
diff --git a/dashboard-ui/scheduledtask.html b/dashboard-ui/scheduledtask.html index 94d535d3ee..6f65e008dc 100644 --- a/dashboard-ui/scheduledtask.html +++ b/dashboard-ui/scheduledtask.html @@ -22,7 +22,7 @@