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',
'list': 'notification_providers',
'name': 'notifymywp',
'label': 'Notify My Windows Phone',
'label': 'Windows Phone',
'options': [
{
'name': 'enabled',

8
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;
}

Loading…
Cancel
Save