summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-30 15:49:10 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-30 15:49:10 +0000
commit5ba4d279cc9b85e2c3027979ea4cc8b86c3ea983 (patch)
treeb97282f1b9ef4a612d51d10ac6df00faedd765c8
parent0846a0d74eab106412afafe50a1848df3c0d898e (diff)
downloadcontrol-center-5ba4d279cc9b85e2c3027979ea4cc8b86c3ea983.tar
control-center-5ba4d279cc9b85e2c3027979ea4cc8b86c3ea983.tar.gz
control-center-5ba4d279cc9b85e2c3027979ea4cc8b86c3ea983.tar.bz2
control-center-5ba4d279cc9b85e2c3027979ea4cc8b86c3ea983.tar.xz
control-center-5ba4d279cc9b85e2c3027979ea4cc8b86c3ea983.zip
split inner and outer tables' settings for readability
-rwxr-xr-xcontrol-center9
1 files changed, 5 insertions, 4 deletions
diff --git a/control-center b/control-center
index 2ec1fad0..cbd2ba64 100755
--- a/control-center
+++ b/control-center
@@ -844,11 +844,12 @@ foreach (@tree) {
#top_margin {
margin-top: 30px;
}
- table {
- margin-bottom: 11px
+ #block {
+ margin-bottom: 24px;
+ border-spacing: 8px 0px;
}
#subtable {
- border-spacing: 8px 2px
+ border-spacing: 8px 8px;
}
td.img {
background-image: url($square_icon_uri);
@@ -889,7 +890,7 @@ foreach (@tree) {
my $title = mygtk2::asteriskize($subtree->{title});
$string .= qq(
<div ID="title">$title</div>
-<TABLE BORDER=0 WIDTH="100%">
+<TABLE BORDER=0 WIDTH="100%" ID="block">
);
if (@{$subtree->{list}} % 2) {
my @widgets = (pop @{$subtree->{list}}, "");