fullcalendar 3.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +10 -0
  3. data/CODE_OF_CONDUCT.md +74 -0
  4. data/Gemfile +6 -0
  5. data/Gemfile.lock +20 -0
  6. data/LICENSE.txt +21 -0
  7. data/README.md +110 -0
  8. data/Rakefile +2 -0
  9. data/bin/console +14 -0
  10. data/bin/setup +8 -0
  11. data/fullcalendar.gemspec +26 -0
  12. data/lib/fullcalendar.rb +73 -0
  13. data/lib/fullcalendar/engine.rb +9 -0
  14. data/lib/fullcalendar/version.rb +3 -0
  15. data/lib/generators/fullcalendar/install_generator.rb +61 -0
  16. data/lib/generators/fullcalendar/templates/default.js.tt +11 -0
  17. data/lib/generators/fullcalendar/templates/default.scss.tt +3 -0
  18. data/vendor/assets/javascripts/fullcalendar.js +14933 -0
  19. data/vendor/assets/javascripts/fullcalendar.min.js +12 -0
  20. data/vendor/assets/javascripts/fullcalendar/gcal.js +324 -0
  21. data/vendor/assets/javascripts/fullcalendar/gcal.min.js +6 -0
  22. data/vendor/assets/javascripts/fullcalendar/locale-all.js +6 -0
  23. data/vendor/assets/javascripts/fullcalendar/locale/af.js +1 -0
  24. data/vendor/assets/javascripts/fullcalendar/locale/ar-dz.js +1 -0
  25. data/vendor/assets/javascripts/fullcalendar/locale/ar-kw.js +1 -0
  26. data/vendor/assets/javascripts/fullcalendar/locale/ar-ly.js +1 -0
  27. data/vendor/assets/javascripts/fullcalendar/locale/ar-ma.js +1 -0
  28. data/vendor/assets/javascripts/fullcalendar/locale/ar-sa.js +1 -0
  29. data/vendor/assets/javascripts/fullcalendar/locale/ar-tn.js +1 -0
  30. data/vendor/assets/javascripts/fullcalendar/locale/ar.js +1 -0
  31. data/vendor/assets/javascripts/fullcalendar/locale/bg.js +1 -0
  32. data/vendor/assets/javascripts/fullcalendar/locale/ca.js +1 -0
  33. data/vendor/assets/javascripts/fullcalendar/locale/cs.js +1 -0
  34. data/vendor/assets/javascripts/fullcalendar/locale/da.js +1 -0
  35. data/vendor/assets/javascripts/fullcalendar/locale/de-at.js +1 -0
  36. data/vendor/assets/javascripts/fullcalendar/locale/de-ch.js +1 -0
  37. data/vendor/assets/javascripts/fullcalendar/locale/de.js +1 -0
  38. data/vendor/assets/javascripts/fullcalendar/locale/el.js +1 -0
  39. data/vendor/assets/javascripts/fullcalendar/locale/en-au.js +1 -0
  40. data/vendor/assets/javascripts/fullcalendar/locale/en-ca.js +1 -0
  41. data/vendor/assets/javascripts/fullcalendar/locale/en-gb.js +1 -0
  42. data/vendor/assets/javascripts/fullcalendar/locale/en-ie.js +1 -0
  43. data/vendor/assets/javascripts/fullcalendar/locale/en-nz.js +1 -0
  44. data/vendor/assets/javascripts/fullcalendar/locale/es-do.js +1 -0
  45. data/vendor/assets/javascripts/fullcalendar/locale/es-us.js +1 -0
  46. data/vendor/assets/javascripts/fullcalendar/locale/es.js +1 -0
  47. data/vendor/assets/javascripts/fullcalendar/locale/et.js +1 -0
  48. data/vendor/assets/javascripts/fullcalendar/locale/eu.js +1 -0
  49. data/vendor/assets/javascripts/fullcalendar/locale/fa.js +1 -0
  50. data/vendor/assets/javascripts/fullcalendar/locale/fi.js +1 -0
  51. data/vendor/assets/javascripts/fullcalendar/locale/fr-ca.js +1 -0
  52. data/vendor/assets/javascripts/fullcalendar/locale/fr-ch.js +1 -0
  53. data/vendor/assets/javascripts/fullcalendar/locale/fr.js +1 -0
  54. data/vendor/assets/javascripts/fullcalendar/locale/gl.js +1 -0
  55. data/vendor/assets/javascripts/fullcalendar/locale/he.js +1 -0
  56. data/vendor/assets/javascripts/fullcalendar/locale/hi.js +1 -0
  57. data/vendor/assets/javascripts/fullcalendar/locale/hr.js +1 -0
  58. data/vendor/assets/javascripts/fullcalendar/locale/hu.js +1 -0
  59. data/vendor/assets/javascripts/fullcalendar/locale/id.js +1 -0
  60. data/vendor/assets/javascripts/fullcalendar/locale/is.js +1 -0
  61. data/vendor/assets/javascripts/fullcalendar/locale/it.js +1 -0
  62. data/vendor/assets/javascripts/fullcalendar/locale/ja.js +1 -0
  63. data/vendor/assets/javascripts/fullcalendar/locale/kk.js +1 -0
  64. data/vendor/assets/javascripts/fullcalendar/locale/ko.js +1 -0
  65. data/vendor/assets/javascripts/fullcalendar/locale/lb.js +1 -0
  66. data/vendor/assets/javascripts/fullcalendar/locale/lt.js +1 -0
  67. data/vendor/assets/javascripts/fullcalendar/locale/lv.js +1 -0
  68. data/vendor/assets/javascripts/fullcalendar/locale/mk.js +1 -0
  69. data/vendor/assets/javascripts/fullcalendar/locale/ms-my.js +1 -0
  70. data/vendor/assets/javascripts/fullcalendar/locale/ms.js +1 -0
  71. data/vendor/assets/javascripts/fullcalendar/locale/nb.js +1 -0
  72. data/vendor/assets/javascripts/fullcalendar/locale/nl-be.js +1 -0
  73. data/vendor/assets/javascripts/fullcalendar/locale/nl.js +1 -0
  74. data/vendor/assets/javascripts/fullcalendar/locale/nn.js +1 -0
  75. data/vendor/assets/javascripts/fullcalendar/locale/pl.js +1 -0
  76. data/vendor/assets/javascripts/fullcalendar/locale/pt-br.js +1 -0
  77. data/vendor/assets/javascripts/fullcalendar/locale/pt.js +1 -0
  78. data/vendor/assets/javascripts/fullcalendar/locale/ro.js +1 -0
  79. data/vendor/assets/javascripts/fullcalendar/locale/ru.js +1 -0
  80. data/vendor/assets/javascripts/fullcalendar/locale/sk.js +1 -0
  81. data/vendor/assets/javascripts/fullcalendar/locale/sl.js +1 -0
  82. data/vendor/assets/javascripts/fullcalendar/locale/sq.js +1 -0
  83. data/vendor/assets/javascripts/fullcalendar/locale/sr-cyrl.js +1 -0
  84. data/vendor/assets/javascripts/fullcalendar/locale/sr.js +1 -0
  85. data/vendor/assets/javascripts/fullcalendar/locale/sv.js +1 -0
  86. data/vendor/assets/javascripts/fullcalendar/locale/th.js +1 -0
  87. data/vendor/assets/javascripts/fullcalendar/locale/tr.js +1 -0
  88. data/vendor/assets/javascripts/fullcalendar/locale/uk.js +1 -0
  89. data/vendor/assets/javascripts/fullcalendar/locale/vi.js +1 -0
  90. data/vendor/assets/javascripts/fullcalendar/locale/zh-cn.js +1 -0
  91. data/vendor/assets/javascripts/fullcalendar/locale/zh-tw.js +1 -0
  92. data/vendor/assets/javascripts/fullcalendar/scheduler.js +6331 -0
  93. data/vendor/assets/javascripts/fullcalendar/scheduler.min.js +9 -0
  94. data/vendor/assets/stylesheets/fullcalendar.css +1265 -0
  95. data/vendor/assets/stylesheets/fullcalendar.min.css +5 -0
  96. data/vendor/assets/stylesheets/fullcalendar.print.css +176 -0
  97. data/vendor/assets/stylesheets/fullcalendar.print.min.css +9 -0
  98. data/vendor/assets/stylesheets/fullcalendar/scheduler.css +463 -0
  99. data/vendor/assets/stylesheets/fullcalendar/scheduler.min.css +5 -0
  100. metadata +170 -0
@@ -0,0 +1,5 @@
1
+ /*!
2
+ * FullCalendar v3.8.0
3
+ * Docs & License: https://fullcalendar.io/
4
+ * (c) 2017 Adam Shaw
5
+ */.fc button,.fc table,body .fc{font-size:1em}.fc-bg,.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-icon,.fc-unselectable{-webkit-touch-callout:none;-khtml-user-select:none}.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}.fc th,.fc-basic-view td.fc-week-number,.fc-icon,.fc-toolbar{text-align:center}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;white-space:nowrap;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:-.05em;margin:0 .2em;vertical-align:middle}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;box-shadow:none}.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close,a[data-goto]{cursor:pointer}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}.fc table{width:100%;box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border-spacing:0}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-icon,.fc-row.fc-rigid,.fc-time-grid-event{overflow:hidden}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:3px;border:1px solid #3a87ad}.fc-event,.fc-event-dot{background-color:#3a87ad}.fc-event,.fc-event:hover{color:#fff;text-decoration:none}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{z-index:1;background:#fff;opacity:.25}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4;display:none}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected.fc-dragging{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-day-grid-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25}.fc-day-grid-event .fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:700}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc.fc-bootstrap3 a,.ui-widget .fc-event{text-decoration:none}.fc-limited{display:none}.fc-icon,.fc-toolbar .fc-center{display:inline-block}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-now-indicator{position:absolute;border:0 solid red}.fc-icon:after,.fc-toolbar button{position:relative}.fc-unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff;border-width:1px;border-style:solid}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-unthemed .fc-disabled-day{background:#d7d7d7;opacity:.3}.fc-icon{height:1em;line-height:1em;font-size:1em;font-family:"Courier New",Courier,monospace;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fc-icon-left-single-arrow:after{content:"\2039";font-weight:700;font-size:200%;top:-7%}.fc-icon-right-single-arrow:after{content:"\203A";font-weight:700;font-size:200%;top:-7%}.fc-icon-left-double-arrow:after{content:"\AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\D7";font-size:200%;top:6%}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666;font-size:.9em;margin-top:2px}.fc-unthemed .fc-list-item:hover td{background-color:#f5f5f5}.ui-widget .fc-disabled-day{background-image:none}.fc-bootstrap3 .fc-time-grid .fc-slats table,.fc-time-grid .fc-slats .ui-widget-content{background:0 0}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.ui-widget .fc-event{color:#fff;font-weight:400}.ui-widget td.fc-axis{font-weight:400}.fc.fc-bootstrap3 a[data-goto]:hover{text-decoration:underline}.fc-bootstrap3 hr.fc-divider{border-color:inherit}.fc-bootstrap3 .fc-today.alert{border-radius:0}.fc-bootstrap3 .fc-popover .panel-body{padding:0}.fc-toolbar.fc-header-toolbar{margin-bottom:1em}.fc-toolbar.fc-footer-toolbar{margin-top:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-bottom:1em}.fc-basic-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-day-top.fc-other-month{opacity:.3}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:2px}.fc-basic-view th.fc-day-number,.fc-basic-view th.fc-week-number{padding:0 2px}.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-basic-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-basic-view .fc-day-top .fc-week-number{float:left;border-radius:0 0 3px}.fc-rtl .fc-basic-view .fc-day-top .fc-week-number{float:right;border-radius:0 0 0 3px}.fc-basic-view .fc-day-top .fc-week-number{min-width:1.5em;text-align:center;background-color:#f2f2f2;color:grey}.fc-basic-view td.fc-week-number>*{display:inline-block;min-width:1.25em}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{z-index:3;position:relative}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-helper-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event.fc-selected{overflow:visible}.fc-time-grid-event.fc-selected .fc-bg{display:none}.fc-time-grid-event .fc-content{overflow:hidden}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\A0-\A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}.fc-event-dot{display:inline-block;width:10px;height:10px;border-radius:5px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-width:1px;border-style:solid}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:700}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt,.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item-marker,.fc-list-item-time{white-space:nowrap;width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{text-decoration:none;color:inherit}.fc-list-item-title a[href]:hover{text-decoration:underline}.fc-list-empty-wrap2{position:absolute;top:0;left:0;right:0;bottom:0}.fc-list-empty-wrap1{width:100%;height:100%;display:table}.fc-list-empty{display:table-cell;vertical-align:middle;text-align:center}.fc-unthemed .fc-list-empty{background-color:#eee}
@@ -0,0 +1,176 @@
1
+ /*!
2
+ * FullCalendar v3.8.0
3
+ * Docs & License: https://fullcalendar.io/
4
+ * (c) 2017 Adam Shaw
5
+ */
6
+ /*!
7
+ * FullCalendar v3.8.0 Print Stylesheet
8
+ * Docs & License: https://fullcalendar.io/
9
+ * (c) 2017 Adam Shaw
10
+ */
11
+ /*
12
+ * Include this stylesheet on your page to get a more printer-friendly calendar.
13
+ * When including this stylesheet, use the media='print' attribute of the <link> tag.
14
+ * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
15
+ */
16
+ .fc {
17
+ max-width: 100% !important; }
18
+
19
+ /* Global Event Restyling
20
+ --------------------------------------------------------------------------------------------------*/
21
+ .fc-event {
22
+ background: #fff !important;
23
+ color: #000 !important;
24
+ page-break-inside: avoid; }
25
+
26
+ .fc-event .fc-resizer {
27
+ display: none; }
28
+
29
+ /* Table & Day-Row Restyling
30
+ --------------------------------------------------------------------------------------------------*/
31
+ .fc th,
32
+ .fc td,
33
+ .fc hr,
34
+ .fc thead,
35
+ .fc tbody,
36
+ .fc-row {
37
+ border-color: #ccc !important;
38
+ background: #fff !important; }
39
+
40
+ /* kill the overlaid, absolutely-positioned components */
41
+ /* common... */
42
+ .fc-bg,
43
+ .fc-bgevent-skeleton,
44
+ .fc-highlight-skeleton,
45
+ .fc-helper-skeleton,
46
+ .fc-bgevent-container,
47
+ .fc-business-container,
48
+ .fc-highlight-container,
49
+ .fc-helper-container {
50
+ display: none; }
51
+
52
+ /* don't force a min-height on rows (for DayGrid) */
53
+ .fc tbody .fc-row {
54
+ height: auto !important;
55
+ /* undo height that JS set in distributeHeight */
56
+ min-height: 0 !important;
57
+ /* undo the min-height from each view's specific stylesheet */ }
58
+
59
+ .fc tbody .fc-row .fc-content-skeleton {
60
+ position: static;
61
+ /* undo .fc-rigid */
62
+ padding-bottom: 0 !important;
63
+ /* use a more border-friendly method for this... */ }
64
+
65
+ .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
66
+ /* only works in newer browsers */
67
+ padding-bottom: 1em;
68
+ /* ...gives space within the skeleton. also ensures min height in a way */ }
69
+
70
+ .fc tbody .fc-row .fc-content-skeleton table {
71
+ /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
72
+ making it look more like 3em. for other browers, it will already be this tall */
73
+ height: 1em; }
74
+
75
+ /* Undo month-view event limiting. Display all events and hide the "more" links
76
+ --------------------------------------------------------------------------------------------------*/
77
+ .fc-more-cell,
78
+ .fc-more {
79
+ display: none !important; }
80
+
81
+ .fc tr.fc-limited {
82
+ display: table-row !important; }
83
+
84
+ .fc td.fc-limited {
85
+ display: table-cell !important; }
86
+
87
+ .fc-popover {
88
+ display: none;
89
+ /* never display the "more.." popover in print mode */ }
90
+
91
+ /* TimeGrid Restyling
92
+ --------------------------------------------------------------------------------------------------*/
93
+ /* undo the min-height 100% trick used to fill the container's height */
94
+ .fc-time-grid {
95
+ min-height: 0 !important; }
96
+
97
+ /* don't display the side axis at all ("all-day" and time cells) */
98
+ .fc-agenda-view .fc-axis {
99
+ display: none; }
100
+
101
+ /* don't display the horizontal lines */
102
+ .fc-slats,
103
+ .fc-time-grid hr {
104
+ /* this hr is used when height is underused and needs to be filled */
105
+ display: none !important;
106
+ /* important overrides inline declaration */ }
107
+
108
+ /* let the container that holds the events be naturally positioned and create real height */
109
+ .fc-time-grid .fc-content-skeleton {
110
+ position: static; }
111
+
112
+ /* in case there are no events, we still want some height */
113
+ .fc-time-grid .fc-content-skeleton table {
114
+ height: 4em; }
115
+
116
+ /* kill the horizontal spacing made by the event container. event margins will be done below */
117
+ .fc-time-grid .fc-event-container {
118
+ margin: 0 !important; }
119
+
120
+ /* TimeGrid *Event* Restyling
121
+ --------------------------------------------------------------------------------------------------*/
122
+ /* naturally position events, vertically stacking them */
123
+ .fc-time-grid .fc-event {
124
+ position: static !important;
125
+ margin: 3px 2px !important; }
126
+
127
+ /* for events that continue to a future day, give the bottom border back */
128
+ .fc-time-grid .fc-event.fc-not-end {
129
+ border-bottom-width: 1px !important; }
130
+
131
+ /* indicate the event continues via "..." text */
132
+ .fc-time-grid .fc-event.fc-not-end:after {
133
+ content: "..."; }
134
+
135
+ /* for events that are continuations from previous days, give the top border back */
136
+ .fc-time-grid .fc-event.fc-not-start {
137
+ border-top-width: 1px !important; }
138
+
139
+ /* indicate the event is a continuation via "..." text */
140
+ .fc-time-grid .fc-event.fc-not-start:before {
141
+ content: "..."; }
142
+
143
+ /* time */
144
+ /* undo a previous declaration and let the time text span to a second line */
145
+ .fc-time-grid .fc-event .fc-time {
146
+ white-space: normal !important; }
147
+
148
+ /* hide the the time that is normally displayed... */
149
+ .fc-time-grid .fc-event .fc-time span {
150
+ display: none; }
151
+
152
+ /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
153
+ .fc-time-grid .fc-event .fc-time:after {
154
+ content: attr(data-full); }
155
+
156
+ /* Vertical Scroller & Containers
157
+ --------------------------------------------------------------------------------------------------*/
158
+ /* kill the scrollbars and allow natural height */
159
+ .fc-scroller,
160
+ .fc-day-grid-container,
161
+ .fc-time-grid-container {
162
+ /* */
163
+ overflow: visible !important;
164
+ height: auto !important; }
165
+
166
+ /* kill the horizontal border/padding used to compensate for scrollbars */
167
+ .fc-row {
168
+ border: 0 !important;
169
+ margin: 0 !important; }
170
+
171
+ /* Button Controls
172
+ --------------------------------------------------------------------------------------------------*/
173
+ .fc-button-group,
174
+ .fc button {
175
+ display: none;
176
+ /* don't display any button-related controls */ }
@@ -0,0 +1,9 @@
1
+ /*!
2
+ * FullCalendar v3.8.0
3
+ * Docs & License: https://fullcalendar.io/
4
+ * (c) 2017 Adam Shaw
5
+ *//*!
6
+ * FullCalendar v3.8.0 Print Stylesheet
7
+ * Docs & License: https://fullcalendar.io/
8
+ * (c) 2017 Adam Shaw
9
+ */.fc-bg,.fc-bgevent-container,.fc-bgevent-skeleton,.fc-business-container,.fc-event .fc-resizer,.fc-helper-container,.fc-helper-skeleton,.fc-highlight-container,.fc-highlight-skeleton{display:none}.fc tbody .fc-row,.fc-time-grid{min-height:0!important}.fc-time-grid .fc-event.fc-not-end:after,.fc-time-grid .fc-event.fc-not-start:before{content:"..."}.fc{max-width:100%!important}.fc-event{background:#fff!important;color:#000!important;page-break-inside:avoid}.fc hr,.fc tbody,.fc td,.fc th,.fc thead,.fc-row{border-color:#ccc!important;background:#fff!important}.fc tbody .fc-row{height:auto!important}.fc tbody .fc-row .fc-content-skeleton{position:static;padding-bottom:0!important}.fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td{padding-bottom:1em}.fc tbody .fc-row .fc-content-skeleton table{height:1em}.fc-more,.fc-more-cell{display:none!important}.fc tr.fc-limited{display:table-row!important}.fc td.fc-limited{display:table-cell!important}.fc-agenda-view .fc-axis,.fc-popover{display:none}.fc-slats,.fc-time-grid hr{display:none!important}.fc button,.fc-button-group,.fc-time-grid .fc-event .fc-time span{display:none}.fc-time-grid .fc-content-skeleton{position:static}.fc-time-grid .fc-content-skeleton table{height:4em}.fc-time-grid .fc-event-container{margin:0!important}.fc-time-grid .fc-event{position:static!important;margin:3px 2px!important}.fc-time-grid .fc-event.fc-not-end{border-bottom-width:1px!important}.fc-time-grid .fc-event.fc-not-start{border-top-width:1px!important}.fc-time-grid .fc-event .fc-time{white-space:normal!important}.fc-time-grid .fc-event .fc-time:after{content:attr(data-full)}.fc-day-grid-container,.fc-scroller,.fc-time-grid-container{overflow:visible!important;height:auto!important}.fc-row{border:0!important;margin:0!important}
@@ -0,0 +1,463 @@
1
+ /*!
2
+ * FullCalendar Scheduler v1.9.1
3
+ * Docs & License: https://fullcalendar.io/scheduler/
4
+ * (c) 2017 Adam Shaw
5
+ */
6
+ /* TODO: break this file up */
7
+ /* Scroller
8
+ --------------------------------------------------------------------------------------------------*/
9
+ .fc-scroller-clip {
10
+ overflow: hidden;
11
+ /* for clipping scrollbars */
12
+ position: relative;
13
+ /* so things like scrollfollowers can attach to this */ }
14
+
15
+ /* supresses rendering of native scrollbars */
16
+ /* on .fc-scroller */
17
+ .fc-no-scrollbars {
18
+ background: rgba(255, 255, 255, 0);
19
+ /* hack for dynamic DOM nodes (in Chrome OSX at least) */ }
20
+
21
+ .fc-no-scrollbars::-webkit-scrollbar {
22
+ width: 0;
23
+ height: 0; }
24
+
25
+ .fc-scroller-canvas {
26
+ position: relative;
27
+ /* origin for bg */
28
+ box-sizing: border-box;
29
+ /* so that padding (for gutter) will be part of height */
30
+ min-height: 100%; }
31
+
32
+ .fc-scroller-canvas > .fc-bg {
33
+ z-index: 1;
34
+ /* make default? */ }
35
+
36
+ .fc-scroller-canvas > .fc-content {
37
+ z-index: 2;
38
+ /* make default? */
39
+ position: relative;
40
+ /* origin for inner content */
41
+ border-style: solid;
42
+ border-width: 0; }
43
+
44
+ /* for themed, hard to get the border-color, so just forget it (REVISIT) */
45
+ .ui-widget .fc-scroller-canvas > .fc-content {
46
+ border-color: transparent; }
47
+
48
+ .fc-scroller-canvas.fc-gutter-left > .fc-content {
49
+ border-left-width: 1px;
50
+ margin-left: -1px; }
51
+
52
+ .fc-scroller-canvas.fc-gutter-right > .fc-content {
53
+ border-right-width: 1px;
54
+ margin-right: -1px; }
55
+
56
+ .fc-scroller-canvas.fc-gutter-top > .fc-content {
57
+ border-top-width: 1px;
58
+ margin-top: -1px; }
59
+
60
+ /* content is responsible for bottom border */
61
+ /* View Structure
62
+ --------------------------------------------------------------------------------------------------*/
63
+ .fc-rtl .fc-timeline {
64
+ direction: rtl; }
65
+
66
+ .fc-timeline .fc-divider {
67
+ width: 3px;
68
+ border-style: double;
69
+ /* overcome neighboring borders */ }
70
+
71
+ .fc-timeline .fc-head > tr > .fc-divider {
72
+ border-bottom: 0; }
73
+
74
+ .fc-timeline .fc-body > tr > .fc-divider {
75
+ border-top: 0; }
76
+
77
+ .fc-timeline .fc-body .fc-divider.ui-widget-header {
78
+ background-image: none; }
79
+
80
+ .fc-scrolled .fc-head .fc-scroller {
81
+ z-index: 2;
82
+ /* so drop shadow will go above body panes */ }
83
+
84
+ .fc-timeline.fc-scrolled .fc-head .fc-scroller {
85
+ box-shadow: 0 3px 4px rgba(0, 0, 0, 0.075); }
86
+
87
+ .fc-timeline .fc-body .fc-scroller {
88
+ z-index: 1; }
89
+
90
+ /*
91
+ on most tables that expand to the edges, kill the outer border,
92
+ because the container elements take care of it.
93
+ example tables:
94
+ .fc-scroller-canvas .fc-content table
95
+ .fc-scroller-canvas .fc-bg .fc-slats table
96
+ */
97
+ .fc-timeline .fc-scroller-canvas > div > table,
98
+ .fc-timeline .fc-scroller-canvas > div > div > table {
99
+ border-style: hidden; }
100
+
101
+ /*
102
+ for resource rows (in both the spreadsheet and timeline areas),
103
+ undo previous rule in order to always show last border.
104
+ */
105
+ .fc-timeline .fc-scroller-canvas > .fc-content > .fc-rows > table {
106
+ border-bottom-style: none; }
107
+
108
+ /* Table Cell Common
109
+ --------------------------------------------------------------------------------------------------*/
110
+ .fc-timeline th,
111
+ .fc-timeline td {
112
+ white-space: nowrap; }
113
+
114
+ .fc-timeline .fc-cell-content {
115
+ overflow: hidden; }
116
+
117
+ .fc-timeline .fc-cell-text {
118
+ padding-left: 4px;
119
+ padding-right: 4px; }
120
+
121
+ .fc-timeline .fc-col-resizer {
122
+ cursor: col-resize; }
123
+
124
+ /*
125
+ Cells at the start of a week
126
+ TODO: figure out better styling
127
+
128
+ .fc-ltr .fc-timeline .fc-em-cell div {
129
+ border-left: 3px solid #eee;
130
+ height: 100%;
131
+ }
132
+ .fc-rtl .fc-timeline .fc-em-cell {
133
+ border-right-width: 3px;
134
+ }
135
+ */
136
+ /* head */
137
+ .fc-timeline th {
138
+ vertical-align: middle; }
139
+
140
+ .fc-timeline .fc-head .fc-cell-content {
141
+ padding-top: 3px;
142
+ padding-bottom: 3px; }
143
+
144
+ /* body */
145
+ .fc-timeline .fc-body .ui-widget-content {
146
+ background-image: none; }
147
+
148
+ /* Resource Area
149
+ --------------------------------------------------------------------------------------------------*/
150
+ .fc-resource-area {
151
+ width: 30%; }
152
+
153
+ .fc-resource-area col {
154
+ width: 40%;
155
+ min-width: 70px;
156
+ /* will be read by JS */ }
157
+
158
+ .fc-resource-area col.fc-main-col {
159
+ width: 60%;
160
+ /* make the first column in a nested setup bigger */ }
161
+
162
+ .fc-flat .fc-expander-space {
163
+ /* fc-flat is opposite of fc-nested */
164
+ display: none; }
165
+
166
+ .fc-ltr .fc-resource-area tr > * {
167
+ text-align: left; }
168
+
169
+ .fc-rtl .fc-resource-area tr > * {
170
+ text-align: right; }
171
+
172
+ .fc-resource-area .fc-cell-content {
173
+ padding-left: 4px;
174
+ padding-right: 4px; }
175
+
176
+ /* head */
177
+ .fc-resource-area .fc-super th {
178
+ text-align: center; }
179
+
180
+ .fc-resource-area th > div {
181
+ position: relative; }
182
+
183
+ .fc-resource-area th .fc-cell-content {
184
+ position: relative;
185
+ z-index: 1; }
186
+
187
+ .fc-resource-area th .fc-col-resizer {
188
+ position: absolute;
189
+ z-index: 2;
190
+ top: 0;
191
+ bottom: 0;
192
+ width: 5px; }
193
+
194
+ .fc-ltr .fc-resource-area th .fc-col-resizer {
195
+ right: -3px; }
196
+
197
+ .fc-rtl .fc-resource-area th .fc-col-resizer {
198
+ left: -3px; }
199
+
200
+ /* body */
201
+ tr.fc-collapsed > td,
202
+ tr.fc-transitioning > td {
203
+ /* during the transition */
204
+ overflow: hidden;
205
+ /* prevents absolutely-positioned events from bleeding out */ }
206
+
207
+ tr.fc-transitioning > td > div {
208
+ transition: margin-top 0.2s; }
209
+
210
+ tr.fc-collapsed > td > div {
211
+ margin-top: -10px; }
212
+
213
+ .fc-body .fc-resource-area .fc-cell-content {
214
+ /* might BE the cell */
215
+ position: relative;
216
+ /* optimization for ScrollFollower */
217
+ padding-top: 8px;
218
+ padding-bottom: 8px; }
219
+
220
+ .fc-no-overlap .fc-body .fc-resource-area .fc-cell-content {
221
+ /* might BE the cell */
222
+ padding-top: 5px;
223
+ padding-bottom: 5px; }
224
+
225
+ .fc-resource-area .fc-icon {
226
+ /* the expander and spacers before the expander */
227
+ width: 1em;
228
+ /* ensure constant width, esp for empty icons */
229
+ font-size: .9em;
230
+ vertical-align: middle;
231
+ margin-top: -1%; }
232
+
233
+ .fc-resource-area .fc-expander {
234
+ cursor: pointer;
235
+ color: #666;
236
+ /* for the icon within */ }
237
+
238
+ /* Time Area
239
+ --------------------------------------------------------------------------------------------------*/
240
+ .fc-time-area col {
241
+ min-width: 2.2em;
242
+ /* detected by JS */ }
243
+
244
+ /* head */
245
+ .fc-ltr .fc-time-area .fc-chrono th {
246
+ text-align: left; }
247
+
248
+ .fc-rtl .fc-time-area .fc-chrono th {
249
+ text-align: right; }
250
+
251
+ /* body slats (vertical lines) */
252
+ .fc-time-area .fc-slats {
253
+ /* fc-bg is responsible for a lot of this now! */
254
+ position: absolute;
255
+ z-index: 1;
256
+ top: 0;
257
+ left: 0;
258
+ right: 0;
259
+ bottom: 0; }
260
+
261
+ .fc-time-area .fc-slats table {
262
+ height: 100%; }
263
+
264
+ .fc-time-area .fc-slats .fc-minor {
265
+ border-style: dotted; }
266
+
267
+ .fc-time-area .fc-slats td {
268
+ border-width: 0 1px;
269
+ /* need to do this. sometimes -1 margin wouldn't hide the dotted */ }
270
+
271
+ .fc-ltr .fc-time-area .fc-slats td {
272
+ border-right-width: 0; }
273
+
274
+ .fc-rtl .fc-time-area .fc-slats td {
275
+ border-left-width: 0; }
276
+
277
+ /* body content containers
278
+ can be within rows or directly within the pane's content
279
+ */
280
+ .fc-time-area .fc-bgevent-container,
281
+ .fc-time-area .fc-highlight-container {
282
+ position: absolute;
283
+ z-index: 2;
284
+ /* only for directly within pane. not for row. overridden later */
285
+ top: 0;
286
+ bottom: 0;
287
+ width: 0; }
288
+
289
+ .fc-ltr .fc-time-area .fc-helper-container,
290
+ .fc-ltr .fc-time-area .fc-bgevent-container,
291
+ .fc-ltr .fc-time-area .fc-highlight-container {
292
+ left: 0; }
293
+
294
+ .fc-rtl .fc-time-area .fc-helper-container,
295
+ .fc-rtl .fc-time-area .fc-bgevent-container,
296
+ .fc-rtl .fc-time-area .fc-highlight-container {
297
+ right: 0; }
298
+
299
+ .fc-time-area .fc-bgevent,
300
+ .fc-time-area .fc-highlight {
301
+ position: absolute;
302
+ top: 0;
303
+ bottom: 0; }
304
+
305
+ /* body resource rows */
306
+ .fc-time-area .fc-rows {
307
+ position: relative;
308
+ z-index: 3; }
309
+
310
+ .fc-time-area .fc-rows .ui-widget-content {
311
+ background: none; }
312
+
313
+ .fc-time-area .fc-rows td > div {
314
+ position: relative; }
315
+
316
+ .fc-time-area .fc-rows .fc-bgevent-container,
317
+ .fc-time-area .fc-rows .fc-highlight-container {
318
+ z-index: 1; }
319
+
320
+ .fc-time-area .fc-event-container {
321
+ position: relative;
322
+ z-index: 2;
323
+ /* above bgevent and highlight */
324
+ width: 0;
325
+ /* for event positioning. will end up on correct side based on dir */ }
326
+
327
+ .fc-time-area .fc-helper-container {
328
+ /* also an fc-event-container */
329
+ position: absolute;
330
+ z-index: 3;
331
+ top: 0; }
332
+
333
+ .fc-time-area .fc-event-container {
334
+ padding-bottom: 8px;
335
+ top: -1px; }
336
+
337
+ .fc-time-area tr:first-child .fc-event-container {
338
+ top: 0; }
339
+
340
+ .fc-no-overlap .fc-time-area .fc-event-container {
341
+ padding-bottom: 0;
342
+ top: 0; }
343
+
344
+ /* Now Indicator
345
+ --------------------------------------------------------------------------------------------------*/
346
+ .fc-timeline .fc-now-indicator {
347
+ /* both the arrow and the line */
348
+ z-index: 3;
349
+ /* one above scroller's fc-content */
350
+ top: 0; }
351
+
352
+ .fc-time-area .fc-now-indicator-arrow {
353
+ margin: 0 -6px;
354
+ /* 5, then one more to counteract scroller's negative margins */
355
+ /* triangle pointing down... */
356
+ border-width: 6px 5px 0 5px;
357
+ border-left-color: transparent;
358
+ border-right-color: transparent; }
359
+
360
+ .fc-time-area .fc-now-indicator-line {
361
+ margin: 0 -1px;
362
+ /* counteract scroller's negative margins */
363
+ bottom: 0;
364
+ border-left-width: 1px; }
365
+
366
+ /* Time Grid Events
367
+ --------------------------------------------------------------------------------------------------*/
368
+ .fc-timeline-event {
369
+ position: absolute;
370
+ border-radius: 0;
371
+ padding: 2px 0;
372
+ margin-bottom: 1px; }
373
+
374
+ .fc-no-overlap .fc-timeline-event {
375
+ padding: 5px 0;
376
+ margin-bottom: 0; }
377
+
378
+ /* don't overlap grid lines at the event's end */
379
+ .fc-ltr .fc-timeline-event {
380
+ margin-right: 1px; }
381
+
382
+ .fc-rtl .fc-timeline-event {
383
+ margin-left: 1px; }
384
+
385
+ .fc-timeline-event .fc-content {
386
+ padding: 0 1px;
387
+ white-space: nowrap;
388
+ overflow: hidden; }
389
+
390
+ .fc-timeline-event .fc-time {
391
+ font-weight: bold;
392
+ padding: 0 1px; }
393
+
394
+ .fc-rtl .fc-timeline-event .fc-time {
395
+ display: inline-block;
396
+ /* will force it on the other side */ }
397
+
398
+ .fc-timeline-event .fc-title {
399
+ position: relative;
400
+ /* optimization for ScrollFollower */
401
+ padding: 0 1px; }
402
+
403
+ .fc-timeline-event.fc-selected .fc-bg {
404
+ display: none;
405
+ /* hide semi-white background, to appear darker */ }
406
+
407
+ /* follower logic */
408
+ .fc-ltr .fc-timeline-event .fc-title {
409
+ padding-left: 10px;
410
+ margin-left: -8px; }
411
+
412
+ .fc-rtl .fc-timeline-event .fc-title {
413
+ padding-right: 10px;
414
+ margin-right: -8px; }
415
+
416
+ .fc-ltr .fc-timeline-event.fc-not-start .fc-title {
417
+ margin-left: -2px; }
418
+
419
+ .fc-rtl .fc-timeline-event.fc-not-start .fc-title {
420
+ margin-right: -2px; }
421
+
422
+ .fc-timeline-event.fc-not-start .fc-title,
423
+ .fc-body .fc-time-area .fc-following {
424
+ position: relative; }
425
+
426
+ .fc-timeline-event.fc-not-start .fc-title:before,
427
+ .fc-body .fc-time-area .fc-following:before {
428
+ /* generic arrow */
429
+ content: "";
430
+ position: absolute;
431
+ top: 50%;
432
+ margin-top: -5px;
433
+ border: 5px solid #000;
434
+ border-top-color: transparent;
435
+ border-bottom-color: transparent;
436
+ opacity: .5; }
437
+
438
+ .fc-ltr .fc-timeline-event.fc-not-start .fc-title:before,
439
+ .fc-ltr .fc-body .fc-time-area .fc-following:before {
440
+ /* LTR. left pointing arrow */
441
+ border-left: 0;
442
+ left: 2px; }
443
+
444
+ .fc-rtl .fc-timeline-event.fc-not-start .fc-title:before,
445
+ .fc-rtl .fc-body .fc-time-area .fc-following:before {
446
+ /* RTL. right pointing arrow */
447
+ border-right: 0;
448
+ right: 2px; }
449
+
450
+ /* License Message
451
+ --------------------------------------------------------------------------------------------------*/
452
+ .fc-license-message {
453
+ position: absolute;
454
+ z-index: 99999;
455
+ bottom: 1px;
456
+ left: 1px;
457
+ background: #eee;
458
+ border-color: #ddd;
459
+ border-style: solid;
460
+ border-width: 1px 1px 0 0;
461
+ padding: 2px 4px;
462
+ font-size: 12px;
463
+ border-top-right-radius: 3px; }