Display twitter bootstrap btn-group inline with text

前端 未结 4 1565
说谎
说谎 2021-01-01 13:22

Problem

I want to be able to use btn group for twitter bootstrap and have the buttons show to the left of some text. Not sure if this is already a

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-01 13:49

    Put pull-left on the buttons div: http://jsfiddle.net/dbTqC/653/

    I think this just sets float: left, so you'll need to clear things below it. There's a clearfix class for this.

    It's worth having a look at some CSS resources so that you understand what's happening here.

提交回复
热议问题