| Issue 1474: | Use Twitter Bootstrap for Buttons | |
| 3 people starred this issue and may be notified of changes. | Back to list |
At the moment the buttons are styled with an fc-button class. This makes up for a lot of complex HTML and CSS. It's very hard to style yourself without changing the code or removing files. I suggest a use of Bootstrap from Twitter: http://twitter.github.com/bootstrap/index.html. Instead of having: <span class="fc-button fc-button-basicWeek fc-state-default fc-corner-left"><span class="fc-button-inner"><span class="fc-button-content">Simple week</span><span class="fc-button-effect"><span></span></span></span></span><span class="fc-button fc-button-month fc-state-default fc-corner-right"><span class="fc-button-inner"><span class="fc-button-content">Month</span><span class="fc-button-effect"><span></span></span></span></span> it can be kept as simple as: <div class="btn-group"><div class="btn">Simple week</div><div class="btn">Month</div></div> It also supports different button states as fullCalendar, but at the expense of a lot less code.
Dec 4, 2012
#1
lund.mik...@gmail.com
Aug 15, 2013
version 1.6 and onward use simplified buttons now. they look a lot like the bootstrap ones. the styles should be easier to override. fullcalendar isn't leveraging Twitter Bootstrap's exact styling code, but if you want better Twitter Bootstrap theme integration, similar to how jQuery UI themes work now, please open another ticket.
Status:
Done
|
|
| ► Sign in to add a comment |