app/soc/content/js/survey-take-090627.js
changeset 2550 85ee43d4a6f5
parent 2526 8f29bfb9eb52
equal deleted inserted replaced
2549:1ad10bf1d935 2550:85ee43d4a6f5
   154    */
   154    */
   155    
   155    
   156    var comments = widget.find('td > .comment');
   156    var comments = widget.find('td > .comment');
   157    comments.each(function(){
   157    comments.each(function(){
   158      $(this).parents('tr:first')
   158      $(this).parents('tr:first')
   159            .css({'margin-top': '-10px', 'margin-bottom': '10px'})
   159            .css({'margin-top': '-10px', 'margin-bottom': '30px'})
   160            .prev().css({'margin-top': '-10px'})
   160            .prev().css({'margin-top': '-10px'})
   161            .find('label').css({'font-size': '11px'});
   161            .find('label').css({'font-size': '11px'});
   162    });
   162    });
   163     
   163     
   164   });
   164   });