From: Andrew Dolgov Date: Fri, 19 Nov 2010 09:16:54 +0000 (+0300) Subject: rework label edit dialog (change margins a bit) X-Git-Tag: 1.5.0~143 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2f88ca8c115b22d2fe9ba3486848dbf9fb45dc18;p=tt-rss.git rework label edit dialog (change margins a bit) --- diff --git a/modules/pref-labels.php b/modules/pref-labels.php index 540df97b..d7352e5e 100644 --- a/modules/pref-labels.php +++ b/modules/pref-labels.php @@ -35,12 +35,12 @@ print "
" . __("Colors") . "
"; print "
"; - print "
"; + print ""; print ""; - print "
".__("Foreground:")."".__("Background:"). "
"; + print "
"; $fg_color = $line['fg_color']; $bg_color = $line['bg_color'];