diff --git a/dashboard-ui/css/images/items/list/person.png b/dashboard-ui/css/images/items/list/person.png index 95f10c8f23..d9036eff60 100644 Binary files a/dashboard-ui/css/images/items/list/person.png and b/dashboard-ui/css/images/items/list/person.png differ diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index bfca776d78..6c33a4463d 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -798,26 +798,26 @@ a.itemTag:hover { .posterRibbon { display: block; position: absolute; - top: 0; - right: 0; + top: 5px; + right: 5px; text-align: center; - padding: 5px 5px; - border-bottom-left-radius: 10px; + padding: 5px 6px; + border-radius: 10px; color: #fff; background: rgb(0, 143, 187); background: rgba(0, 143, 187, .8); } .offlinePosterRibbon { - background: rgb(255, 106, 0); + background: rgba(248, 58, 34, .8); } .unairedPosterRibbon { - background: rgb(208, 107, 100); + background: rgba(255, 106, 0, .8); } .missingPosterRibbon { - background: rgb(248, 58, 34); + background: rgba(248, 58, 34, .8); } .unplayedIndicator { diff --git a/dashboard-ui/css/mediaplayer.css b/dashboard-ui/css/mediaplayer.css index 485cc53501..cdea1bb434 100644 --- a/dashboard-ui/css/mediaplayer.css +++ b/dashboard-ui/css/mediaplayer.css @@ -27,8 +27,6 @@ } .nowPlayingBarImage { - border: 1px solid #444!important; - padding: 1px; vertical-align: bottom; } @@ -77,7 +75,7 @@ z-index: 99998; height: auto; width: 270px; - bottom: 46px; + bottom: 45px; left: -290px; border: 1px solid #666; background: #000; @@ -198,7 +196,7 @@ input[type="range"]::-ms-fill-upper { border: 1px solid #999; position: absolute; z-index: 99999; - bottom: 80px; + bottom: 78px; margin-left: -50px; max-height: 300px; overflow-y: auto; @@ -258,11 +256,14 @@ input[type="range"]::-ms-fill-upper { text-overflow: ellipsis; overflow: hidden; padding-left: 5px; + font-size: 13px; + font-weight: normal; } .mediaFlyoutOptionSecondaryText { - font-size: 12px; - color: #999; + font-size: 13px; + color: #333; + font-weight: normal; margin-top: 3px; white-space: nowrap; text-overflow: ellipsis; diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 3edb84c6be..d44bf878d2 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -651,7 +651,7 @@ h1 .imageLink { /* Dashboard home */ .tblConnections td { - padding: 1em 0 1em 1.5em; + padding: 1em 0 1em 1.25em; vertical-align: top; } @@ -663,9 +663,12 @@ h1 .imageLink { height: 48px; } +.nowPlayingText { + padding-left: .5em!important; +} + .clientNowPlayingImage { - border: 1px solid #aaa; - padding: 1px; + height: 52px; } /* Footer */ diff --git a/dashboard-ui/edititemmetadata.html b/dashboard-ui/edititemmetadata.html index e765029bf7..48abaa1997 100644 --- a/dashboard-ui/edititemmetadata.html +++ b/dashboard-ui/edititemmetadata.html @@ -324,13 +324,19 @@ -