diff --git a/dashboard-ui/css/chromecast.css b/dashboard-ui/css/chromecast.css index 2cb50df448..bec36d0520 100644 --- a/dashboard-ui/css/chromecast.css +++ b/dashboard-ui/css/chromecast.css @@ -1,12 +1,10 @@ .btnCastImage { background-color: transparent; - background-size: contain; + background-size: 100%; background-repeat: no-repeat; background-position: center center; - width: 28px; + width: 23px; height: 100%; - position: relative; - top: 2px; display: inline-block; } @@ -39,3 +37,10 @@ display: none; } } + + +@media all and (max-width: 400px) { + .btnCastImage { + width: 28px; + } +} diff --git a/dashboard-ui/css/images/chromecast/ic_media_route_disabled_holo_dark.png b/dashboard-ui/css/images/chromecast/ic_media_route_disabled_holo_dark.png index 7b0c383a50..c2fa6b9d4b 100644 Binary files a/dashboard-ui/css/images/chromecast/ic_media_route_disabled_holo_dark.png and b/dashboard-ui/css/images/chromecast/ic_media_route_disabled_holo_dark.png differ diff --git a/dashboard-ui/css/images/chromecast/ic_media_route_off_holo_dark.png b/dashboard-ui/css/images/chromecast/ic_media_route_off_holo_dark.png index 5ee57e46a0..8cbf301d13 100644 Binary files a/dashboard-ui/css/images/chromecast/ic_media_route_off_holo_dark.png and b/dashboard-ui/css/images/chromecast/ic_media_route_off_holo_dark.png differ diff --git a/dashboard-ui/css/images/chromecast/ic_media_route_on_holo_dark.png b/dashboard-ui/css/images/chromecast/ic_media_route_on_holo_dark.png index 7f54a623dd..1d8ed5df83 100644 Binary files a/dashboard-ui/css/images/chromecast/ic_media_route_on_holo_dark.png and b/dashboard-ui/css/images/chromecast/ic_media_route_on_holo_dark.png differ diff --git a/dashboard-ui/css/images/chromecast/ic_media_route_on_holo_light.png b/dashboard-ui/css/images/chromecast/ic_media_route_on_holo_light.png index 2df924de1b..1d8ed5df83 100644 Binary files a/dashboard-ui/css/images/chromecast/ic_media_route_on_holo_light.png and b/dashboard-ui/css/images/chromecast/ic_media_route_on_holo_light.png differ diff --git a/dashboard-ui/css/images/headersearch.png b/dashboard-ui/css/images/headersearch.png index 9f29803674..69f1fc1396 100644 Binary files a/dashboard-ui/css/images/headersearch.png and b/dashboard-ui/css/images/headersearch.png differ diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 5824148a23..e76baaf9a9 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -12,10 +12,6 @@ margin-left: .5em; } -.page[data-theme=b] { - background-color: #202020; -} - .backdropPage { background-color: rgba(15, 15,15, .92)!important; } @@ -49,6 +45,7 @@ margin-bottom: 0; padding-left: 4px; } + .firstListHeader { margin-top: .25em; } @@ -74,6 +71,17 @@ margin-top: 1em; } +.sectionHeaderButton { + vertical-align: middle; + margin: 0 0 0 1.5em; + position: relative; + top: 8px; +} + +.firstListHeader + .sectionHeaderButton { + top: 3px; +} + @media all and (min-width: 900px) { .ehsContent { diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index 1f9b5169ff..ce92ca2207 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -12,11 +12,11 @@ margin: .5em 0; } -.viewMenuBar, .headerButton { +.viewMenuBar, .barsMenuButton, .libraryMenuButtonText, .btnCast { height: 50px; } -.headerButton { +.barsMenuButton, .libraryMenuButtonText, .btnCast { line-height: 50px; } @@ -35,12 +35,12 @@ } .headerButton img { - height: 18px; + height: 19px; vertical-align: middle; } .headerSearchButton img { - height: 16px; + height: 18px; } .headerButtonLeft { @@ -54,8 +54,8 @@ .headerButtonRight { border-width: 0 !important; - float: left; padding: 0 15px; + display: inline-block; } .headerButtonRight:first-child { @@ -106,8 +106,8 @@ left: 0; z-index: 1000; top: 0; - background: #000; - border-bottom: 1px solid #101010; + background-image: linear-gradient(#262626,#111); + border-bottom: 1px solid #111; border-top: 0; border-left: 0; border-right: 0; @@ -116,23 +116,13 @@ .libraryViewNav { height: 48px; overflow: hidden; - border-bottom: 1px solid #222; position: fixed; right: 0; left: 0; top: 51px; z-index: 1000; - background-color: #161616; -} - -@media all and (max-width: 460px) { - .headerButtonLeft img { - height: 15px; - } - - .btnCastImage { - width: 26px !important; - } + background-image: linear-gradient(#1a1a1a,#1a1a1a); + border-bottom: 1px solid #111; } .viewMenuLink { diff --git a/dashboard-ui/css/notifications.css b/dashboard-ui/css/notifications.css index fa99ee430f..296fbe2fc1 100644 --- a/dashboard-ui/css/notifications.css +++ b/dashboard-ui/css/notifications.css @@ -8,23 +8,22 @@ -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; - padding: 0 12px; - line-height: 22px; - margin-top: 15px; + padding: 6px 12px; text-align: center; text-decoration: none !important; -moz-user-select: none; -webkit-user-select: none; - background-color: #353535; - background-image: -webkit-gradient(linear,left top,left bottom,from(#353535),to(#313131)); - background-image: -webkit-linear-gradient(top,#353535,#313131); - background-image: -moz-linear-gradient(top,#353535,#313131); - background-image: -ms-linear-gradient(top,#353535,#313131); - background-image: -o-linear-gradient(top,#353535,#313131); - background-image: linear-gradient(top,#353535,#313131); - border: 1px solid #444; + background-color: #444; + background-image: -webkit-gradient(linear,left top,left bottom,from(#444),to(#313131)); + background-image: -webkit-linear-gradient(top,#444,#313131); + background-image: -moz-linear-gradient(top,#444,#313131); + background-image: -ms-linear-gradient(top,#444,#313131); + background-image: -o-linear-gradient(top,#444,#313131); + background-image: linear-gradient(top,#444,#313131); color: #fff; font-size: 12px; + font-family: "Open Sans"; + font-weight: normal; } .levelNormal { diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 890c3e7e42..e1b451f65d 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -274,7 +274,7 @@ h1 .imageLink { .content-secondary { z-index: 1000; - background: #e6e6e6; + background: #333; border: 0; border-right: 1px solid #ddd; display: none; @@ -297,7 +297,7 @@ h1 .imageLink { display: block; padding: .6em 20px .6em 20px; text-decoration: none; - color: #000!important; + color: #eee!important; text-shadow: none!important; font-weight: 400!important; font-size: 14px; @@ -311,12 +311,12 @@ h1 .imageLink { .sidebarLinks a.selectedSidebarLink { background: #38c!important; color: #fff!important; - margin-right: -1px; + margin-right: 0; } .sidebarDivider { height: 1px; - background: #d8d8d8; + background: #444; margin: .25em 0; } @@ -1073,4 +1073,4 @@ progress { width: 250px; height: 140.625px; } -} +} \ No newline at end of file diff --git a/dashboard-ui/favorites.html b/dashboard-ui/favorites.html index 55e7cea00b..6864ed4110 100644 --- a/dashboard-ui/favorites.html +++ b/dashboard-ui/favorites.html @@ -8,6 +8,7 @@
${TabHome} + ${TabLatest} ${TabNextUp} ${TabFavorites} ${TabUpcoming} diff --git a/dashboard-ui/homelatest.html b/dashboard-ui/homelatest.html new file mode 100644 index 0000000000..94e9acfd81 --- /dev/null +++ b/dashboard-ui/homelatest.html @@ -0,0 +1,29 @@ + + + + ${TitleMediaBrowser} + + +
+ + + +
+ + + + + +
+
+
+
+
+ + diff --git a/dashboard-ui/index.html b/dashboard-ui/index.html index dc9753d6d9..9d083808f5 100644 --- a/dashboard-ui/index.html +++ b/dashboard-ui/index.html @@ -8,6 +8,7 @@
${TabHome} + ${TabLatest} ${TabNextUp} ${TabFavorites} ${TabUpcoming} diff --git a/dashboard-ui/itemdetails.html b/dashboard-ui/itemdetails.html index 732503d31e..53bd9a287a 100644 --- a/dashboard-ui/itemdetails.html +++ b/dashboard-ui/itemdetails.html @@ -9,6 +9,7 @@