diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index c95120bfc5..f4aa554d05 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -1166,6 +1166,7 @@ a.itemTag:hover { .channelHeader { padding: 1em; text-align: center; + border-bottom: 1px solid #333; } .channelHeader a { diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index c00af3cf25..b3fd9d8300 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -100,7 +100,7 @@ top: 51px; z-index: 1000; background-color: #181818; - background-color: rgba(24, 24, 24, .95); + background-color: rgba(24, 24, 24, 1); } @media all and (max-width: 460px) { diff --git a/dashboard-ui/css/posteritem.css b/dashboard-ui/css/posteritem.css index e3613297e4..c3c27ee9e1 100644 --- a/dashboard-ui/css/posteritem.css +++ b/dashboard-ui/css/posteritem.css @@ -137,24 +137,49 @@ } .myLibraryPosterItem { - width: 157px; + width: 148px; } .myLibraryPosterItem .posterItemImage { - height: 65px; - background-position: 20px center; - background-size: 25px 25px; - background-color: rgba(51, 51, 51, 0.5); + height: 38px; + background-position: 12px center; + background-size: 20px 20px; + background-color: rgba(51, 136, 204, 0.5); + background-color: rgba(82, 181, 75, 0.5); } .myLibraryPosterItem .posterItemDefaultText { top: 0; left: 0; - line-height: 65px; + line-height: 38px; text-align: left; - padding-left: 60px; + padding-left: 45px; } +.moviesPosterItem .posterItemImage { + background-color: rgba(176, 94, 81, 0.5); +} + +.musicPosterItem .posterItemImage { + background-color: rgba(217, 145, 67, 0.5); +} + +.tvshowsPosterItem .posterItemImage { + background-color: rgba(77, 88, 164, 0.5); +} + +.gamesPosterItem .posterItemImage { + background-color: rgba(183, 202, 72, 0.5); +} + +.channelsPosterItem .posterItemImage { + background-color: rgba(51, 136, 204, 0.5); +} + +.livetvPosterItem .posterItemImage { + background-color: rgba(255, 233, 127, 0.5); +} + .smallBackdropPosterItem { width: 157px; } @@ -279,7 +304,7 @@ } .smallBackdropPosterItem { - width: 202px; + width: 190px; } .smallBackdropPosterItem .posterItemImage { @@ -295,6 +320,13 @@ } } +@media all and (min-width: 600px) { + + .myLibraryPosterItem { + width: 180px; + } +} + @media all and (min-width: 750px) { .portraitPosterItem { diff --git a/dashboard-ui/index.html b/dashboard-ui/index.html index ade35df672..8c1abcd237 100644 --- a/dashboard-ui/index.html +++ b/dashboard-ui/index.html @@ -11,11 +11,9 @@
-

${HeaderMyLibrary}

- +
-