diff --git a/data/interfaces/default/css/plexpy.css b/data/interfaces/default/css/plexpy.css index b65cc462..e200da78 100644 --- a/data/interfaces/default/css/plexpy.css +++ b/data/interfaces/default/css/plexpy.css @@ -2755,4 +2755,7 @@ a.no-highlight:hover { .help-bold { font-weight: bold; color: #fff; +} +.save-button { + margin-top: 15px; } \ No newline at end of file diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index 77a04ef9..75255e69 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -1,14 +1,11 @@ <%inherit file="base.html"/> <%! -import arrow import sys import plexpy from plexpy import notifiers, common, versioncheck from plexpy.helpers import anon_url available_notification_agents = sorted(notifiers.available_notification_agents(), key=lambda k: k['name']) - -scheduled_jobs = [j.id for j in plexpy.SCHED.get_jobs()] %> <%def name="headIncludes()"> @@ -111,19 +108,19 @@ scheduled_jobs = [j.id for j in plexpy.SCHED.get_jobs()] Plex Forums: - https://forums.plex.tv/discussion/169591/plexpy-another-plex-monitoring-program + https://forums.plex.tv/discussion/169591/plexpy-another-plex-monitoring-program Wiki: - https://github.com/drzoidberg33/plexpy/wiki + https://github.com/drzoidberg33/plexpy/wiki Source: - https://github.com/drzoidberg33/plexpy + https://github.com/drzoidberg33/plexpy Gitter Chat: - https://gitter.im/drzoidberg33/plexpy + https://gitter.im/drzoidberg33/plexpy @@ -1141,8 +1138,7 @@ scheduled_jobs = [j.id for j in plexpy.SCHED.get_jobs()]