]> git.wh0rd.org - tt-rss.git/commitdiff
rework label edit dialog (change margins a bit)
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 19 Nov 2010 09:16:54 +0000 (12:16 +0300)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 19 Nov 2010 09:16:54 +0000 (12:16 +0300)
modules/pref-labels.php

index 540df97b18286e51348ecf18f166b146bd34fad4..d7352e5e862e5d27caf20f9114c9136405ea3211 100644 (file)
                        print "<div class=\"dlgSec\">" . __("Colors") . "</div>";
                        print "<div class=\"dlgSecCont\">";
 
-                       print "<table cellspacing=\"5\"><th>";
+                       print "<table cellspacing=\"0\">";
 
                        print "<tr><td>".__("Foreground:")."</td><td>".__("Background:").
                                "</td></tr>";
 
-                       print "</th><tr><td>";
+                       print "<tr><td style='padding-right : 10px'>";
 
                        $fg_color = $line['fg_color'];
                        $bg_color = $line['bg_color'];