From 99e1ce07d1ecc574f8d3262ac398e78acaa5ce3d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 4 Sep 2007 16:38:10 +0000 Subject: better margin between tables & subtitles --- control-center | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/control-center b/control-center index 9701ea2b..81977aca 100755 --- a/control-center +++ b/control-center @@ -1391,7 +1391,12 @@ foreach (@tree) { td {text-align: $align} h3 {text-align: $align; color: gray } .subtitle { color: gray } - tr {text-align: $align}), + tr {text-align: $align} + td { + margin-left: 10px; + margin-right: 10px; + } +), if_(lang::text_direction_rtl(), " a { direction: rtl; unicode-bidi: embed }"), qq( a:link {color:black; text-decoration:none } a:visited {color:black; text-decoration:none } @@ -1423,7 +1428,7 @@ foreach (@tree) { foreach my $subtree (@subtrees) { $string .= qq(

$subtree->{title}

- +
); if (@{$subtree->{list}} % 2) { my @widgets = (pop @{$subtree->{list}}, ""); @@ -1453,7 +1458,7 @@ $programs{$label}{long_description}) ); @widgets = reverse @widgets if lang::text_direction_rtl(); qq( ); -- cgit v1.2.1
- +
@widgets