]> git.wh0rd.org - tt-rss.git/commitdiff
minor layout updates related to new alert styles
authorAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Wed, 12 Aug 2015 09:23:18 +0000 (12:23 +0300)
committerAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Wed, 12 Aug 2015 09:23:18 +0000 (12:23 +0300)
css/tt-rss.css
plugins/af_psql_trgm/init.php

index ac73fece790706054bfef1c54cecfd35cae6eb17..12f73c7a55f278cc009dedff8aecf1681dfd3924 100644 (file)
@@ -288,7 +288,7 @@ div.filterTestHolder {
 
 .alert {
        padding: 8px 35px 8px 14px;
-       margin-bottom: 20px;
+       margin-bottom: 10px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        background-color: #fcf8e3;
        border: 1px solid #fbeed5;
index ad24559c5baa5494d0a3b065e2cb37f47942269f..d83dff804e8d53683efc468c7b5ec6d4e0004ba6 100644 (file)
@@ -157,8 +157,6 @@ class Af_Psql_Trgm extends Plugin {
                print "<input dojoType=\"dijit.form.TextBox\" style=\"display : none\" name=\"plugin\" value=\"af_psql_trgm\">";
 
                print_notice("PostgreSQL trigram extension returns string similarity as a floating point number (0-1). Setting it too low might produce false positives, zero disables checking.");
-
-               print "<br/>";
                print_notice("Enable the plugin for specific feeds in the feed editor.");
 
                print "<h3>" . __("Global settings") . "</h3>";