From 572dfd529ed1b9a20f12c40d36aeddebdf76fa95 Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 19 Mar 2013 23:26:55 +0100 Subject: [PATCH] Shorten automation description --- couchpotato/core/plugins/automation/__init__.py | 2 +- couchpotato/static/style/settings.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/automation/__init__.py b/couchpotato/core/plugins/automation/__init__.py index baff29c4..440232b2 100644 --- a/couchpotato/core/plugins/automation/__init__.py +++ b/couchpotato/core/plugins/automation/__init__.py @@ -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.' }, ], }, diff --git a/couchpotato/static/style/settings.css b/couchpotato/static/style/settings.css index 3af7dba7..6d3a8eb6 100644 --- a/couchpotato/static/style/settings.css +++ b/couchpotato/static/style/settings.css @@ -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 {