Increased bottom margin on comments for better grouping.
Reviewed by: Lennard de Rijk
--- a/app/soc/content/js/survey-take-090627.js Sun Jul 05 13:31:34 2009 +0200
+++ b/app/soc/content/js/survey-take-090627.js Sun Jul 05 23:43:57 2009 +0200
@@ -156,7 +156,7 @@
var comments = widget.find('td > .comment');
comments.each(function(){
$(this).parents('tr:first')
- .css({'margin-top': '-10px', 'margin-bottom': '10px'})
+ .css({'margin-top': '-10px', 'margin-bottom': '30px'})
.prev().css({'margin-top': '-10px'})
.find('label').css({'font-size': '11px'});
});