radiobutton和标签之间的空间

时间:2016-04-12 17:15:26

标签: html css twitter-bootstrap radio apex

我想在单选按钮和标签之间添加空格。我正在使用selectradio和bootstrap。我无法应用样式来选择选项。有没有办法做到这一点?

<div class="form-group" id="notificationtypeGroup">
            <label class="col-sm-4 control-label" for="SendcardOptions"></label>
        <div class="col-sm-4"> 
            <div class="radio-inline2">
            <apex:selectRadio value="{!notifytype}" id="notifyInfo"  layout="lineDirection" onclick="shownotifyoption(this.value)" >
                  <apex:selectOptions value="{!NotifyOptions}"></apex:selectoptions>
             </apex:selectRadio>

            </div>
        </div>
    </div>  

0 个答案:

没有答案
相关问题