I would like to have this using bootstrap css:
I\'ve written a jsfiddle to make m
you can put this type of elements
LIVE DEMO
HTML
Hot Dog, Fries and a Soda Burger, Shake and a Smile Sugar, Spice and all things nice Baby Back Ribs A really really long option made to illustrate an issue with the live search in an inline form GO! CSS .my-group .form-control{ width:50%; } JQUERY if ( $.browser.webkit ) { $(".my-group-button").css("height","+=1px"); } 0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
CSS
.my-group .form-control{ width:50%; }
JQUERY
if ( $.browser.webkit ) { $(".my-group-button").css("height","+=1px"); }