My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 1474: Use Twitter Bootstrap for Buttons
3 people starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Aug 2013


Sign in to add a comment
 
Reported by lund.mik...@gmail.com, Jul 21, 2012
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
Any updates here?
Aug 15, 2013
Project Member #2 adamrs...@gmail.com
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

Powered by Google Project Hosting