diff --git a/data/interfaces/default/css/plexpy.css b/data/interfaces/default/css/plexpy.css index cfbf5933..5673d854 100644 --- a/data/interfaces/default/css/plexpy.css +++ b/data/interfaces/default/css/plexpy.css @@ -2520,4 +2520,38 @@ table[id^='history_child'] thead th { -ms-transition: background 0.3s; -o-transition: background 0.3s; transition: background 0.3s; +} + +.notification-params { + margin-top: 10px; + background-color: #282828; +} +.notification-params th { + padding-left: 10px; + height: 30px; +} +.notification-params td { + height: 25px; +} +.notification-params td:first-child { + padding-left: 10px; + width: 200px; +} +.notification-params td:not(:first-child) { + padding-right: 10px; +} +.notification-params tr:nth-child(odd) td { + background-color: rgba(255,255,255,0.035); +} +.notification-params tr:nth-child(even) td { + background-color: rgba(255,255,255,0.010); +} + +#days-selection label { + margin-bottom: 0; +} +#graph-days { + margin: 0; + width: 75px; + height: 34px; } \ No newline at end of file diff --git a/data/interfaces/default/current_activity_header.html b/data/interfaces/default/current_activity_header.html index 0727e558..04d8f65b 100644 --- a/data/interfaces/default/current_activity_header.html +++ b/data/interfaces/default/current_activity_header.html @@ -17,12 +17,10 @@ DOCUMENTATION :: END % if data != None: % if data == '0':
- The total play count or duration of tv, movies, and music played per day. Click a graph point to open up a list of items played for that specific date. -
-+ The total play count or duration of tv, movies, and music played per day. Click a graph point to open up a list of items played for that specific date. +
++ The combined total of tv, movies, and music played per day of the week. +
++ The combined total of tv, movies, and music played per hour of the day. +
++ The combined total of tv, movies, and music played by top 10 most active platforms. +
++ The combined total of tv, movies, and music played by top 10 most active users. +
+- The combined total of tv, movies, and music played per day of the week. -
-- The combined total of tv, movies, and music played per hour of the day. -
-- The combined total of tv, movies, and music played by top 10 most active platforms. -
-- The combined total of tv, movies, and music played by top 10 most active users. -
-streams
+