summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-19 12:16:54 +0300
committerAndrew Dolgov <[email protected]>2010-11-19 12:16:54 +0300
commit2f88ca8c115b22d2fe9ba3486848dbf9fb45dc18 (patch)
treef24396f03f2c6115dd2360a8a59dedde608a878d /modules
parent018caf6f60d0f941eb69e33c77e63306e37f403a (diff)
rework label edit dialog (change margins a bit)
Diffstat (limited to 'modules')
-rw-r--r--modules/pref-labels.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/pref-labels.php b/modules/pref-labels.php
index 540df97b1..d7352e5e8 100644
--- a/modules/pref-labels.php
+++ b/modules/pref-labels.php
@@ -35,12 +35,12 @@
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'];