CC-3174 : showbuilder
upgraded full calendar to 1.5.3 so that it works with jquery 1.7.1 need to replace context menu on the page, old one doesn't work anymore anyways.
This commit is contained in:
parent
668e214371
commit
3728ffaddc
8 changed files with 167 additions and 62 deletions
|
@ -1,11 +1,11 @@
|
|||
/*
|
||||
* FullCalendar v1.5.1 Stylesheet
|
||||
* FullCalendar v1.5.3 Stylesheet
|
||||
*
|
||||
* Copyright (c) 2011 Adam Shaw
|
||||
* Dual licensed under the MIT and GPL licenses, located in
|
||||
* MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
|
||||
*
|
||||
* Date: Sat Apr 9 14:09:51 2011 -0700
|
||||
* Date: Mon Feb 6 22:40:40 2012 -0800
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -614,33 +614,5 @@ table.fc-border-separate {
|
|||
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
|
||||
_overflow: hidden;
|
||||
}
|
||||
|
||||
/*---////////////////////////////////////////// CUSTOM OVERRIDES ////////////////////////////////---*/
|
||||
|
||||
html .fc, .fc table {
|
||||
font-size: 12px;
|
||||
}
|
||||
.fc table thead tr.fc-first th, .fc table thead tr.fc-first th.fc-agenda-axis {
|
||||
height:26px !important;
|
||||
vertical-align:middle;
|
||||
}
|
||||
.fc-agenda-axis input.input_select {
|
||||
height:22px !important;
|
||||
font-size:11px;
|
||||
}
|
||||
.fc-header-title h2 {
|
||||
font-size: 18px;
|
||||
font-weight: normal;
|
||||
margin-top:2px;
|
||||
}
|
||||
.fc-event-vert .fc-event-time {
|
||||
font-size: 11px;
|
||||
}
|
||||
.fc-event-time, .fc-event-title {
|
||||
font-size: 11px;
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
||||
/*.fc-event {
|
||||
overflow:hidden;
|
||||
}*/
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* FullCalendar v1.5.1 Print Stylesheet
|
||||
* FullCalendar v1.5.3 Print Stylesheet
|
||||
*
|
||||
* Include this stylesheet on your page to get a more printer-friendly calendar.
|
||||
* When including this stylesheet, use the media='print' attribute of the <link> tag.
|
||||
|
@ -9,7 +9,7 @@
|
|||
* Dual licensed under the MIT and GPL licenses, located in
|
||||
* MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
|
||||
*
|
||||
* Date: Sat Apr 9 14:09:51 2011 -0700
|
||||
* Date: Mon Feb 6 22:40:40 2012 -0800
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue