diff --git a/couchpotato/core/notifications/notifymywp/__init__.py b/couchpotato/core/notifications/notifymywp/__init__.py index 4e52761..6e0bd06 100644 --- a/couchpotato/core/notifications/notifymywp/__init__.py +++ b/couchpotato/core/notifications/notifymywp/__init__.py @@ -10,7 +10,7 @@ config = [{ 'tab': 'notifications', 'list': 'notification_providers', 'name': 'notifymywp', - 'label': 'Notify My Windows Phone', + 'label': 'Windows Phone', 'options': [ { 'name': 'enabled', diff --git a/couchpotato/static/style/page/settings.css b/couchpotato/static/style/page/settings.css index 8d0b0f2..bcd0b77 100644 --- a/couchpotato/static/style/page/settings.css +++ b/couchpotato/static/style/page/settings.css @@ -176,7 +176,7 @@ .page .option_list h3 { padding: 0; - margin: 10px 0 0 0; + margin: 10px 5px 0; text-align: center; font-weight: normal; text-shadow: none; @@ -189,7 +189,7 @@ display: inline-block; margin: 3px 3px 3px 20px; padding: 4px 0; - width: 159px; + width: 173px; vertical-align: top; } @@ -629,14 +629,14 @@ .group_userscript .or { float: left; - margin: 20px 10px; + margin: 20px -10px 0 10px; } .group_userscript .bookmarklet { display: block; display: block; float: left; - padding: 20px 15px 0 0 ; + padding: 20px 15px 0 25px; border-radius: 5px; }