Shorten automation description

This commit is contained in:
Ruud
2013-03-19 23:26:55 +01:00
parent 2cb6ddfe9a
commit 572dfd529e
2 changed files with 3 additions and 1 deletions
@@ -48,7 +48,7 @@ config = [{
'label': 'Ignored Genres',
'default': '',
'placeholder': 'Example: Horror, Comedy & Drama & Romance',
'description': 'Ignore movies that contain at least one set of genres. Sets are separated by "," and each word within a set must be separated with "&"'
'description': 'Ignore movies that contain at least one set of genres. Sets work the same as above.'
},
],
},
+2
View File
@@ -133,6 +133,7 @@
display: inline-block;
vertical-align: middle;
padding-left: 2%;
line-height: 14px;
}
.page .check + .formHint {
@@ -142,6 +143,7 @@
padding-left: 1% !important;
height: 24px;
vertical-align: middle;
line-height: 24px;
}
.page .ctrlHolder label {