diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 68dcb63aa3..040f0044a8 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -908,6 +908,26 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { background: rgba(248, 58, 34, .8); } +.syncIndicator { + display: block; + position: absolute; + top: 32px; + right: 5px; + text-align: center; + vertical-align: middle; + width: 24px; + height: 19px; + padding-top: 3px; + border-radius: 50%; + color: #fff; + background: rgba(51, 136, 204, .8); + line-height: 16px; +} + +.syncWorkingIndicator { + background: rgba(255, 106, 0, .8); +} + .playedIndicator { display: block; position: absolute; @@ -1387,7 +1407,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { } .ui-page-theme-b .listItem:hover a { - background-color: #333 !important; + background-color: rgba(51,51,51,.6) !important; } @media all and (max-width: 600px) { diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index 79b9b9cb12..9dc9e25785 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -282,7 +282,7 @@ } } -@media all and (max-width: 1000px) { +@media all and (max-width: 1440px) { /* They can use the left menu */ .dashboardEntryHeaderButton { diff --git a/dashboard-ui/css/notifications.css b/dashboard-ui/css/notifications.css index d2c5e5415a..e9ec234649 100644 --- a/dashboard-ui/css/notifications.css +++ b/dashboard-ui/css/notifications.css @@ -12,8 +12,8 @@ font-weight: 300; display: none; position: relative; - top: -6px; - padding: 5px 10px; + top: -4px; + padding: 3px 8px; border-radius: 1000px; } diff --git a/dashboard-ui/css/voice.css b/dashboard-ui/css/voice.css new file mode 100644 index 0000000000..45fe2198c4 --- /dev/null +++ b/dashboard-ui/css/voice.css @@ -0,0 +1,51 @@ +.voiceInputHelp { + background-image: url(images/splash.jpg); + top: 50px; + left: 0; + right: 0; + bottom: 0; + position: fixed; + background-position: center center; + background-size: 100% 100%; + background-repeat: no-repeat; + z-index: 999999; +} + +.voiceInputHelpInner { + background: rgba(10,10,10,.8); + width: 100%; + height: 100%; + color: #eee; +} + +.voiceHelpContent { + max-width: 600px; + margin: auto; + padding: 1em 1em 0; +} + +.exampleCommands { + font-size: 15px; +} + +.exampleCommand { + margin: 1em 0; +} + + .exampleCommand .fa { + vertical-align: middle; + color: #3388cc; + } + +.exampleCommandText { + margin: 0 1em; +} + +.defaultVoiceHelp { + margin-bottom: 2em; +} + +.voiceInputContainer { + margin: 1.5em 0; + font-size: 15px; +} diff --git a/dashboard-ui/episodes.html b/dashboard-ui/episodes.html index 8e0f094ab5..241c9a583c 100644 --- a/dashboard-ui/episodes.html +++ b/dashboard-ui/episodes.html @@ -27,7 +27,7 @@