Tuesday 15 September 2015

javascript - JQuery Week Calendar: CSS to control header -


I can not find a CSS in the jquery.weekcalendar.css file that controls the size of the text in the header, that is, 17 June 2013 - 21 June 2013.

I have to squeeze my calendar in a small space and so I want to change the font size of this code (and remove the 2013)

Thanks for any helpful tips!

JSFiddle: (To get jquery week calendar css / js files as cdn)

This is my calendar ingot code:

 < Code> $ ('# week-calendar'). Week calendar ({first day: 1, day: show off: 5, use shortDayName: true, showheader: true, timeslotoutHouse: 4, scrollHorldMillions: 0, business: {start: 8, end 18, display border: wrong }, Height: function (data) {return $ (window). Light () - $ ('h1'). External height (true);}, data: event data, eventRender: function (event, $ event) {if (CalEvent.end.getTime ()) & lt; New Date (). GetTime ()) {$ event.css ("backgroundcolor", "#aaa"); $ Event.css ("font-size", "1"); $ Event.find ("time"). Css ({"backgroundcolor": "# 999", "border": "1px solid # 888"};}}, eventclick: function (calendar, $ event) {window.location.href = 'lobby? Meeting ID = '+ CLETAd;};});    

found:

  .wc-title < / Code>  

This is in jquery-weekcalendar.css and no font-size set.

No comments:

Post a Comment