mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 09:41:30 +00:00
rework label edit dialog (change margins a bit)
This commit is contained in:
@@ -35,12 +35,12 @@
|
|||||||
print "<div class=\"dlgSec\">" . __("Colors") . "</div>";
|
print "<div class=\"dlgSec\">" . __("Colors") . "</div>";
|
||||||
print "<div class=\"dlgSecCont\">";
|
print "<div class=\"dlgSecCont\">";
|
||||||
|
|
||||||
print "<table cellspacing=\"5\"><th>";
|
print "<table cellspacing=\"0\">";
|
||||||
|
|
||||||
print "<tr><td>".__("Foreground:")."</td><td>".__("Background:").
|
print "<tr><td>".__("Foreground:")."</td><td>".__("Background:").
|
||||||
"</td></tr>";
|
"</td></tr>";
|
||||||
|
|
||||||
print "</th><tr><td>";
|
print "<tr><td style='padding-right : 10px'>";
|
||||||
|
|
||||||
$fg_color = $line['fg_color'];
|
$fg_color = $line['fg_color'];
|
||||||
$bg_color = $line['bg_color'];
|
$bg_color = $line['bg_color'];
|
||||||
|
|||||||
Reference in New Issue
Block a user