diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php index 9f234b9d0..354030563 100644 --- a/classes/pref/prefs.php +++ b/classes/pref/prefs.php @@ -788,10 +788,10 @@ class Pref_Prefs extends Handler_Protected { "; if (@$about[4]) { - print ""; } diff --git a/css/default.css b/css/default.css index f7ff827d7..51919a15b 100644 --- a/css/default.css +++ b/css/default.css @@ -1463,7 +1463,7 @@ body.ttrss_prefs fieldset.prefs-set label:first-of-type { } body.ttrss_prefs fieldset.prefs-set label.plugin-desc { width: 600px; - margin-right: 100px; + margin-right: 150px; display: inline-block; } body.ttrss_prefs fieldset.prefs-set label.plugin-desc .dijitCheckBox { diff --git a/css/prefs.less b/css/prefs.less index bb4e76c63..33c229436 100644 --- a/css/prefs.less +++ b/css/prefs.less @@ -87,7 +87,7 @@ body.ttrss_prefs { label.plugin-desc { width : 600px; - margin-right : 100px; + margin-right : 150px; display : inline-block; .dijitCheckBox { diff --git a/plugins/search_sphinx/init.php b/plugins/search_sphinx/init.php index 8520bb0d8..95b7ad676 100644 --- a/plugins/search_sphinx/init.php +++ b/plugins/search_sphinx/init.php @@ -5,7 +5,8 @@ class Search_Sphinx extends Plugin { return array(1.0, "Delegate searching for articles to Sphinx (don't forget to set options in config.php)", "hoelzro", - true); + true, + "https://git.tt-rss.org/fox/tt-rss/wiki/SphinxSearch"); } function init($host) { @@ -61,4 +62,4 @@ class Search_Sphinx extends Plugin { function api_version() { return 2; } -} \ No newline at end of file +} diff --git a/themes/night.css b/themes/night.css index 4674ffcbc..79afa31d9 100644 --- a/themes/night.css +++ b/themes/night.css @@ -1464,7 +1464,7 @@ body.ttrss_prefs fieldset.prefs-set label:first-of-type { } body.ttrss_prefs fieldset.prefs-set label.plugin-desc { width: 600px; - margin-right: 100px; + margin-right: 150px; display: inline-block; } body.ttrss_prefs fieldset.prefs-set label.plugin-desc .dijitCheckBox { diff --git a/themes/night_blue.css b/themes/night_blue.css index f024dcc3b..d7d3680fa 100644 --- a/themes/night_blue.css +++ b/themes/night_blue.css @@ -1464,7 +1464,7 @@ body.ttrss_prefs fieldset.prefs-set label:first-of-type { } body.ttrss_prefs fieldset.prefs-set label.plugin-desc { width: 600px; - margin-right: 100px; + margin-right: 150px; display: inline-block; } body.ttrss_prefs fieldset.prefs-set label.plugin-desc .dijitCheckBox {