From 31dc3c06e19092396bbb88f5e8cbd5b9b7158665 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 22 Jun 2016 00:39:47 -0400 Subject: [PATCH] continue jquery removal --- dashboard-ui/css/librarymenu.css | 16 +- dashboard-ui/css/nowplayingbar.css | 2 +- dashboard-ui/livetv.html | 9 +- dashboard-ui/myprofile.html | 20 +- dashboard-ui/scripts/librarymenu.js | 14 +- dashboard-ui/scripts/livetvrecordings.js | 6 +- dashboard-ui/scripts/livetvseriestimers.js | 27 +- dashboard-ui/scripts/myprofile.js | 338 +++--------------- dashboard-ui/scripts/site.js | 10 +- dashboard-ui/scripts/sync.js | 2 +- dashboard-ui/scripts/userpasswordpage.js | 226 ++++++++++++ dashboard-ui/shared.html | 5 +- .../thirdparty/paper-button-style.css | 26 +- dashboard-ui/userpassword.html | 26 +- 14 files changed, 352 insertions(+), 375 deletions(-) create mode 100644 dashboard-ui/scripts/userpasswordpage.js diff --git a/dashboard-ui/css/librarymenu.css b/dashboard-ui/css/librarymenu.css index 54c5c85c53..8d2c49760d 100644 --- a/dashboard-ui/css/librarymenu.css +++ b/dashboard-ui/css/librarymenu.css @@ -219,7 +219,7 @@ } .viewMenuBar, .libraryViewNav { - background-color: #282828; + background-color: #2a2a2a; color: #fff; } @@ -499,6 +499,10 @@ body:not(.dashboardDocument) .headerAppsButton { bottom: 0; left: 270px; } + + .dashboardDocument .adminDrawerLogo { + display: none; + } } .adminDrawer .sidebarLink { @@ -537,13 +541,9 @@ body:not(.dashboardDocument) .headerAppsButton { display: block; } -.dashboardDocument.mainDrawerOpen .adminDrawerLogo { - display: none; -} - -.adminDrawerLogo img { - height: 30px; -} + .adminDrawerLogo img { + height: 30px; + } @media all and (max-width: 640px) { diff --git a/dashboard-ui/css/nowplayingbar.css b/dashboard-ui/css/nowplayingbar.css index dd6c4122ef..c13caddd15 100644 --- a/dashboard-ui/css/nowplayingbar.css +++ b/dashboard-ui/css/nowplayingbar.css @@ -59,7 +59,7 @@ /* Above everything, except for the video player and popup overlays */ z-index: 1097; color: #fff; - background-color: #282828; + background-color: #2a2a2a; text-align: center; display: flex; flex-direction: row; diff --git a/dashboard-ui/livetv.html b/dashboard-ui/livetv.html index 4fcf6fa9d4..a28d21bcd8 100644 --- a/dashboard-ui/livetv.html +++ b/dashboard-ui/livetv.html @@ -5,7 +5,7 @@ - +
@@ -74,9 +74,10 @@
-

- ${HeaderAllRecordings} -

+
+

${HeaderAllRecordings}

+ +
diff --git a/dashboard-ui/myprofile.html b/dashboard-ui/myprofile.html index 84b45de575..ce3d24effe 100644 --- a/dashboard-ui/myprofile.html +++ b/dashboard-ui/myprofile.html @@ -1,4 +1,4 @@ -
+

@@ -12,12 +12,12 @@
-
-