Browse Source

Setting cleanup

pull/1342/head
Ruud 12 years ago
parent
commit
749075b4cb
  1. 2
      couchpotato/core/notifications/notifymywp/__init__.py
  2. 8
      couchpotato/static/style/page/settings.css

2
couchpotato/core/notifications/notifymywp/__init__.py

@ -10,7 +10,7 @@ config = [{
'tab': 'notifications', 'tab': 'notifications',
'list': 'notification_providers', 'list': 'notification_providers',
'name': 'notifymywp', 'name': 'notifymywp',
'label': 'Notify My Windows Phone', 'label': 'Windows Phone',
'options': [ 'options': [
{ {
'name': 'enabled', 'name': 'enabled',

8
couchpotato/static/style/page/settings.css

@ -176,7 +176,7 @@
.page .option_list h3 { .page .option_list h3 {
padding: 0; padding: 0;
margin: 10px 0 0 0; margin: 10px 5px 0;
text-align: center; text-align: center;
font-weight: normal; font-weight: normal;
text-shadow: none; text-shadow: none;
@ -189,7 +189,7 @@
display: inline-block; display: inline-block;
margin: 3px 3px 3px 20px; margin: 3px 3px 3px 20px;
padding: 4px 0; padding: 4px 0;
width: 159px; width: 173px;
vertical-align: top; vertical-align: top;
} }
@ -629,14 +629,14 @@
.group_userscript .or { .group_userscript .or {
float: left; float: left;
margin: 20px 10px; margin: 20px -10px 0 10px;
} }
.group_userscript .bookmarklet { .group_userscript .bookmarklet {
display: block; display: block;
display: block; display: block;
float: left; float: left;
padding: 20px 15px 0 0 ; padding: 20px 15px 0 25px;
border-radius: 5px; border-radius: 5px;
} }

Loading…
Cancel
Save