repsheet_visualizer 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (298) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/lib/repsheet_visualizer/application/app.rb +2 -2
  4. data/lib/repsheet_visualizer/application/public/javascripts/application.js +0 -4
  5. data/lib/repsheet_visualizer/application/views/activity.erb +5 -0
  6. data/lib/repsheet_visualizer/application/views/actors.erb +5 -0
  7. data/lib/repsheet_visualizer/application/views/breakdown.erb +5 -0
  8. data/lib/repsheet_visualizer/application/views/whitelist.erb +5 -0
  9. data/lib/repsheet_visualizer/application/views/worldview.erb +5 -0
  10. data/lib/repsheet_visualizer/version.rb +1 -1
  11. metadata +2 -289
  12. data/redesign/actor.html +0 -228
  13. data/redesign/chart-flot.html +0 -698
  14. data/redesign/chart-morris.html +0 -528
  15. data/redesign/chart-sparkline.html +0 -702
  16. data/redesign/css/App.css +0 -3436
  17. data/redesign/css/Login.css +0 -88
  18. data/redesign/css/bootstrap.min.css +0 -9
  19. data/redesign/css/custom.css +0 -0
  20. data/redesign/css/font-awesome.min.css +0 -395
  21. data/redesign/fonts/FontAwesome.otf +0 -0
  22. data/redesign/fonts/fontawesome-webfont.eot +0 -0
  23. data/redesign/fonts/fontawesome-webfont.svg +0 -414
  24. data/redesign/fonts/fontawesome-webfont.ttf +0 -0
  25. data/redesign/fonts/fontawesome-webfont.woff +0 -0
  26. data/redesign/fonts/glyphicons-halflings-regular.eot +0 -0
  27. data/redesign/fonts/glyphicons-halflings-regular.svg +0 -228
  28. data/redesign/fonts/glyphicons-halflings-regular.ttf +0 -0
  29. data/redesign/fonts/glyphicons-halflings-regular.woff +0 -0
  30. data/redesign/form-extended.html +0 -1052
  31. data/redesign/form-regular.html +0 -863
  32. data/redesign/form-validation.html +0 -678
  33. data/redesign/img/avatars/avatar-1.jpg +0 -0
  34. data/redesign/img/avatars/avatar-2.jpg +0 -0
  35. data/redesign/img/avatars/avatar-large-1.jpg +0 -0
  36. data/redesign/img/avatars/avatar-large-2.jpg +0 -0
  37. data/redesign/img/gallery/zoom.png +0 -0
  38. data/redesign/img/jquery/handle-vertical.png +0 -0
  39. data/redesign/img/jquery/handle.png +0 -0
  40. data/redesign/img/layout/sidebar-bg.png +0 -0
  41. data/redesign/img/loaders/ajax-loader.gif +0 -0
  42. data/redesign/img/logos/logo-login.png +0 -0
  43. data/redesign/img/logos/logo.png +0 -0
  44. data/redesign/img/mockup.png +0 -0
  45. data/redesign/img/photos/blur-lg.jpg +0 -0
  46. data/redesign/img/photos/blur-sm.jpg +0 -0
  47. data/redesign/img/photos/clock-lg.jpg +0 -0
  48. data/redesign/img/photos/clock-sm.jpg +0 -0
  49. data/redesign/img/photos/lens-lg.jpg +0 -0
  50. data/redesign/img/photos/lens-sm.jpg +0 -0
  51. data/redesign/img/photos/map.png +0 -0
  52. data/redesign/img/photos/rust-lg.jpg +0 -0
  53. data/redesign/img/photos/rust-sm.jpg +0 -0
  54. data/redesign/img/pricing/label-editable.png +0 -0
  55. data/redesign/img/pricing/label-red.png +0 -0
  56. data/redesign/img/pricing/label-yellow.png +0 -0
  57. data/redesign/index.html +0 -328
  58. data/redesign/js/App.js +0 -372
  59. data/redesign/js/Login.js +0 -17
  60. data/redesign/js/demos/buttons.js +0 -7
  61. data/redesign/js/demos/calendar.js +0 -142
  62. data/redesign/js/demos/charts/flot/area.js +0 -73
  63. data/redesign/js/demos/charts/flot/chart1.js +0 -77
  64. data/redesign/js/demos/charts/flot/chart2.js +0 -70
  65. data/redesign/js/demos/charts/flot/chart3.js +0 -71
  66. data/redesign/js/demos/charts/flot/chart4.js +0 -69
  67. data/redesign/js/demos/charts/flot/donut.js +0 -49
  68. data/redesign/js/demos/charts/flot/horizontal.js +0 -56
  69. data/redesign/js/demos/charts/flot/line.js +0 -76
  70. data/redesign/js/demos/charts/flot/pie.js +0 -50
  71. data/redesign/js/demos/charts/flot/scatter.js +0 -62
  72. data/redesign/js/demos/charts/flot/stacked-area.js +0 -86
  73. data/redesign/js/demos/charts/flot/stacked-horizontal.js +0 -60
  74. data/redesign/js/demos/charts/flot/stacked-vertical.js +0 -75
  75. data/redesign/js/demos/charts/flot/vertical.js +0 -70
  76. data/redesign/js/demos/charts/morris/area.js +0 -28
  77. data/redesign/js/demos/charts/morris/bar.js +0 -29
  78. data/redesign/js/demos/charts/morris/donut.js +0 -26
  79. data/redesign/js/demos/charts/morris/line.js +0 -30
  80. data/redesign/js/demos/dashboard.js +0 -26
  81. data/redesign/js/demos/form-extended.js +0 -61
  82. data/redesign/js/demos/popups.js +0 -16
  83. data/redesign/js/demos/pricing.js +0 -10
  84. data/redesign/js/demos/sliders.js +0 -77
  85. data/redesign/js/libs/bootstrap.js +0 -1999
  86. data/redesign/js/libs/bootstrap.min.js +0 -6
  87. data/redesign/js/libs/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
  88. data/redesign/js/libs/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
  89. data/redesign/js/libs/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
  90. data/redesign/js/libs/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
  91. data/redesign/js/libs/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
  92. data/redesign/js/libs/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  93. data/redesign/js/libs/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
  94. data/redesign/js/libs/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
  95. data/redesign/js/libs/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
  96. data/redesign/js/libs/css/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
  97. data/redesign/js/libs/css/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
  98. data/redesign/js/libs/css/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
  99. data/redesign/js/libs/css/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
  100. data/redesign/js/libs/css/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
  101. data/redesign/js/libs/css/ui-lightness/jquery-ui-1.9.2.custom.css +0 -294
  102. data/redesign/js/libs/css/ui-lightness/jquery-ui-1.9.2.custom.min.css +0 -7
  103. data/redesign/js/libs/jquery-1.9.1.min.js +0 -5
  104. data/redesign/js/libs/jquery-ui-1.9.2.custom.min.js +0 -6
  105. data/redesign/js/libs/jquery.min.map +0 -1
  106. data/redesign/js/libs/raphael-2.1.2.min.js +0 -11
  107. data/redesign/js/plugins/autosize/jquery.autosize.min.js +0 -7
  108. data/redesign/js/plugins/datatables/DT_bootstrap.js +0 -148
  109. data/redesign/js/plugins/datatables/img/Sorting icons.psd +0 -0
  110. data/redesign/js/plugins/datatables/img/back_disabled.png +0 -0
  111. data/redesign/js/plugins/datatables/img/back_enabled.png +0 -0
  112. data/redesign/js/plugins/datatables/img/back_enabled_hover.png +0 -0
  113. data/redesign/js/plugins/datatables/img/datatable-row-openclose.png +0 -0
  114. data/redesign/js/plugins/datatables/img/favicon.ico +0 -0
  115. data/redesign/js/plugins/datatables/img/forward_disabled.png +0 -0
  116. data/redesign/js/plugins/datatables/img/forward_enabled.png +0 -0
  117. data/redesign/js/plugins/datatables/img/forward_enabled_hover.png +0 -0
  118. data/redesign/js/plugins/datatables/img/sort_asc.png +0 -0
  119. data/redesign/js/plugins/datatables/img/sort_asc_disabled.png +0 -0
  120. data/redesign/js/plugins/datatables/img/sort_both.png +0 -0
  121. data/redesign/js/plugins/datatables/img/sort_desc.png +0 -0
  122. data/redesign/js/plugins/datatables/img/sort_desc_disabled.png +0 -0
  123. data/redesign/js/plugins/datatables/jquery.dataTables.min.js +0 -155
  124. data/redesign/js/plugins/datepicker/bootstrap-datepicker.js +0 -1258
  125. data/redesign/js/plugins/datepicker/datepicker.css +0 -481
  126. data/redesign/js/plugins/datepicker/less/datepicker.less +0 -122
  127. data/redesign/js/plugins/fileupload/bootstrap-fileupload.css +0 -132
  128. data/redesign/js/plugins/fileupload/bootstrap-fileupload.js +0 -169
  129. data/redesign/js/plugins/fileupload/bootstrap-fileupload.min.css +0 -31
  130. data/redesign/js/plugins/fileupload/bootstrap-fileupload.min.js +0 -7
  131. data/redesign/js/plugins/flot/jquery.flot.js +0 -2599
  132. data/redesign/js/plugins/flot/jquery.flot.orderBars.js +0 -186
  133. data/redesign/js/plugins/flot/jquery.flot.pie.js +0 -750
  134. data/redesign/js/plugins/flot/jquery.flot.resize.js +0 -57
  135. data/redesign/js/plugins/flot/jquery.flot.stack.js +0 -184
  136. data/redesign/js/plugins/flot/jquery.flot.tooltip.min.js +0 -14
  137. data/redesign/js/plugins/fullcalendar/fullcalendar.css +0 -589
  138. data/redesign/js/plugins/fullcalendar/fullcalendar.js +0 -6110
  139. data/redesign/js/plugins/fullcalendar/fullcalendar.min.js +0 -7
  140. data/redesign/js/plugins/fullcalendar/fullcalendar.print.css +0 -32
  141. data/redesign/js/plugins/fullcalendar/gcal.js +0 -107
  142. data/redesign/js/plugins/howl/howl.js +0 -70
  143. data/redesign/js/plugins/howl/howl.min.js +0 -2
  144. data/redesign/js/plugins/icheck/jquery.icheck.js +0 -462
  145. data/redesign/js/plugins/icheck/jquery.icheck.min.js +0 -11
  146. data/redesign/js/plugins/icheck/skins/all.css +0 -61
  147. data/redesign/js/plugins/icheck/skins/flat/_all.css +0 -540
  148. data/redesign/js/plugins/icheck/skins/flat/aero.css +0 -54
  149. data/redesign/js/plugins/icheck/skins/flat/aero.png +0 -0
  150. data/redesign/js/plugins/icheck/skins/flat/aero@2x.png +0 -0
  151. data/redesign/js/plugins/icheck/skins/flat/blue.css +0 -54
  152. data/redesign/js/plugins/icheck/skins/flat/blue.png +0 -0
  153. data/redesign/js/plugins/icheck/skins/flat/blue@2x.png +0 -0
  154. data/redesign/js/plugins/icheck/skins/flat/flat.css +0 -54
  155. data/redesign/js/plugins/icheck/skins/flat/flat.png +0 -0
  156. data/redesign/js/plugins/icheck/skins/flat/flat@2x.png +0 -0
  157. data/redesign/js/plugins/icheck/skins/flat/green.css +0 -54
  158. data/redesign/js/plugins/icheck/skins/flat/green.png +0 -0
  159. data/redesign/js/plugins/icheck/skins/flat/green@2x.png +0 -0
  160. data/redesign/js/plugins/icheck/skins/flat/grey.css +0 -54
  161. data/redesign/js/plugins/icheck/skins/flat/grey.png +0 -0
  162. data/redesign/js/plugins/icheck/skins/flat/grey@2x.png +0 -0
  163. data/redesign/js/plugins/icheck/skins/flat/orange.css +0 -54
  164. data/redesign/js/plugins/icheck/skins/flat/orange.png +0 -0
  165. data/redesign/js/plugins/icheck/skins/flat/orange@2x.png +0 -0
  166. data/redesign/js/plugins/icheck/skins/flat/pink.css +0 -54
  167. data/redesign/js/plugins/icheck/skins/flat/pink.png +0 -0
  168. data/redesign/js/plugins/icheck/skins/flat/pink@2x.png +0 -0
  169. data/redesign/js/plugins/icheck/skins/flat/purple.css +0 -54
  170. data/redesign/js/plugins/icheck/skins/flat/purple.png +0 -0
  171. data/redesign/js/plugins/icheck/skins/flat/purple@2x.png +0 -0
  172. data/redesign/js/plugins/icheck/skins/flat/red.css +0 -54
  173. data/redesign/js/plugins/icheck/skins/flat/red.png +0 -0
  174. data/redesign/js/plugins/icheck/skins/flat/red@2x.png +0 -0
  175. data/redesign/js/plugins/icheck/skins/flat/yellow.css +0 -54
  176. data/redesign/js/plugins/icheck/skins/flat/yellow.png +0 -0
  177. data/redesign/js/plugins/icheck/skins/flat/yellow@2x.png +0 -0
  178. data/redesign/js/plugins/icheck/skins/futurico/futurico.css +0 -54
  179. data/redesign/js/plugins/icheck/skins/futurico/futurico.png +0 -0
  180. data/redesign/js/plugins/icheck/skins/futurico/futurico@2x.png +0 -0
  181. data/redesign/js/plugins/icheck/skins/line/_all.css +0 -740
  182. data/redesign/js/plugins/icheck/skins/line/aero.css +0 -74
  183. data/redesign/js/plugins/icheck/skins/line/blue.css +0 -74
  184. data/redesign/js/plugins/icheck/skins/line/green.css +0 -74
  185. data/redesign/js/plugins/icheck/skins/line/grey.css +0 -74
  186. data/redesign/js/plugins/icheck/skins/line/line.css +0 -74
  187. data/redesign/js/plugins/icheck/skins/line/line.png +0 -0
  188. data/redesign/js/plugins/icheck/skins/line/line@2x.png +0 -0
  189. data/redesign/js/plugins/icheck/skins/line/orange.css +0 -74
  190. data/redesign/js/plugins/icheck/skins/line/pink.css +0 -74
  191. data/redesign/js/plugins/icheck/skins/line/purple.css +0 -74
  192. data/redesign/js/plugins/icheck/skins/line/red.css +0 -74
  193. data/redesign/js/plugins/icheck/skins/line/yellow.css +0 -74
  194. data/redesign/js/plugins/icheck/skins/minimal/_all.css +0 -600
  195. data/redesign/js/plugins/icheck/skins/minimal/aero.css +0 -60
  196. data/redesign/js/plugins/icheck/skins/minimal/aero.png +0 -0
  197. data/redesign/js/plugins/icheck/skins/minimal/aero@2x.png +0 -0
  198. data/redesign/js/plugins/icheck/skins/minimal/blue.css +0 -60
  199. data/redesign/js/plugins/icheck/skins/minimal/blue.png +0 -0
  200. data/redesign/js/plugins/icheck/skins/minimal/blue@2x.png +0 -0
  201. data/redesign/js/plugins/icheck/skins/minimal/green.css +0 -60
  202. data/redesign/js/plugins/icheck/skins/minimal/green.png +0 -0
  203. data/redesign/js/plugins/icheck/skins/minimal/green@2x.png +0 -0
  204. data/redesign/js/plugins/icheck/skins/minimal/grey.css +0 -60
  205. data/redesign/js/plugins/icheck/skins/minimal/grey.png +0 -0
  206. data/redesign/js/plugins/icheck/skins/minimal/grey@2x.png +0 -0
  207. data/redesign/js/plugins/icheck/skins/minimal/minimal.css +0 -60
  208. data/redesign/js/plugins/icheck/skins/minimal/minimal.png +0 -0
  209. data/redesign/js/plugins/icheck/skins/minimal/minimal@2x.png +0 -0
  210. data/redesign/js/plugins/icheck/skins/minimal/orange.css +0 -60
  211. data/redesign/js/plugins/icheck/skins/minimal/orange.png +0 -0
  212. data/redesign/js/plugins/icheck/skins/minimal/orange@2x.png +0 -0
  213. data/redesign/js/plugins/icheck/skins/minimal/pink.css +0 -60
  214. data/redesign/js/plugins/icheck/skins/minimal/pink.png +0 -0
  215. data/redesign/js/plugins/icheck/skins/minimal/pink@2x.png +0 -0
  216. data/redesign/js/plugins/icheck/skins/minimal/purple.css +0 -60
  217. data/redesign/js/plugins/icheck/skins/minimal/purple.png +0 -0
  218. data/redesign/js/plugins/icheck/skins/minimal/purple@2x.png +0 -0
  219. data/redesign/js/plugins/icheck/skins/minimal/red.css +0 -60
  220. data/redesign/js/plugins/icheck/skins/minimal/red.png +0 -0
  221. data/redesign/js/plugins/icheck/skins/minimal/red@2x.png +0 -0
  222. data/redesign/js/plugins/icheck/skins/minimal/yellow.css +0 -60
  223. data/redesign/js/plugins/icheck/skins/minimal/yellow.png +0 -0
  224. data/redesign/js/plugins/icheck/skins/minimal/yellow@2x.png +0 -0
  225. data/redesign/js/plugins/icheck/skins/polaris/polaris.css +0 -60
  226. data/redesign/js/plugins/icheck/skins/polaris/polaris.png +0 -0
  227. data/redesign/js/plugins/icheck/skins/polaris/polaris@2x.png +0 -0
  228. data/redesign/js/plugins/icheck/skins/square/_all.css +0 -600
  229. data/redesign/js/plugins/icheck/skins/square/aero.css +0 -60
  230. data/redesign/js/plugins/icheck/skins/square/aero.png +0 -0
  231. data/redesign/js/plugins/icheck/skins/square/aero@2x.png +0 -0
  232. data/redesign/js/plugins/icheck/skins/square/blue.css +0 -60
  233. data/redesign/js/plugins/icheck/skins/square/blue.png +0 -0
  234. data/redesign/js/plugins/icheck/skins/square/blue@2x.png +0 -0
  235. data/redesign/js/plugins/icheck/skins/square/green.css +0 -60
  236. data/redesign/js/plugins/icheck/skins/square/green.png +0 -0
  237. data/redesign/js/plugins/icheck/skins/square/green@2x.png +0 -0
  238. data/redesign/js/plugins/icheck/skins/square/grey.css +0 -60
  239. data/redesign/js/plugins/icheck/skins/square/grey.png +0 -0
  240. data/redesign/js/plugins/icheck/skins/square/grey@2x.png +0 -0
  241. data/redesign/js/plugins/icheck/skins/square/orange.css +0 -60
  242. data/redesign/js/plugins/icheck/skins/square/orange.png +0 -0
  243. data/redesign/js/plugins/icheck/skins/square/orange@2x.png +0 -0
  244. data/redesign/js/plugins/icheck/skins/square/pink.css +0 -60
  245. data/redesign/js/plugins/icheck/skins/square/pink.png +0 -0
  246. data/redesign/js/plugins/icheck/skins/square/pink@2x.png +0 -0
  247. data/redesign/js/plugins/icheck/skins/square/purple.css +0 -60
  248. data/redesign/js/plugins/icheck/skins/square/purple.png +0 -0
  249. data/redesign/js/plugins/icheck/skins/square/purple@2x.png +0 -0
  250. data/redesign/js/plugins/icheck/skins/square/red.css +0 -60
  251. data/redesign/js/plugins/icheck/skins/square/red.png +0 -0
  252. data/redesign/js/plugins/icheck/skins/square/red@2x.png +0 -0
  253. data/redesign/js/plugins/icheck/skins/square/square.css +0 -60
  254. data/redesign/js/plugins/icheck/skins/square/square.png +0 -0
  255. data/redesign/js/plugins/icheck/skins/square/square@2x.png +0 -0
  256. data/redesign/js/plugins/icheck/skins/square/yellow.css +0 -60
  257. data/redesign/js/plugins/icheck/skins/square/yellow.png +0 -0
  258. data/redesign/js/plugins/icheck/skins/square/yellow@2x.png +0 -0
  259. data/redesign/js/plugins/magnific/jquery.magnific-popup.js +0 -2026
  260. data/redesign/js/plugins/magnific/jquery.magnific-popup.min.js +0 -4
  261. data/redesign/js/plugins/magnific/magnific-popup.css +0 -396
  262. data/redesign/js/plugins/morris/morris.css +0 -1
  263. data/redesign/js/plugins/morris/morris.min.js +0 -1
  264. data/redesign/js/plugins/parsley/parsley.js +0 -1363
  265. data/redesign/js/plugins/select2/select2-spinner.gif +0 -0
  266. data/redesign/js/plugins/select2/select2.css +0 -615
  267. data/redesign/js/plugins/select2/select2.js +0 -3217
  268. data/redesign/js/plugins/select2/select2.min.js +0 -22
  269. data/redesign/js/plugins/select2/select2.png +0 -0
  270. data/redesign/js/plugins/select2/select2x2.png +0 -0
  271. data/redesign/js/plugins/simplecolorpicker/jquery.simplecolorpicker.css +0 -98
  272. data/redesign/js/plugins/simplecolorpicker/jquery.simplecolorpicker.js +0 -211
  273. data/redesign/js/plugins/sparkline/jquery.sparkline.min.js +0 -5
  274. data/redesign/js/plugins/tableCheckable/jquery.tableCheckable.js +0 -122
  275. data/redesign/js/plugins/textarea-counter/jquery.textarea-counter.js +0 -163
  276. data/redesign/js/plugins/timepicker/bootstrap-timepicker.css +0 -121
  277. data/redesign/js/plugins/timepicker/bootstrap-timepicker.js +0 -893
  278. data/redesign/page-404.html +0 -446
  279. data/redesign/page-500.html +0 -453
  280. data/redesign/page-blank.html +0 -417
  281. data/redesign/page-calendar.html +0 -491
  282. data/redesign/page-gallery.html +0 -736
  283. data/redesign/page-invoice.html +0 -705
  284. data/redesign/page-login-social.html +0 -111
  285. data/redesign/page-login.html +0 -82
  286. data/redesign/page-pricing.html +0 -707
  287. data/redesign/page-settings.html +0 -665
  288. data/redesign/page-support.html +0 -825
  289. data/redesign/table-advanced.html +0 -1297
  290. data/redesign/table-basic.html +0 -777
  291. data/redesign/table-responsive.html +0 -720
  292. data/redesign/ui-buttons.html +0 -901
  293. data/redesign/ui-icons.html +0 -1392
  294. data/redesign/ui-popups.html +0 -781
  295. data/redesign/ui-portlets.html +0 -887
  296. data/redesign/ui-sliders.html +0 -520
  297. data/redesign/ui-tabs.html +0 -663
  298. data/redesign/ui-typography.html +0 -687
@@ -1,57 +0,0 @@
1
- /*
2
- Flot plugin for automatically redrawing plots when the placeholder
3
- size changes, e.g. on window resizes.
4
-
5
- It works by listening for changes on the placeholder div (through the
6
- jQuery resize event plugin) - if the size changes, it will redraw the
7
- plot.
8
-
9
- There are no options. If you need to disable the plugin for some
10
- plots, you can just fix the size of their placeholders.
11
- */
12
-
13
-
14
- /* Inline dependency:
15
- * jQuery resize event - v1.1 - 3/14/2010
16
- * http://benalman.com/projects/jquery-resize-plugin/
17
- *
18
- * Copyright (c) 2010 "Cowboy" Ben Alman
19
- * Dual licensed under the MIT and GPL licenses.
20
- * http://benalman.com/about/license/
21
- */
22
- (function($,h,c){var a=$([]),e=$.resize=$.extend($.resize,{}),i,k="setTimeout",j="resize",d=j+"-special-event",b="delay",f="throttleWindow";e[b]=250;e[f]=true;$.event.special[j]={setup:function(){if(!e[f]&&this[k]){return false}var l=$(this);a=a.add(l);$.data(this,d,{w:l.width(),h:l.height()});if(a.length===1){g()}},teardown:function(){if(!e[f]&&this[k]){return false}var l=$(this);a=a.not(l);l.removeData(d);if(!a.length){clearTimeout(i)}},add:function(l){if(!e[f]&&this[k]){return false}var n;function m(s,o,p){var q=$(this),r=$.data(this,d);r.w=o!==c?o:q.width();r.h=p!==c?p:q.height();n.apply(this,arguments)}if($.isFunction(l)){n=l;return m}else{n=l.handler;l.handler=m}}};function g(){i=h[k](function(){a.each(function(){var n=$(this),m=n.width(),l=n.height(),o=$.data(this,d);if(m!==o.w||l!==o.h){n.trigger(j,[o.w=m,o.h=l])}});g()},e[b])}})(jQuery,this);
23
-
24
-
25
- (function ($) {
26
- var redrawing = 0;
27
- var options = { }; // no options
28
-
29
- function init(plot) {
30
- function bindEvents(plot, eventHolder) {
31
- if (!redrawing)
32
- plot.getPlaceholder().resize(onResize);
33
-
34
- function onResize() {
35
- var placeholder = plot.getPlaceholder();
36
-
37
- // somebody might have hidden us and we can't plot
38
- // when we don't have the dimensions
39
- if (placeholder.width() == 0 || placeholder.height() == 0)
40
- return;
41
-
42
- ++redrawing;
43
- $.plot(placeholder, plot.getData(), plot.getOptions());
44
- --redrawing;
45
- }
46
- }
47
-
48
- plot.hooks.bindEvents.push(bindEvents);
49
- }
50
-
51
- $.plot.plugins.push({
52
- init: init,
53
- options: options,
54
- name: 'resize',
55
- version: '1.0'
56
- });
57
- })(jQuery);
@@ -1,184 +0,0 @@
1
- /*
2
- Flot plugin for stacking data sets, i.e. putting them on top of each
3
- other, for accumulative graphs.
4
-
5
- The plugin assumes the data is sorted on x (or y if stacking
6
- horizontally). For line charts, it is assumed that if a line has an
7
- undefined gap (from a null point), then the line above it should have
8
- the same gap - insert zeros instead of "null" if you want another
9
- behaviour. This also holds for the start and end of the chart. Note
10
- that stacking a mix of positive and negative values in most instances
11
- doesn't make sense (so it looks weird).
12
-
13
- Two or more series are stacked when their "stack" attribute is set to
14
- the same key (which can be any number or string or just "true"). To
15
- specify the default stack, you can set
16
-
17
- series: {
18
- stack: null or true or key (number/string)
19
- }
20
-
21
- or specify it for a specific series
22
-
23
- $.plot($("#placeholder"), [{ data: [ ... ], stack: true }])
24
-
25
- The stacking order is determined by the order of the data series in
26
- the array (later series end up on top of the previous).
27
-
28
- Internally, the plugin modifies the datapoints in each series, adding
29
- an offset to the y value. For line series, extra data points are
30
- inserted through interpolation. If there's a second y value, it's also
31
- adjusted (e.g for bar charts or filled areas).
32
- */
33
-
34
- (function ($) {
35
- var options = {
36
- series: { stack: null } // or number/string
37
- };
38
-
39
- function init(plot) {
40
- function findMatchingSeries(s, allseries) {
41
- var res = null
42
- for (var i = 0; i < allseries.length; ++i) {
43
- if (s == allseries[i])
44
- break;
45
-
46
- if (allseries[i].stack == s.stack)
47
- res = allseries[i];
48
- }
49
-
50
- return res;
51
- }
52
-
53
- function stackData(plot, s, datapoints) {
54
- if (s.stack == null)
55
- return;
56
-
57
- var other = findMatchingSeries(s, plot.getData());
58
- if (!other)
59
- return;
60
-
61
- var ps = datapoints.pointsize,
62
- points = datapoints.points,
63
- otherps = other.datapoints.pointsize,
64
- otherpoints = other.datapoints.points,
65
- newpoints = [],
66
- px, py, intery, qx, qy, bottom,
67
- withlines = s.lines.show,
68
- horizontal = s.bars.horizontal,
69
- withbottom = ps > 2 && (horizontal ? datapoints.format[2].x : datapoints.format[2].y),
70
- withsteps = withlines && s.lines.steps,
71
- fromgap = true,
72
- keyOffset = horizontal ? 1 : 0,
73
- accumulateOffset = horizontal ? 0 : 1,
74
- i = 0, j = 0, l;
75
-
76
- while (true) {
77
- if (i >= points.length)
78
- break;
79
-
80
- l = newpoints.length;
81
-
82
- if (points[i] == null) {
83
- // copy gaps
84
- for (m = 0; m < ps; ++m)
85
- newpoints.push(points[i + m]);
86
- i += ps;
87
- }
88
- else if (j >= otherpoints.length) {
89
- // for lines, we can't use the rest of the points
90
- if (!withlines) {
91
- for (m = 0; m < ps; ++m)
92
- newpoints.push(points[i + m]);
93
- }
94
- i += ps;
95
- }
96
- else if (otherpoints[j] == null) {
97
- // oops, got a gap
98
- for (m = 0; m < ps; ++m)
99
- newpoints.push(null);
100
- fromgap = true;
101
- j += otherps;
102
- }
103
- else {
104
- // cases where we actually got two points
105
- px = points[i + keyOffset];
106
- py = points[i + accumulateOffset];
107
- qx = otherpoints[j + keyOffset];
108
- qy = otherpoints[j + accumulateOffset];
109
- bottom = 0;
110
-
111
- if (px == qx) {
112
- for (m = 0; m < ps; ++m)
113
- newpoints.push(points[i + m]);
114
-
115
- newpoints[l + accumulateOffset] += qy;
116
- bottom = qy;
117
-
118
- i += ps;
119
- j += otherps;
120
- }
121
- else if (px > qx) {
122
- // we got past point below, might need to
123
- // insert interpolated extra point
124
- if (withlines && i > 0 && points[i - ps] != null) {
125
- intery = py + (points[i - ps + accumulateOffset] - py) * (qx - px) / (points[i - ps + keyOffset] - px);
126
- newpoints.push(qx);
127
- newpoints.push(intery + qy);
128
- for (m = 2; m < ps; ++m)
129
- newpoints.push(points[i + m]);
130
- bottom = qy;
131
- }
132
-
133
- j += otherps;
134
- }
135
- else { // px < qx
136
- if (fromgap && withlines) {
137
- // if we come from a gap, we just skip this point
138
- i += ps;
139
- continue;
140
- }
141
-
142
- for (m = 0; m < ps; ++m)
143
- newpoints.push(points[i + m]);
144
-
145
- // we might be able to interpolate a point below,
146
- // this can give us a better y
147
- if (withlines && j > 0 && otherpoints[j - otherps] != null)
148
- bottom = qy + (otherpoints[j - otherps + accumulateOffset] - qy) * (px - qx) / (otherpoints[j - otherps + keyOffset] - qx);
149
-
150
- newpoints[l + accumulateOffset] += bottom;
151
-
152
- i += ps;
153
- }
154
-
155
- fromgap = false;
156
-
157
- if (l != newpoints.length && withbottom)
158
- newpoints[l + 2] += bottom;
159
- }
160
-
161
- // maintain the line steps invariant
162
- if (withsteps && l != newpoints.length && l > 0
163
- && newpoints[l] != null
164
- && newpoints[l] != newpoints[l - ps]
165
- && newpoints[l + 1] != newpoints[l - ps + 1]) {
166
- for (m = 0; m < ps; ++m)
167
- newpoints[l + ps + m] = newpoints[l + m];
168
- newpoints[l + 1] = newpoints[l - ps + 1];
169
- }
170
- }
171
-
172
- datapoints.points = newpoints;
173
- }
174
-
175
- plot.hooks.processDatapoints.push(stackData);
176
- }
177
-
178
- $.plot.plugins.push({
179
- init: init,
180
- options: options,
181
- name: 'stack',
182
- version: '1.2'
183
- });
184
- })(jQuery);
@@ -1,14 +0,0 @@
1
- /*
2
- * jquery.flot.tooltip
3
- *
4
- * desc: create tooltip with values of hovered point on the graph,
5
- support many series, time mode, stacking and pie charts
6
- you can set custom tip content (also with use of HTML tags) and precision of values
7
- * version: 0.4.4
8
- * author: Krzysztof Urbas @krzysu [myviews.pl] with help of @ismyrnow
9
- * website: https://github.com/krzysu/flot.tooltip
10
- *
11
- * released under MIT License, 2012
12
- */
13
-
14
- (function(a){var b={tooltip:false,tooltipOpts:{content:"%s | X: %x | Y: %y.2",dateFormat:"%y-%0m-%0d",shifts:{x:10,y:20},defaultTheme:true}};var c=function(b){var c={x:0,y:0};var d=b.getOptions();var e=function(a){c.x=a.x;c.y=a.y};var f=function(a){var b={x:0,y:0};b.x=a.pageX;b.y=a.pageY;e(b)};var g=function(b){var c=new Date(b);return a.plot.formatDate(c,d.tooltipOpts.dateFormat)};b.hooks.bindEvents.push(function(b,e){var i=d.tooltipOpts;var j=b.getPlaceholder();var k;if(d.tooltip===false)return;if(a("#flotTip").length>0){k=a("#flotTip")}else{k=a("<div />").attr("id","flotTip");k.appendTo("body").hide().css({position:"absolute"});if(i.defaultTheme){k.css({background:"#fff","z-index":"100",padding:"0.4em 0.6em","border-radius":"0.5em","font-size":"0.8em",border:"1px solid #111"})}}a(j).bind("plothover",function(a,b,e){if(e){var f;if(d.xaxis.mode==="time"||d.xaxes[0].mode==="time"){f=h(i.content,e,g)}else{f=h(i.content,e)}k.html(f).css({left:c.x+i.shifts.x,top:c.y+i.shifts.y}).show()}else{k.hide().html("")}});e.mousemove(f)});var h=function(a,b,c){var d=/%p\.{0,1}(\d{0,})/;var e=/%s/;var f=/%x\.{0,1}(\d{0,})/;var g=/%y\.{0,1}(\d{0,})/;if(typeof b.series.percent!=="undefined"){a=i(d,a,b.series.percent)}if(typeof b.series.label!=="undefined"){a=a.replace(e,b.series.label)}if(typeof c==="function"){a=a.replace(f,c(b.series.data[b.dataIndex][0]))}else if(typeof b.series.data[b.dataIndex][0]==="number"){a=i(f,a,b.series.data[b.dataIndex][0])}if(typeof b.series.data[b.dataIndex][1]==="number"){a=i(g,a,b.series.data[b.dataIndex][1])}return a};var i=function(a,b,c){var d;if(b.match(a)!=="null"){if(RegExp.$1!==""){d=RegExp.$1;c=c.toFixed(d)}b=b.replace(a,c)}return b}};a.plot.plugins.push({init:c,options:b,name:"tooltip",version:"0.4.4"})})(jQuery)
@@ -1,589 +0,0 @@
1
- /*!
2
- * FullCalendar v1.6.4 Stylesheet
3
- * Docs & License: http://arshaw.com/fullcalendar/
4
- * (c) 2013 Adam Shaw
5
- */
6
-
7
-
8
- .fc {
9
- direction: ltr;
10
- text-align: left;
11
- }
12
-
13
- .fc table {
14
- border-collapse: collapse;
15
- border-spacing: 0;
16
- }
17
-
18
- html .fc,
19
- .fc table {
20
- font-size: 1em;
21
- }
22
-
23
- .fc td,
24
- .fc th {
25
- padding: 0;
26
- vertical-align: top;
27
- }
28
-
29
-
30
-
31
- /* Header
32
- ------------------------------------------------------------------------*/
33
-
34
- .fc-header td {
35
- white-space: nowrap;
36
- }
37
-
38
- .fc-header-left {
39
- width: 25%;
40
- text-align: left;
41
- }
42
-
43
- .fc-header-center {
44
- text-align: center;
45
- }
46
-
47
- .fc-header-right {
48
- width: 25%;
49
- text-align: right;
50
- }
51
-
52
- .fc-header-title {
53
- display: inline-block;
54
- vertical-align: top;
55
- }
56
-
57
- .fc-header-title h2 {
58
- margin-top: 0;
59
- white-space: nowrap;
60
- }
61
-
62
- .fc .fc-header-space {
63
- padding-left: 10px;
64
- }
65
-
66
- .fc-header .fc-button {
67
- margin-bottom: 1em;
68
- vertical-align: top;
69
- }
70
-
71
- /* buttons edges butting together */
72
-
73
- .fc-header .fc-button {
74
- margin-right: -1px;
75
- }
76
-
77
- .fc-header .fc-corner-right, /* non-theme */
78
- .fc-header .ui-corner-right { /* theme */
79
- margin-right: 0; /* back to normal */
80
- }
81
-
82
- /* button layering (for border precedence) */
83
-
84
- .fc-header .fc-state-hover,
85
- .fc-header .ui-state-hover {
86
- z-index: 2;
87
- }
88
-
89
- .fc-header .fc-state-down {
90
- z-index: 3;
91
- }
92
-
93
- .fc-header .fc-state-active,
94
- .fc-header .ui-state-active {
95
- z-index: 4;
96
- }
97
-
98
-
99
-
100
- /* Content
101
- ------------------------------------------------------------------------*/
102
-
103
- .fc-content {
104
- clear: both;
105
- zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
106
- }
107
-
108
- .fc-view {
109
- width: 100%;
110
- overflow: hidden;
111
- }
112
-
113
-
114
-
115
- /* Cell Styles
116
- ------------------------------------------------------------------------*/
117
-
118
- .fc-widget-header, /* <th>, usually */
119
- .fc-widget-content { /* <td>, usually */
120
- border: 1px solid #ddd;
121
- }
122
-
123
- .fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
124
- background: #fcf8e3;
125
- }
126
-
127
- .fc-cell-overlay { /* semi-transparent rectangle while dragging */
128
- background: #bce8f1;
129
- opacity: .3;
130
- filter: alpha(opacity=30); /* for IE */
131
- }
132
-
133
-
134
-
135
- /* Buttons
136
- ------------------------------------------------------------------------*/
137
-
138
- .fc-button {
139
- position: relative;
140
- display: inline-block;
141
- padding: 0 .6em;
142
- overflow: hidden;
143
- height: 1.9em;
144
- line-height: 1.9em;
145
- white-space: nowrap;
146
- cursor: pointer;
147
- }
148
-
149
- .fc-state-default { /* non-theme */
150
- border: 1px solid;
151
- }
152
-
153
- .fc-state-default.fc-corner-left { /* non-theme */
154
- border-top-left-radius: 4px;
155
- border-bottom-left-radius: 4px;
156
- }
157
-
158
- .fc-state-default.fc-corner-right { /* non-theme */
159
- border-top-right-radius: 4px;
160
- border-bottom-right-radius: 4px;
161
- }
162
-
163
- /*
164
- Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
165
- and we'll try to make them look good cross-browser.
166
- */
167
-
168
- .fc-text-arrow {
169
- margin: 0 .1em;
170
- font-size: 2em;
171
- font-family: "Courier New", Courier, monospace;
172
- vertical-align: baseline; /* for IE7 */
173
- }
174
-
175
- .fc-button-prev .fc-text-arrow,
176
- .fc-button-next .fc-text-arrow { /* for &lsaquo; &rsaquo; */
177
- font-weight: bold;
178
- }
179
-
180
- /* icon (for jquery ui) */
181
-
182
- .fc-button .fc-icon-wrap {
183
- position: relative;
184
- float: left;
185
- top: 50%;
186
- }
187
-
188
- .fc-button .ui-icon {
189
- position: relative;
190
- float: left;
191
- margin-top: -50%;
192
- *margin-top: 0;
193
- *top: -50%;
194
- }
195
-
196
- /*
197
- button states
198
- borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
199
- */
200
-
201
- .fc-state-default {
202
- background-color: #f5f5f5;
203
- background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
204
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
205
- background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
206
- background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
207
- background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
208
- background-repeat: repeat-x;
209
- border-color: #e6e6e6 #e6e6e6 #bfbfbf;
210
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
211
- color: #333;
212
- text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
213
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
214
- }
215
-
216
- .fc-state-hover,
217
- .fc-state-down,
218
- .fc-state-active,
219
- .fc-state-disabled {
220
- color: #333333;
221
- background-color: #e6e6e6;
222
- }
223
-
224
- .fc-state-hover {
225
- color: #333333;
226
- text-decoration: none;
227
- background-position: 0 -15px;
228
- -webkit-transition: background-position 0.1s linear;
229
- -moz-transition: background-position 0.1s linear;
230
- -o-transition: background-position 0.1s linear;
231
- transition: background-position 0.1s linear;
232
- }
233
-
234
- .fc-state-down,
235
- .fc-state-active {
236
- background-color: #cccccc;
237
- background-image: none;
238
- outline: 0;
239
- box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
240
- }
241
-
242
- .fc-state-disabled {
243
- cursor: default;
244
- background-image: none;
245
- opacity: 0.65;
246
- filter: alpha(opacity=65);
247
- box-shadow: none;
248
- }
249
-
250
-
251
-
252
- /* Global Event Styles
253
- ------------------------------------------------------------------------*/
254
-
255
- .fc-event-container > * {
256
- z-index: 8;
257
- }
258
-
259
- .fc-event-container > .ui-draggable-dragging,
260
- .fc-event-container > .ui-resizable-resizing {
261
- z-index: 9;
262
- }
263
-
264
- .fc-event {
265
- border: 1px solid #3a87ad; /* default BORDER color */
266
- background-color: #3a87ad; /* default BACKGROUND color */
267
- color: #fff; /* default TEXT color */
268
- font-size: .85em;
269
- cursor: default;
270
- }
271
-
272
- a.fc-event {
273
- text-decoration: none;
274
- }
275
-
276
- a.fc-event,
277
- .fc-event-draggable {
278
- cursor: pointer;
279
- }
280
-
281
- .fc-rtl .fc-event {
282
- text-align: right;
283
- }
284
-
285
- .fc-event-inner {
286
- width: 100%;
287
- height: 100%;
288
- overflow: hidden;
289
- }
290
-
291
- .fc-event-time,
292
- .fc-event-title {
293
- padding: 0 1px;
294
- }
295
-
296
- .fc .ui-resizable-handle {
297
- display: block;
298
- position: absolute;
299
- z-index: 99999;
300
- overflow: hidden; /* hacky spaces (IE6/7) */
301
- font-size: 300%; /* */
302
- line-height: 50%; /* */
303
- }
304
-
305
-
306
-
307
- /* Horizontal Events
308
- ------------------------------------------------------------------------*/
309
-
310
- .fc-event-hori {
311
- border-width: 1px 0;
312
- margin-bottom: 1px;
313
- }
314
-
315
- .fc-ltr .fc-event-hori.fc-event-start,
316
- .fc-rtl .fc-event-hori.fc-event-end {
317
- border-left-width: 1px;
318
- border-top-left-radius: 3px;
319
- border-bottom-left-radius: 3px;
320
- }
321
-
322
- .fc-ltr .fc-event-hori.fc-event-end,
323
- .fc-rtl .fc-event-hori.fc-event-start {
324
- border-right-width: 1px;
325
- border-top-right-radius: 3px;
326
- border-bottom-right-radius: 3px;
327
- }
328
-
329
- /* resizable */
330
-
331
- .fc-event-hori .ui-resizable-e {
332
- top: 0 !important; /* importants override pre jquery ui 1.7 styles */
333
- right: -3px !important;
334
- width: 7px !important;
335
- height: 100% !important;
336
- cursor: e-resize;
337
- }
338
-
339
- .fc-event-hori .ui-resizable-w {
340
- top: 0 !important;
341
- left: -3px !important;
342
- width: 7px !important;
343
- height: 100% !important;
344
- cursor: w-resize;
345
- }
346
-
347
- .fc-event-hori .ui-resizable-handle {
348
- _padding-bottom: 14px; /* IE6 had 0 height */
349
- }
350
-
351
-
352
-
353
- /* Reusable Separate-border Table
354
- ------------------------------------------------------------*/
355
-
356
- table.fc-border-separate {
357
- border-collapse: separate;
358
- }
359
-
360
- .fc-border-separate th,
361
- .fc-border-separate td {
362
- border-width: 1px 0 0 1px;
363
- }
364
-
365
- .fc-border-separate th.fc-last,
366
- .fc-border-separate td.fc-last {
367
- border-right-width: 1px;
368
- }
369
-
370
- .fc-border-separate tr.fc-last th,
371
- .fc-border-separate tr.fc-last td {
372
- border-bottom-width: 1px;
373
- }
374
-
375
- .fc-border-separate tbody tr.fc-first td,
376
- .fc-border-separate tbody tr.fc-first th {
377
- border-top-width: 0;
378
- }
379
-
380
-
381
-
382
- /* Month View, Basic Week View, Basic Day View
383
- ------------------------------------------------------------------------*/
384
-
385
- .fc-grid th {
386
- text-align: center;
387
- }
388
-
389
- .fc .fc-week-number {
390
- width: 22px;
391
- text-align: center;
392
- }
393
-
394
- .fc .fc-week-number div {
395
- padding: 0 2px;
396
- }
397
-
398
- .fc-grid .fc-day-number {
399
- float: right;
400
- padding: 0 2px;
401
- }
402
-
403
- .fc-grid .fc-other-month .fc-day-number {
404
- opacity: 0.3;
405
- filter: alpha(opacity=30); /* for IE */
406
- /* opacity with small font can sometimes look too faded
407
- might want to set the 'color' property instead
408
- making day-numbers bold also fixes the problem */
409
- }
410
-
411
- .fc-grid .fc-day-content {
412
- clear: both;
413
- padding: 2px 2px 1px; /* distance between events and day edges */
414
- }
415
-
416
- /* event styles */
417
-
418
- .fc-grid .fc-event-time {
419
- font-weight: bold;
420
- }
421
-
422
- /* right-to-left */
423
-
424
- .fc-rtl .fc-grid .fc-day-number {
425
- float: left;
426
- }
427
-
428
- .fc-rtl .fc-grid .fc-event-time {
429
- float: right;
430
- }
431
-
432
-
433
-
434
- /* Agenda Week View, Agenda Day View
435
- ------------------------------------------------------------------------*/
436
-
437
- .fc-agenda table {
438
- border-collapse: separate;
439
- }
440
-
441
- .fc-agenda-days th {
442
- text-align: center;
443
- }
444
-
445
- .fc-agenda .fc-agenda-axis {
446
- width: 50px;
447
- padding: 0 4px;
448
- vertical-align: middle;
449
- text-align: right;
450
- white-space: nowrap;
451
- font-weight: normal;
452
- }
453
-
454
- .fc-agenda .fc-week-number {
455
- font-weight: bold;
456
- }
457
-
458
- .fc-agenda .fc-day-content {
459
- padding: 2px 2px 1px;
460
- }
461
-
462
- /* make axis border take precedence */
463
-
464
- .fc-agenda-days .fc-agenda-axis {
465
- border-right-width: 1px;
466
- }
467
-
468
- .fc-agenda-days .fc-col0 {
469
- border-left-width: 0;
470
- }
471
-
472
- /* all-day area */
473
-
474
- .fc-agenda-allday th {
475
- border-width: 0 1px;
476
- }
477
-
478
- .fc-agenda-allday .fc-day-content {
479
- min-height: 34px; /* TODO: doesnt work well in quirksmode */
480
- _height: 34px;
481
- }
482
-
483
- /* divider (between all-day and slots) */
484
-
485
- .fc-agenda-divider-inner {
486
- height: 2px;
487
- overflow: hidden;
488
- }
489
-
490
- .fc-widget-header .fc-agenda-divider-inner {
491
- background: #eee;
492
- }
493
-
494
- /* slot rows */
495
-
496
- .fc-agenda-slots th {
497
- border-width: 1px 1px 0;
498
- }
499
-
500
- .fc-agenda-slots td {
501
- border-width: 1px 0 0;
502
- background: none;
503
- }
504
-
505
- .fc-agenda-slots td div {
506
- height: 20px;
507
- }
508
-
509
- .fc-agenda-slots tr.fc-slot0 th,
510
- .fc-agenda-slots tr.fc-slot0 td {
511
- border-top-width: 0;
512
- }
513
-
514
- .fc-agenda-slots tr.fc-minor th,
515
- .fc-agenda-slots tr.fc-minor td {
516
- border-top-style: dotted;
517
- }
518
-
519
- .fc-agenda-slots tr.fc-minor th.ui-widget-header {
520
- *border-top-style: solid; /* doesn't work with background in IE6/7 */
521
- }
522
-
523
-
524
-
525
- /* Vertical Events
526
- ------------------------------------------------------------------------*/
527
-
528
- .fc-event-vert {
529
- border-width: 0 1px;
530
- }
531
-
532
- .fc-event-vert.fc-event-start {
533
- border-top-width: 1px;
534
- border-top-left-radius: 3px;
535
- border-top-right-radius: 3px;
536
- }
537
-
538
- .fc-event-vert.fc-event-end {
539
- border-bottom-width: 1px;
540
- border-bottom-left-radius: 3px;
541
- border-bottom-right-radius: 3px;
542
- }
543
-
544
- .fc-event-vert .fc-event-time {
545
- white-space: nowrap;
546
- font-size: 10px;
547
- }
548
-
549
- .fc-event-vert .fc-event-inner {
550
- position: relative;
551
- z-index: 2;
552
- }
553
-
554
- .fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay */
555
- position: absolute;
556
- z-index: 1;
557
- top: 0;
558
- left: 0;
559
- width: 100%;
560
- height: 100%;
561
- background: #fff;
562
- opacity: .25;
563
- filter: alpha(opacity=25);
564
- }
565
-
566
- .fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
567
- .fc-select-helper .fc-event-bg {
568
- display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
569
- }
570
-
571
- /* resizable */
572
-
573
- .fc-event-vert .ui-resizable-s {
574
- bottom: 0 !important; /* importants override pre jquery ui 1.7 styles */
575
- width: 100% !important;
576
- height: 8px !important;
577
- overflow: hidden !important;
578
- line-height: 8px !important;
579
- font-size: 11px !important;
580
- font-family: monospace;
581
- text-align: center;
582
- cursor: s-resize;
583
- }
584
-
585
- .fc-agenda .ui-resizable-resizing { /* TODO: better selector */
586
- _overflow: hidden;
587
- }
588
-
589
-