The branch, master has been updated via ee481df7c8f21809da28e53933dff3239d1d880b (commit) via 98d113270eac88a0de7bacf6aa1bec9172564e88 (commit) from 745877a6a0e59f8433c3b90056858a753da60330 (commit)
- Log ----------------------------------------------------------------- commit ee481df7c8f21809da28e53933dff3239d1d880b Merge: 745877a6a0e59f8433c3b90056858a753da60330 98d113270eac88a0de7bacf6aa1bec9172564e88 Author: Marc Delisle marc@infomarc.info Date: Thu Jun 2 10:44:57 2011 -0400
Merge branch 'QA_3_4'
-----------------------------------------------------------------------
Summary of changes: ChangeLog | 1 + themes/original/css/theme_right.css.php | 1 + themes/pmahomme/css/theme_right.css.php | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 66bc93b..0509e04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,6 +24,7 @@ - bug #3306958 [interface] Unnecessary Details slider - bug #3308476 [interface] "Show all" not persistent after a sort - bug #3308072 [auth] Version disclosure to anonymous visitors +- bug #3306981 [interface] pmahomme and table statistics
3.4.1.0 (2011-05-20) - bug #3301108 [interface] Synchronize and already configured host diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 7cd739a..932081a 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -833,6 +833,7 @@ div#tablestatistics {
div#tablestatistics table { float: <?php echo $left; ?>; + margin-top: 0.5em; margin-bottom: 0.5em; margin-<?php echo $right; ?>: 0.5em; } diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 577b864..c3a2747 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -1031,8 +1031,8 @@ div#tablestatistics { div#tablestatistics table { float: <?php echo $left; ?>; margin-bottom: 0.5em; - margin-<?php echo $right; ?>: 0.5em; - width:99%; + margin-<?php echo $right; ?>: 1.5em; + margin-top: 0.5em; }
div#tablestatistics table caption {
hooks/post-receive