diff --git a/dashboard-ui/collections.html b/dashboard-ui/collections.html index 9e10d5d7e6..83664eb5d6 100644 --- a/dashboard-ui/collections.html +++ b/dashboard-ui/collections.html @@ -4,8 +4,18 @@ Media Browser -
+
+
diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 72bbab0240..1fbe481b04 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -928,7 +928,7 @@ a.itemTag:hover { border: 0; margin: 0; height: 14px; - border: 1px solid #222; + border: 0 solid #222; border-radius: 0; width: 50px; margin-right: 5px; diff --git a/dashboard-ui/css/posteritem.css b/dashboard-ui/css/posteritem.css index 2219aef369..a4de72831e 100644 --- a/dashboard-ui/css/posteritem.css +++ b/dashboard-ui/css/posteritem.css @@ -103,7 +103,7 @@ .posterItemTextOverlay .posterItemText { background-color: transparent; padding-left: 5px; - padding: 0 5px 5px; + padding: 0 5px 3px; } .posterItemTextOverlay .posterItemText:first-child { @@ -171,7 +171,7 @@ .posterItemProgress .itemProgressBar { height: 10px; width: 100%; - opacity: .6; + opacity: .7; } .miniPosterItemProgress { @@ -184,6 +184,22 @@ opacity: 1; } +.sessionPosterItem .posterItemText:not(.posterItemName) { + color: #000; + text-align: left; +} + +.sessionPosterItem .posterItemName { + color: #fff!important; + font-weight: normal !important; +} + +.sessionPosterItem .posterItemDefaultText { + color: #000!important; + font-weight: normal !important; + top: 42%; +} + @media all and (max-width: 600px) { .packageReviewText { diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 6d4e081c19..7489631e9e 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -330,6 +330,10 @@ h1 .imageLink { height: 30px; } +.activeDevicesCollapsible .ui-collapsible-content { + padding: .5em .5em !important; +} + @media all and (min-width: 450px) { .currentUsername { diff --git a/dashboard-ui/dashboard.html b/dashboard-ui/dashboard.html index 2f4e89c23d..0c5ccd6dc0 100644 --- a/dashboard-ui/dashboard.html +++ b/dashboard-ui/dashboard.html @@ -60,11 +60,9 @@
-
-

Active Connections

-
- -
+
+

Active Devices

+
diff --git a/dashboard-ui/itembynamedetails.html b/dashboard-ui/itembynamedetails.html index 0f0eca14e6..435960a751 100644 --- a/dashboard-ui/itembynamedetails.html +++ b/dashboard-ui/itembynamedetails.html @@ -8,7 +8,9 @@