summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center5
1 files changed, 4 insertions, 1 deletions
diff --git a/control-center b/control-center
index 3575d399..7e8a8432 100755
--- a/control-center
+++ b/control-center
@@ -799,7 +799,7 @@ sub build_widget_element {
);
@widgets = reverse @widgets if mygtk2::text_direction_rtl();
qq(<TD WIDTH="49%">
-<A HREF="$label"><TABLE align="$align2"><TR>
+<A HREF="$label"><TABLE align="$align2" ID="subtable"><TR>
@widgets
</TR></TABLE></A></TD>
);
@@ -846,6 +846,9 @@ foreach (@tree) {
table {
margin-bottom: 11px
}
+ #subtable {
+ border-spacing: 8px 2px
+ }
td.img {
background-image: url($square_icon_uri);
background-repeat: no-repeat;