Changeset 952

Show
Ignore:
Timestamp:
03/14/08 23:15:31 (9 months ago)
Author:
_ck_
Message:

cosmetic tweak

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bbpress-polls/trunk/bb-polls.php

    r950 r952  
    396396$output.='<div class="poll_label">'.$bb_polls['label_question_text'].' : <br /><input name="poll_question" type="text" style="width:98%" maxlength="'.$bb_polls['max_length'].'" value="'.$poll_options['poll_question'].'" /></div>'; 
    397397                         
    398 $output.='<div class="poll_label"><span class="nowrap"><input name="poll_multiple_choice" type="radio" value="0" '; 
     398$output.='<div class="poll_label"><span class="nowrap"><input name="poll_multiple_choice" style="vertical-align:middle;height:1.3em;width:1.3em;" type="radio" value="0" '; 
    399399$output.=($poll_options['poll_multiple_choice']) ? ' ' : ' checked="checked" '; 
    400 $output.=' />'.$bb_polls['label_single'].'</span> <span class="nowrap"><input name="poll_multiple_choice" type="radio" value="1" '; 
     400$output.=' /> '.$bb_polls['label_single'].'</span> <span class="nowrap"><input name="poll_multiple_choice" style="vertical-align:middle;height:1.3em;width:1.3em;" type="radio" value="1" '; 
    401401$output.=($poll_options['poll_multiple_choice']) ? ' checked="checked" ' : ' '; 
    402402$output.=' /> '.$bb_polls['label_multiple'].'</span></div>';