diff --git a/dashboard-ui/css/chromecast.css b/dashboard-ui/css/chromecast.css index f1d623b013..a548d66e08 100644 --- a/dashboard-ui/css/chromecast.css +++ b/dashboard-ui/css/chromecast.css @@ -21,18 +21,24 @@ background-image: url(images/chromecast/ic_media_route_disabled_holo_dark.png); } +.btnCast { + white-space: nowrap; +} + .headerSelectedPlayer { display: inline-block; vertical-align: middle; color: #ddd; font-size: 11px; margin-right: .5em; - height: 100%; position: relative; - top: -20px; + top: 1px; + max-width: 100px; + text-overflow: ellipsis; + overflow: hidden; } -@media all and (max-width: 800px) { +@media all and (max-width: 1000px) { .headerSelectedPlayer { display: none; } diff --git a/dashboard-ui/css/search.css b/dashboard-ui/css/search.css index c5ad3cf117..0df50a690f 100644 --- a/dashboard-ui/css/search.css +++ b/dashboard-ui/css/search.css @@ -168,7 +168,7 @@ display: none; } -@media all and (min-width: 1200px) { +@media all and (min-width: 800px) { .viewMenuSearch { display: block; @@ -181,10 +181,15 @@ .searchResultsOverlay { position: fixed; - background: #000; + background: #222 !important; top: 50px; left: 0; right: 0; bottom: 0; z-index: 1001; + border: 0 !important; +} + +.searchResultsContainer { + padding: 2em; } diff --git a/dashboard-ui/scripts/librarymenu.js b/dashboard-ui/scripts/librarymenu.js index 8774ec0ea0..ed1694295f 100644 --- a/dashboard-ui/scripts/librarymenu.js +++ b/dashboard-ui/scripts/librarymenu.js @@ -16,10 +16,10 @@ html += '