Yii CHtml::radioButtonList - CSS to align horizontally

后端 未结 3 2060
遥遥无期
遥遥无期 2021-01-18 18:56

I am using yii framework for my development . I wrote CSS and able to align my tags in html properly and I am using the same CSS for yii and the align

3条回答
  •  南笙
    南笙 (楼主)
    2021-01-18 19:25

    add this css code somewhere (to the end of css/main.css, for example):

    input[type=radio] + label, input[type=checkbox] + label { display:inline !important; }
    

提交回复
热议问题