|
Title: Menubutton / Splitbutton size Post by: iceh on December 03, 2013, 06:42:26 AM Hi,
I'd like to make the Split/Menu Buttons bigger via style. I add a sample image. Two questions: 1) Any Idea how i can do that? 2) I also like to make the Menu Items bigger for this type of button. Title: Re: Menubutton / Splitbutton size Post by: stworthy on December 03, 2013, 08:09:43 AM Try adding the following code to your page.
Code: <style> Title: Re: Menubutton / Splitbutton size Post by: iceh on December 03, 2013, 08:21:00 AM Hi stworthy,
thank you for your quick answer! Is there a way to do this selective just for some buttons? Code: $('#sb').splitbutton({Title: Re: Menubutton / Splitbutton size Post by: stworthy on December 03, 2013, 08:22:59 PM Assign the 'big-btn' class to a menubutton and it will become bigger.
Code: <style> Title: Re: Menubutton / Splitbutton size Post by: iceh on December 04, 2013, 09:00:05 AM Groovy ;D
|