compass-jquery-plugin 0.3.2.7 → 0.3.2.8

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 (317) hide show
  1. data/README.md +17 -11
  2. data/VERSION.yml +2 -2
  3. data/lib/handle_js_files.rb +1 -1
  4. data/lib/jquery/emulators.rb +13 -0
  5. data/templates/dynatree/jquery.dynatree.min.js +79 -81
  6. data/templates/emulators/config/initializers/emulators.rb +0 -9
  7. data/templates/emulators/emulators/{blackberry.landscape.scss → blackberry.torch.landscape.scss} +6 -2
  8. data/templates/emulators/emulators/{blackberry.portrait.scss → blackberry.torch.portrait.scss} +6 -1
  9. data/templates/emulators/emulators/galaxy.s.landscape.png +0 -0
  10. data/templates/emulators/emulators/galaxy.s.landscape.scss +20 -0
  11. data/templates/emulators/emulators/galaxy.s.portrait.png +0 -0
  12. data/templates/emulators/emulators/galaxy.s.portrait.scss +20 -0
  13. data/templates/emulators/emulators/galaxy.s2.landscape.png +0 -0
  14. data/templates/emulators/emulators/galaxy.s2.landscape.scss +20 -0
  15. data/templates/emulators/emulators/galaxy.s2.portrait.png +0 -0
  16. data/templates/emulators/emulators/galaxy.s2.portrait.scss +20 -0
  17. data/templates/emulators/emulators/galaxy.tab.10.1.landscape.png +0 -0
  18. data/templates/emulators/emulators/galaxy.tab.10.1.landscape.scss +20 -0
  19. data/templates/emulators/emulators/galaxy.tab.10.1.portrait.png +0 -0
  20. data/templates/emulators/emulators/galaxy.tab.10.1.portrait.scss +20 -0
  21. data/templates/emulators/emulators/galaxy.tab.7.landscape.png +0 -0
  22. data/templates/emulators/emulators/galaxy.tab.7.landscape.scss +20 -0
  23. data/templates/emulators/emulators/galaxy.tab.7.portrait.png +0 -0
  24. data/templates/emulators/emulators/galaxy.tab.7.portrait.scss +20 -0
  25. data/templates/emulators/emulators/galaxy.tab.8.9.landscape.png +0 -0
  26. data/templates/emulators/emulators/galaxy.tab.8.9.landscape.scss +20 -0
  27. data/templates/emulators/emulators/galaxy.tab.8.9.portrait.png +0 -0
  28. data/templates/emulators/emulators/galaxy.tab.8.9.portrait.scss +20 -0
  29. data/templates/emulators/emulators/ipad.landscape.png +0 -0
  30. data/templates/emulators/emulators/ipad.landscape.scss +9 -4
  31. data/templates/emulators/emulators/ipad.portrait.png +0 -0
  32. data/templates/emulators/emulators/ipad.portrait.scss +9 -4
  33. data/templates/emulators/emulators/{iphone.landscape.png → iphone.3.landscape.png} +0 -0
  34. data/templates/emulators/emulators/{iphone.landscape.scss → iphone.3.landscape.scss} +7 -3
  35. data/templates/emulators/emulators/{iphone.portrait.png → iphone.3.portrait.png} +0 -0
  36. data/templates/emulators/emulators/{iphone.portrait.scss → iphone.3.portrait.scss} +7 -3
  37. data/templates/emulators/emulators/iphone.4.landscape .scss +20 -0
  38. data/templates/emulators/emulators/iphone.4.landscape.png +0 -0
  39. data/templates/emulators/emulators/iphone.4.portrait.png +0 -0
  40. data/templates/emulators/emulators/iphone.4.portrait.scss +20 -0
  41. data/templates/emulators/emulators/{palm.pre.landscape.png → palm.pre.2.landscape.png} +0 -0
  42. data/templates/emulators/emulators/{palm.landscape.scss → palm.pre.2.landscape.scss} +7 -3
  43. data/templates/emulators/emulators/{palm.pre.portrait.png → palm.pre.2.portrait.png} +0 -0
  44. data/templates/emulators/emulators/{palm.portrait.scss → palm.pre.2.portrait.scss} +7 -3
  45. data/templates/emulators/manifest.rb +34 -10
  46. data/templates/graphics/config/initializers/graphics.rb +8 -0
  47. data/templates/graphics/highcharts/dark-blue.js +170 -0
  48. data/templates/graphics/highcharts/dark-blue.min.js +4 -0
  49. data/templates/graphics/highcharts/dark-green.js +170 -0
  50. data/templates/graphics/highcharts/dark-green.min.js +4 -0
  51. data/templates/graphics/highcharts/gray.js +164 -0
  52. data/templates/graphics/highcharts/gray.min.js +4 -0
  53. data/templates/graphics/highcharts/grid.js +97 -0
  54. data/templates/graphics/highcharts/grid.min.js +3 -0
  55. data/templates/graphics/highcharts/highslide-config.js +12 -0
  56. data/templates/graphics/highcharts/highslide-config.min.js +1 -0
  57. data/templates/graphics/highcharts/highslide-full.js +3391 -0
  58. data/templates/graphics/highcharts/highslide-full.min.js +132 -0
  59. data/templates/graphics/highcharts/skies.js +89 -0
  60. data/templates/graphics/highcharts/skies.min.js +3 -0
  61. data/templates/graphics/jquery.ganttView.js +1 -1
  62. data/templates/graphics/jquery.ganttView.min.js +61 -61
  63. data/templates/graphics/jquery.highcharts.js +11342 -0
  64. data/templates/graphics/jquery.highcharts.min.js +176 -0
  65. data/templates/graphics/jquery.sparkline.min.js +35 -36
  66. data/templates/graphics/jquery/highcharts/graphics/close.png +0 -0
  67. data/templates/graphics/jquery/highcharts/graphics/closeX.png +0 -0
  68. data/templates/graphics/jquery/highcharts/graphics/controlbar-black-border.gif +0 -0
  69. data/templates/graphics/jquery/highcharts/graphics/controlbar-text-buttons.png +0 -0
  70. data/templates/graphics/jquery/highcharts/graphics/controlbar-white-small.gif +0 -0
  71. data/templates/graphics/jquery/highcharts/graphics/controlbar-white.gif +0 -0
  72. data/templates/graphics/jquery/highcharts/graphics/controlbar2.gif +0 -0
  73. data/templates/graphics/jquery/highcharts/graphics/controlbar3.gif +0 -0
  74. data/templates/graphics/jquery/highcharts/graphics/controlbar4-hover.gif +0 -0
  75. data/templates/graphics/jquery/highcharts/graphics/controlbar4.gif +0 -0
  76. data/templates/graphics/jquery/highcharts/graphics/fullexpand.gif +0 -0
  77. data/templates/graphics/jquery/highcharts/graphics/geckodimmer.png +0 -0
  78. data/templates/graphics/jquery/highcharts/graphics/icon.gif +0 -0
  79. data/templates/graphics/jquery/highcharts/graphics/loader.gif +0 -0
  80. data/templates/graphics/jquery/highcharts/graphics/loader.white.gif +0 -0
  81. data/templates/graphics/jquery/highcharts/graphics/outlines/beveled.png +0 -0
  82. data/templates/graphics/jquery/highcharts/graphics/outlines/drop-shadow.png +0 -0
  83. data/templates/graphics/jquery/highcharts/graphics/outlines/glossy-dark.png +0 -0
  84. data/templates/graphics/jquery/highcharts/graphics/outlines/outer-glow.png +0 -0
  85. data/templates/graphics/jquery/highcharts/graphics/outlines/rounded-black.png +0 -0
  86. data/templates/graphics/jquery/highcharts/graphics/outlines/rounded-white.png +0 -0
  87. data/templates/graphics/jquery/highcharts/graphics/resize.gif +0 -0
  88. data/templates/graphics/jquery/highcharts/graphics/scrollarrows.png +0 -0
  89. data/templates/graphics/jquery/highcharts/graphics/zoomin.cur +0 -0
  90. data/templates/graphics/jquery/highcharts/graphics/zoomout.cur +0 -0
  91. data/templates/graphics/jquery/highcharts/skies.jpg +0 -0
  92. data/templates/graphics/jquery/highslide.scss +763 -0
  93. data/templates/graphics/manifest.rb +43 -0
  94. data/templates/ical/config/initializers/ical.rb +1 -0
  95. data/templates/ical/jquery.ical.js +8401 -8209
  96. data/templates/ical/jquery.ical.min.js +206 -208
  97. data/templates/ical/jquery/ical.print.scss +48 -0
  98. data/templates/ical/jquery/ical.scss +372 -343
  99. data/templates/ical/manifest.rb +1 -0
  100. data/templates/jqgrid/i18n/jqgrid/locale-ar.min.js +2 -2
  101. data/templates/jqgrid/i18n/jqgrid/locale-bg.min.js +1 -1
  102. data/templates/jqgrid/i18n/jqgrid/locale-bg1251.min.js +1 -1
  103. data/templates/jqgrid/i18n/jqgrid/locale-cat.min.js +1 -1
  104. data/templates/jqgrid/i18n/jqgrid/locale-cn.min.js +1 -1
  105. data/templates/jqgrid/i18n/jqgrid/locale-cs.min.js +1 -1
  106. data/templates/jqgrid/i18n/jqgrid/locale-da.min.js +1 -1
  107. data/templates/jqgrid/i18n/jqgrid/locale-de.min.js +1 -1
  108. data/templates/jqgrid/i18n/jqgrid/locale-el.min.js +2 -2
  109. data/templates/jqgrid/i18n/jqgrid/locale-en.min.js +1 -1
  110. data/templates/jqgrid/i18n/jqgrid/locale-es.min.js +2 -2
  111. data/templates/jqgrid/i18n/jqgrid/locale-fa.min.js +1 -1
  112. data/templates/jqgrid/i18n/jqgrid/locale-fi.min.js +1 -1
  113. data/templates/jqgrid/i18n/jqgrid/locale-fr.min.js +2 -2
  114. data/templates/jqgrid/i18n/jqgrid/locale-gl.min.js +2 -2
  115. data/templates/jqgrid/i18n/jqgrid/locale-he.min.js +1 -1
  116. data/templates/jqgrid/i18n/jqgrid/locale-hu.min.js +1 -1
  117. data/templates/jqgrid/i18n/jqgrid/locale-is.min.js +1 -1
  118. data/templates/jqgrid/i18n/jqgrid/locale-it.min.js +2 -2
  119. data/templates/jqgrid/i18n/jqgrid/locale-ja.min.js +1 -1
  120. data/templates/jqgrid/i18n/jqgrid/locale-lt.min.js +2 -2
  121. data/templates/jqgrid/i18n/jqgrid/locale-nl.min.js +1 -1
  122. data/templates/jqgrid/i18n/jqgrid/locale-no.min.js +1 -1
  123. data/templates/jqgrid/i18n/jqgrid/locale-pl.min.js +1 -1
  124. data/templates/jqgrid/i18n/jqgrid/locale-pt-br.min.js +1 -1
  125. data/templates/jqgrid/i18n/jqgrid/locale-pt.min.js +1 -1
  126. data/templates/jqgrid/i18n/jqgrid/locale-ro.min.js +1 -1
  127. data/templates/jqgrid/i18n/jqgrid/locale-ru.min.js +2 -2
  128. data/templates/jqgrid/i18n/jqgrid/locale-sk.min.js +1 -1
  129. data/templates/jqgrid/i18n/jqgrid/locale-sr.min.js +1 -1
  130. data/templates/jqgrid/i18n/jqgrid/locale-sv.min.js +1 -1
  131. data/templates/jqgrid/i18n/jqgrid/locale-tr.min.js +1 -1
  132. data/templates/jqgrid/i18n/jqgrid/locale-ua.min.js +2 -2
  133. data/templates/jqgrid/jquery.jqGrid.js +162 -850
  134. data/templates/jqgrid/jquery.jqGrid.min.js +476 -497
  135. data/templates/jqgrid/jquery/jqGrid.scss +0 -19
  136. data/templates/jquery/amplify.store.js +248 -0
  137. data/templates/jquery/amplify.store.min.js +6 -0
  138. data/templates/jquery/config/initializers/jquery.rb +5 -1
  139. data/templates/jquery/history.adapter.jquery.js +37 -43
  140. data/templates/jquery/history.adapter.jquery.min.js +1 -1
  141. data/templates/jquery/history.html4.js +596 -587
  142. data/templates/jquery/history.html4.min.js +8 -8
  143. data/templates/jquery/history.js +1839 -1669
  144. data/templates/jquery/history.min.js +27 -25
  145. data/templates/jquery/i18n/jquery.ui/datepicker-af.min.js +1 -1
  146. data/templates/jquery/i18n/jquery.ui/datepicker-ar-DZ.min.js +1 -1
  147. data/templates/jquery/i18n/jquery.ui/datepicker-ar.min.js +1 -1
  148. data/templates/jquery/i18n/jquery.ui/datepicker-az.min.js +1 -1
  149. data/templates/jquery/i18n/jquery.ui/datepicker-bg.min.js +1 -1
  150. data/templates/jquery/i18n/jquery.ui/datepicker-bs.min.js +1 -1
  151. data/templates/jquery/i18n/jquery.ui/datepicker-ca.min.js +1 -1
  152. data/templates/jquery/i18n/jquery.ui/datepicker-cs.min.js +1 -1
  153. data/templates/jquery/i18n/jquery.ui/datepicker-da.min.js +1 -1
  154. data/templates/jquery/i18n/jquery.ui/datepicker-de.min.js +1 -1
  155. data/templates/jquery/i18n/jquery.ui/datepicker-el.min.js +1 -1
  156. data/templates/jquery/i18n/jquery.ui/datepicker-en-AU.min.js +1 -1
  157. data/templates/jquery/i18n/jquery.ui/datepicker-en-GB.min.js +1 -1
  158. data/templates/jquery/i18n/jquery.ui/datepicker-en-NZ.min.js +1 -1
  159. data/templates/jquery/i18n/jquery.ui/datepicker-eo.min.js +1 -1
  160. data/templates/jquery/i18n/jquery.ui/datepicker-es.min.js +1 -1
  161. data/templates/jquery/i18n/jquery.ui/datepicker-et.min.js +1 -1
  162. data/templates/jquery/i18n/jquery.ui/datepicker-eu.min.js +1 -1
  163. data/templates/jquery/i18n/jquery.ui/datepicker-fa.min.js +2 -2
  164. data/templates/jquery/i18n/jquery.ui/datepicker-fi.min.js +1 -1
  165. data/templates/jquery/i18n/jquery.ui/datepicker-fo.min.js +1 -1
  166. data/templates/jquery/i18n/jquery.ui/datepicker-fr-CH.min.js +1 -1
  167. data/templates/jquery/i18n/jquery.ui/datepicker-fr.min.js +1 -1
  168. data/templates/jquery/i18n/jquery.ui/datepicker-gl.min.js +1 -1
  169. data/templates/jquery/i18n/jquery.ui/datepicker-he.min.js +1 -1
  170. data/templates/jquery/i18n/jquery.ui/datepicker-hr.min.js +1 -1
  171. data/templates/jquery/i18n/jquery.ui/datepicker-hu.min.js +1 -1
  172. data/templates/jquery/i18n/jquery.ui/datepicker-hy.min.js +1 -1
  173. data/templates/jquery/i18n/jquery.ui/datepicker-id.min.js +1 -1
  174. data/templates/jquery/i18n/jquery.ui/datepicker-is.min.js +1 -1
  175. data/templates/jquery/i18n/jquery.ui/datepicker-it.min.js +1 -1
  176. data/templates/jquery/i18n/jquery.ui/datepicker-ja.min.js +1 -1
  177. data/templates/jquery/i18n/jquery.ui/datepicker-ko.min.js +1 -1
  178. data/templates/jquery/i18n/jquery.ui/datepicker-kz.min.js +1 -1
  179. data/templates/jquery/i18n/jquery.ui/datepicker-lt.min.js +1 -1
  180. data/templates/jquery/i18n/jquery.ui/datepicker-lv.min.js +1 -1
  181. data/templates/jquery/i18n/jquery.ui/datepicker-ml.min.js +2 -2
  182. data/templates/jquery/i18n/jquery.ui/datepicker-ms.min.js +1 -1
  183. data/templates/jquery/i18n/jquery.ui/datepicker-nl.min.js +1 -1
  184. data/templates/jquery/i18n/jquery.ui/datepicker-no.min.js +1 -1
  185. data/templates/jquery/i18n/jquery.ui/datepicker-pl.min.js +1 -1
  186. data/templates/jquery/i18n/jquery.ui/datepicker-pt-BR.min.js +1 -1
  187. data/templates/jquery/i18n/jquery.ui/datepicker-pt.min.js +1 -1
  188. data/templates/jquery/i18n/jquery.ui/datepicker-rm.min.js +1 -1
  189. data/templates/jquery/i18n/jquery.ui/datepicker-ro.min.js +1 -1
  190. data/templates/jquery/i18n/jquery.ui/datepicker-ru.min.js +1 -1
  191. data/templates/jquery/i18n/jquery.ui/datepicker-sk.min.js +1 -1
  192. data/templates/jquery/i18n/jquery.ui/datepicker-sl.min.js +1 -1
  193. data/templates/jquery/i18n/jquery.ui/datepicker-sq.min.js +1 -1
  194. data/templates/jquery/i18n/jquery.ui/datepicker-sr-SR.min.js +1 -1
  195. data/templates/jquery/i18n/jquery.ui/datepicker-sr.min.js +1 -1
  196. data/templates/jquery/i18n/jquery.ui/datepicker-sv.min.js +1 -1
  197. data/templates/jquery/i18n/jquery.ui/datepicker-ta.min.js +1 -1
  198. data/templates/jquery/i18n/jquery.ui/datepicker-th.min.js +1 -1
  199. data/templates/jquery/i18n/jquery.ui/datepicker-tj.min.js +1 -1
  200. data/templates/jquery/i18n/jquery.ui/datepicker-tr.min.js +1 -1
  201. data/templates/jquery/i18n/jquery.ui/datepicker-uk.min.js +1 -1
  202. data/templates/jquery/i18n/jquery.ui/datepicker-vi.min.js +1 -1
  203. data/templates/jquery/i18n/jquery.ui/datepicker-zh-CN.min.js +1 -1
  204. data/templates/jquery/i18n/jquery.ui/datepicker-zh-HK.min.js +1 -1
  205. data/templates/jquery/i18n/jquery.ui/datepicker-zh-TW.min.js +1 -1
  206. data/templates/jquery/jquery-ui.js +217 -104
  207. data/templates/jquery/jquery-ui.min.js +437 -436
  208. data/templates/jquery/jquery.bgiframe.min.js +1 -1
  209. data/templates/jquery/jquery.contextMenu.min.js +7 -7
  210. data/templates/jquery/jquery.cookie.js +60 -58
  211. data/templates/jquery/jquery.cookie.min.js +1 -1
  212. data/templates/jquery/jquery.dotimeout.min.js +2 -2
  213. data/templates/jquery/jquery.dst.min.js +4 -4
  214. data/templates/jquery/jquery.farbtastic.min.js +10 -10
  215. data/templates/jquery/jquery.form.js +15 -5
  216. data/templates/jquery/jquery.form.min.js +20 -20
  217. data/templates/jquery/jquery.haml.min.js +5 -5
  218. data/templates/jquery/jquery.hotkeys.min.js +3 -3
  219. data/templates/jquery/jquery.js +8205 -8170
  220. data/templates/jquery/jquery.layout.min.js +48 -50
  221. data/templates/jquery/jquery.min.js +166 -167
  222. data/templates/jquery/jquery.mousewheel.min.js +2 -2
  223. data/templates/jquery/jquery.offline.min.js +4 -4
  224. data/templates/jquery/jquery.pngFix.js +28 -30
  225. data/templates/jquery/jquery.pngFix.min.js +5 -5
  226. data/templates/jquery/jquery.rails.js +166 -0
  227. data/templates/jquery/jquery.rails.min.js +6 -0
  228. data/templates/jquery/jquery.replacetext.min.js +1 -1
  229. data/templates/jquery/jquery.themeswitchertool.min.js +4 -4
  230. data/templates/jquery/jquery.tmpl.js +14 -12
  231. data/templates/jquery/jquery.tmpl.min.js +12 -12
  232. data/templates/jquery/jquery.tmplPlus.js +2 -2
  233. data/templates/jquery/jquery.tmplPlus.min.js +3 -3
  234. data/templates/jquery/jquery.tokeninput.js +729 -0
  235. data/templates/jquery/jquery.tokeninput.min.js +14 -0
  236. data/templates/jquery/jquery/ui/_theme.scss +23 -16
  237. data/templates/jquery/jquery/ui/black-tie/ui-icons_4ca300_256x240.png +0 -0
  238. data/templates/jquery/jquery/ui/black-tie/ui-icons_bbbbbb_256x240.png +0 -0
  239. data/templates/jquery/jquery/ui/black-tie/ui-icons_ededed_256x240.png +0 -0
  240. data/templates/jquery/jquery/ui/black-tie/ui-icons_ffcf29_256x240.png +0 -0
  241. data/templates/jquery/jquery/ui/tokeninput.facebook.scss +95 -0
  242. data/templates/jquery/jquery/ui/tokeninput.mac.scss +164 -0
  243. data/templates/jquery/jquery/ui/tokeninput.scss +85 -0
  244. data/templates/jquery/jquery/ui/vader/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  245. data/templates/jquery/jquery/ui/vader/ui-icons_bbbbbb_256x240.png +0 -0
  246. data/templates/jquery/jquery/ui/vader/ui-icons_c98000_256x240.png +0 -0
  247. data/templates/jquery/jquery/ui/vader/ui-icons_f29a00_256x240.png +0 -0
  248. data/templates/jquery/json.min.js +6 -6
  249. data/templates/jquery/json2.js +214 -214
  250. data/templates/jquery/json2.min.js +5 -6
  251. data/templates/jquery/manifest.rb +9 -2
  252. data/templates/jstree/jquery.jstree.min.js +222 -224
  253. data/templates/mobile/config/initializers/mobile.rb +1 -1
  254. data/templates/mobile/jquery.mobile.js +887 -404
  255. data/templates/mobile/jquery.mobile.min.js +4 -4
  256. data/templates/mobile/jquery/mobile/_base.scss +50 -26
  257. data/templates/mobile/jquery/mobile/default.scss +59 -63
  258. data/templates/mobile/jquery/mobile/valencia.scss +44 -42
  259. data/templates/ribbon/jquery.ribbon.min.js +14 -14
  260. data/templates/tiny_mce/manifest.rb +4 -0
  261. data/templates/tiny_mce/tiny_mce/langs/de.js +1 -1
  262. data/templates/tiny_mce/tiny_mce/langs/en.js +1 -1
  263. data/templates/tiny_mce/tiny_mce/plugins/advimage/js/image.js +1 -1
  264. data/templates/tiny_mce/tiny_mce/plugins/advimage/langs/de_dlg.js +1 -1
  265. data/templates/tiny_mce/tiny_mce/plugins/advlink/js/advlink.js +1 -1
  266. data/templates/tiny_mce/tiny_mce/plugins/advlink/langs/en_dlg.js +1 -1
  267. data/templates/tiny_mce/tiny_mce/plugins/advlink/link.htm +1 -1
  268. data/templates/tiny_mce/tiny_mce/plugins/advlist/editor_plugin.js +1 -1
  269. data/templates/tiny_mce/tiny_mce/plugins/advlist/editor_plugin_src.js +1 -1
  270. data/templates/tiny_mce/tiny_mce/plugins/autolink/editor_plugin.js +1 -0
  271. data/templates/tiny_mce/tiny_mce/plugins/autolink/editor_plugin_src.js +1 -0
  272. data/templates/tiny_mce/tiny_mce/plugins/autoresize/editor_plugin.js +1 -1
  273. data/templates/tiny_mce/tiny_mce/plugins/autoresize/editor_plugin_src.js +1 -1
  274. data/templates/tiny_mce/tiny_mce/plugins/contextmenu/editor_plugin.js +1 -1
  275. data/templates/tiny_mce/tiny_mce/plugins/contextmenu/editor_plugin_src.js +1 -1
  276. data/templates/tiny_mce/tiny_mce/plugins/fullpage/css/fullpage.css +1 -1
  277. data/templates/tiny_mce/tiny_mce/plugins/fullpage/editor_plugin.js +1 -1
  278. data/templates/tiny_mce/tiny_mce/plugins/fullpage/editor_plugin_src.js +1 -1
  279. data/templates/tiny_mce/tiny_mce/plugins/fullpage/fullpage.htm +1 -1
  280. data/templates/tiny_mce/tiny_mce/plugins/fullpage/js/fullpage.js +1 -1
  281. data/templates/tiny_mce/tiny_mce/plugins/legacyoutput/editor_plugin.js +1 -1
  282. data/templates/tiny_mce/tiny_mce/plugins/legacyoutput/editor_plugin_src.js +1 -1
  283. data/templates/tiny_mce/tiny_mce/plugins/lists/editor_plugin.js +1 -0
  284. data/templates/tiny_mce/tiny_mce/plugins/lists/editor_plugin_src.js +1 -0
  285. data/templates/tiny_mce/tiny_mce/plugins/media/js/media.js +1 -1
  286. data/templates/tiny_mce/tiny_mce/plugins/media/media.htm +1 -1
  287. data/templates/tiny_mce/tiny_mce/plugins/noneditable/editor_plugin.js +1 -1
  288. data/templates/tiny_mce/tiny_mce/plugins/noneditable/editor_plugin_src.js +1 -1
  289. data/templates/tiny_mce/tiny_mce/plugins/paste/editor_plugin.js +1 -1
  290. data/templates/tiny_mce/tiny_mce/plugins/paste/editor_plugin_src.js +1 -1
  291. data/templates/tiny_mce/tiny_mce/plugins/searchreplace/js/searchreplace.js +1 -1
  292. data/templates/tiny_mce/tiny_mce/plugins/spellchecker/editor_plugin.js +1 -1
  293. data/templates/tiny_mce/tiny_mce/plugins/spellchecker/editor_plugin_src.js +1 -1
  294. data/templates/tiny_mce/tiny_mce/plugins/table/editor_plugin.js +1 -1
  295. data/templates/tiny_mce/tiny_mce/plugins/table/editor_plugin_src.js +1 -1
  296. data/templates/tiny_mce/tiny_mce/plugins/xhtmlxtras/editor_plugin.js +1 -1
  297. data/templates/tiny_mce/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js +1 -1
  298. data/templates/tiny_mce/tiny_mce/plugins/xhtmlxtras/js/attributes.js +1 -1
  299. data/templates/tiny_mce/tiny_mce/themes/advanced/editor_template.js +1 -1
  300. data/templates/tiny_mce/tiny_mce/themes/advanced/editor_template_src.js +1 -1
  301. data/templates/tiny_mce/tiny_mce/themes/advanced/js/charmap.js +1 -1
  302. data/templates/tiny_mce/tiny_mce/themes/advanced/langs/de_dlg.js +1 -1
  303. data/templates/tiny_mce/tiny_mce/themes/advanced/langs/en_dlg.js +1 -1
  304. data/templates/tiny_mce/tiny_mce/themes/advanced/skins/default/ui.css +1 -1
  305. data/templates/tiny_mce/tiny_mce/themes/advanced/skins/o2k7/dialog.css +1 -1
  306. data/templates/tiny_mce/tiny_mce/themes/advanced/skins/o2k7/ui.css +1 -1
  307. data/templates/tiny_mce/tiny_mce/themes/advanced/skins/o2k7/ui_black.css +1 -1
  308. data/templates/tiny_mce/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css +1 -1
  309. data/templates/tiny_mce/tiny_mce/tiny_mce.js +1 -1
  310. data/templates/tiny_mce/tiny_mce/utils/form_utils.js +1 -1
  311. data/templates/tiny_mce/tiny_mce/utils/validate.js +1 -1
  312. data/templates/tools/flowplayer.min.js +29 -30
  313. data/templates/tools/jquery.tools.min.js +96 -96
  314. data/templates/tools/swfobject.min.js +18 -19
  315. metadata +95 -16
  316. data/templates/jquery/jrails.js +0 -200
  317. data/templates/jquery/jrails.min.js +0 -8
@@ -82,7 +82,7 @@ div.AnyTime-win {
82
82
  .AnyTime-hdr {
83
83
  background-color: #D0D0D1;
84
84
  color: #606062;
85
- font-family: Arial,Helvetica,sans-serif;
85
+ font-family: Arial, Helvetica, sans-serif;
86
86
  font-size: medium;
87
87
  font-weight: normal;
88
88
  height: 1em;
@@ -108,7 +108,7 @@ div.AnyTime-win {
108
108
  color: #606062;
109
109
  cursor: default;
110
110
  float: left;
111
- font-family: Arial,Helvetica,sans-serif;
111
+ font-family: Arial, Helvetica, sans-serif;
112
112
  height: 1.5em;
113
113
  margin-bottom: 1px;
114
114
  margin-right: 1px;
@@ -123,7 +123,7 @@ div.AnyTime-win {
123
123
  .AnyTime-lbl {
124
124
  clear: left;
125
125
  color: #606063;
126
- font-family: Arial,Helvetica,sans-serif;
126
+ font-family: Arial, Helvetica, sans-serif;
127
127
  font-size: 100%;
128
128
  font-weight: normal;
129
129
  font-style: normal;
@@ -160,7 +160,7 @@ div.AnyTime-win {
160
160
  th.AnyTime-dow {
161
161
  background-color: #C0C0C1;
162
162
  color: white;
163
- font-family: Arial,Helvetica,sans-serif;
163
+ font-family: Arial, Helvetica, sans-serif;
164
164
  font-size: 95%;
165
165
  font-weight: normal;
166
166
  font-style: normal; }
@@ -342,14 +342,14 @@ div.AnyTime-win {
342
342
  */
343
343
 
344
344
  /*
345
- * .AnyTime-dom-table is the table containing days-of-the-month.
346
- * .AnyTime-dom-head is the table heading, containing days-of-the-week labels.
347
- * tr.AnyTime-dow is the row in the heading.
348
- * td.AnyTime-dow is a column heading; each heading has its own class, also.
349
- * .AnyTime-dom-body is the table heading, containing days-of-the-week labels.
350
- * .AnyTime-wk is a table row, containing pseudo-buttons for days.
351
- * Each week has its own class (.AnyTime-wk***), also.
352
- */
345
+ * .AnyTime-dom-table is the table containing days-of-the-month.
346
+ * .AnyTime-dom-head is the table heading, containing days-of-the-week labels.
347
+ * tr.AnyTime-dow is the row in the heading.
348
+ * td.AnyTime-dow is a column heading; each heading has its own class, also.
349
+ * .AnyTime-dom-body is the table heading, containing days-of-the-week labels.
350
+ * .AnyTime-wk is a table row, containing pseudo-buttons for days.
351
+ * Each week has its own class (.AnyTime-wk***), also.
352
+ */
353
353
 
354
354
  /*
355
355
  * .AnyTime-dom-btn is a pseudo-button for a day-of-the-month.
@@ -409,14 +409,14 @@ div.AnyTime-win {
409
409
  */
410
410
 
411
411
  /*
412
- * .AnyTime-offs contains the UTC offset (timezone) selection pseudo-buttons.
413
- * The container is designed to have clear:left, float:left and padding.
414
- * The two buttons have their own styles, and .AnyTime-off-select-btn should
415
- * include a width.
416
- * The width of the container and the .AnyTime-off-cur-btn should not be
417
- * specified, as they are computed based on the width of the
418
- * .AnyTime-off-select-btn and the .AnyTime-time container.
419
- */
412
+ * .AnyTime-offs contains the UTC offset (timezone) selection pseudo-buttons.
413
+ * The container is designed to have clear:left, float:left and padding.
414
+ * The two buttons have their own styles, and .AnyTime-off-select-btn should
415
+ * include a width.
416
+ * The width of the container and the .AnyTime-off-cur-btn should not be
417
+ * specified, as they are computed based on the width of the
418
+ * .AnyTime-off-select-btn and the .AnyTime-time container.
419
+ */
420
420
 
421
421
  /*
422
422
  * .AnyTime-yr-selector is an overlay (popup) for selecting a specific year.
@@ -448,15 +448,15 @@ div.AnyTime-win {
448
448
  */
449
449
 
450
450
  /*
451
- * .AnyTime-off-selector is an overlay (popup) for selecting a specific year.
452
- * The picker attempts to size the overlay automatically, based on
453
- * its contents; therefore, do not set width.
454
- * .AnyTime-hdr-off-selector is its title bar.
455
- * .AnyTime-body-off-selector is its body.
456
- * .AnyTime-off-off is the column of offset-selector pseudo-buttons.
457
- * .AnyTime-off-off-btn is an offset-selector pseudo-button.
458
- * .AnyTime-off-off-last-btn is the last offset-selector pseudo-button.
459
- */
451
+ * .AnyTime-off-selector is an overlay (popup) for selecting a specific year.
452
+ * The picker attempts to size the overlay automatically, based on
453
+ * its contents; therefore, do not set width.
454
+ * .AnyTime-hdr-off-selector is its title bar.
455
+ * .AnyTime-body-off-selector is its body.
456
+ * .AnyTime-off-off is the column of offset-selector pseudo-buttons.
457
+ * .AnyTime-off-off-btn is an offset-selector pseudo-button.
458
+ * .AnyTime-off-off-last-btn is the last offset-selector pseudo-button.
459
+ */
460
460
 
461
461
  /*
462
462
  * .AnyTime-cur-btn is applied to every pseudo-button that represents
@@ -489,27 +489,29 @@ div.AnyTime-win {
489
489
  */
490
490
 
491
491
  /*
492
- * FullCalendar v1.4.11 Stylesheet
492
+ * FullCalendar v1.5.1 Stylesheet
493
493
  *
494
- * Feel free to edit this file to customize the look of FullCalendar.
495
- * When upgrading to newer versions, please upgrade this file as well,
496
- * porting over any customizations afterwards.
494
+ * Copyright (c) 2011 Adam Shaw
495
+ * Dual licensed under the MIT and GPL licenses, located in
496
+ * MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
497
497
  *
498
- * Date: Tue Feb 22 21:47:22 2011 -0800
498
+ * Date: Sat Apr 9 14:09:51 2011 -0700
499
499
  *
500
500
  */
501
501
 
502
- /* TODO: make font sizes look the same in all doctypes */
503
-
504
502
  .fc {
505
- font-size: 1em;
506
- .fc-header, .fc-content {
507
- font-size: 1em; }
508
503
  direction: ltr;
509
504
  text-align: left;
510
505
  table {
511
506
  border-collapse: collapse;
512
- border-spacing: 0; }
507
+ border-spacing: 0; } }
508
+
509
+ html .fc {
510
+ font-size: 1em; }
511
+
512
+ .fc {
513
+ table {
514
+ font-size: 1em; }
513
515
  td, th {
514
516
  padding: 0;
515
517
  vertical-align: top; } }
@@ -517,136 +519,74 @@ div.AnyTime-win {
517
519
  /* Header
518
520
  ------------------------------------------------------------------------*/
519
521
 
520
- table.fc-header {
521
- width: 100%; }
522
+ .fc-header td {
523
+ white-space: nowrap; }
522
524
 
523
525
  .fc-header-left {
524
526
  width: 25%;
525
- table {
526
- float: left; } }
527
+ text-align: left; }
527
528
 
528
529
  .fc-header-center {
529
- width: 50%;
530
- text-align: center;
531
- table {
532
- margin: 0 auto; } }
530
+ text-align: center; }
533
531
 
534
532
  .fc-header-right {
535
533
  width: 25%;
536
- table {
537
- float: right; } }
534
+ text-align: right; }
538
535
 
539
536
  .fc-header-title {
540
- margin-top: 0;
541
- white-space: nowrap; }
537
+ display: inline-block;
538
+ vertical-align: top;
539
+ h2 {
540
+ margin-top: 0;
541
+ white-space: nowrap; } }
542
542
 
543
- .fc-header-space {
543
+ .fc .fc-header-space {
544
544
  padding-left: 10px; }
545
545
 
546
- /* right-to-left */
547
-
548
- .fc-rtl .fc-header-title {
549
- direction: rtl; }
550
-
551
- /* Buttons
552
- ------------------------------------------------------------------------*/
553
-
554
546
  .fc-header {
555
- .fc-state-default, .ui-state-default {
547
+ .fc-button {
556
548
  margin-bottom: 1em;
557
- cursor: pointer; }
558
- .fc-state-default {
559
- border-width: 1px 0;
560
- padding: 0 1px;
561
- border-style: solid;
562
- a {
563
- border-style: solid;
564
- display: block;
565
- border-width: 0 1px;
566
- margin: 0 -1px;
567
- width: 100%;
568
- text-decoration: none; }
569
- span {
570
- display: block;
571
- border-style: solid;
572
- border-width: 1px 0 1px 1px;
573
- padding: 3px 5px; } }
574
- .ui-state-default {
575
- padding: 4px 6px; }
576
- .fc-state-default span, .ui-state-default span {
577
- white-space: nowrap; }
578
- .fc-no-right {
579
- padding-right: 0;
580
- a {
581
- margin-right: 0;
582
- border-right: 0; } }
583
- .ui-no-right {
584
- border-right: 0; }
585
- .fc-corner-left {
586
- margin-left: 1px;
587
- padding-left: 0; }
549
+ vertical-align: top;
550
+ margin-right: -1px; }
588
551
  .fc-corner-right {
589
552
  margin-right: 1px;
590
- padding-right: 0; }
591
- .fc-state-default {
592
- border-color: #777;
593
- /* outer border */
594
- color: #333;
595
- a {
596
- border-color: #777;
597
- /* outer border */
598
- color: #333; }
599
- span {
600
- border-color: #fff #fff #d1d1d1;
601
- /* inner border */
602
- background: #e8e8e8; } }
603
- .fc-state-active a {
604
- color: #fff; }
605
- .fc-state-down span, .fc-state-active span {
606
- background: #888;
607
- border-color: #808080 #808080 #909090;
608
- /* inner border */ }
609
- .fc-state-disabled {
610
- a {
611
- color: #999;
612
- border-color: #ccc;
613
- /* outer border */ }
614
- border-color: #ccc;
615
- /* outer border */
616
- span {
617
- border-color: #fff #fff #f0f0f0;
618
- /* inner border */
619
- background: #f0f0f0; } } }
620
-
621
- /* for adjacent buttons */
622
-
623
- /* for fake rounded corners */
624
-
625
- /* DEFAULT button COLORS */
553
+ /* back to normal */ }
554
+ .ui-corner-right {
555
+ margin-right: 0;
556
+ /* back to normal */ }
557
+ .fc-state-hover, .ui-state-hover {
558
+ z-index: 2; }
559
+ .fc-state-down {
560
+ z-index: 3; }
561
+ .fc-state-active, .ui-state-active {
562
+ z-index: 4; } }
563
+
564
+ /* buttons edges butting together */
565
+
566
+ /* button layering (for border precedence) */
567
+
568
+ /* Content
569
+ ------------------------------------------------------------------------*/
626
570
 
627
- /* PRESSED button COLORS (down and active) */
571
+ .fc-content {
572
+ clear: both; }
628
573
 
629
- /* DISABLED button COLORS */
574
+ .fc-view {
575
+ width: 100%;
576
+ /* needed for view switching (when view is absolute) */
577
+ overflow: hidden; }
630
578
 
631
- /* Content Area & Global Cell Styles
579
+ /* Cell Styles
632
580
  ------------------------------------------------------------------------*/
633
581
 
634
- .fc-widget-content {
635
- border: 1px solid #ccc;
636
- /* outer border color */ }
582
+ .fc-widget-header, .fc-widget-content {
583
+ /* <td>, usually */
584
+ border: 1px solid #ccc; }
637
585
 
638
- .fc-content {
639
- clear: both;
640
- .fc-state-default {
641
- border-style: solid;
642
- border-color: #ccc;
643
- /* inner border color */ }
644
- .fc-state-highlight {
645
- /* today */
646
- background: #ffc; }
647
- .fc-not-today {
648
- /* override jq-ui highlight (TODO: ui-widget-content) */
649
- background: none; } }
586
+ .fc-state-highlight {
587
+ /* <td> today cell */
588
+ /* TODO: add .fc-today to <th> */
589
+ background: #ffc; }
650
590
 
651
591
  .fc-cell-overlay {
652
592
  /* semi-transparent rectangle while dragging */
@@ -655,80 +595,159 @@ table.fc-header {
655
595
  filter: alpha(opacity = 20);
656
596
  /* for IE */ }
657
597
 
658
- .fc-view {
659
- /* prevents dragging outside of widget */
660
- width: 100%;
598
+ /* Buttons
599
+ ------------------------------------------------------------------------*/
600
+
601
+ .fc-button {
602
+ position: relative;
603
+ display: inline-block;
604
+ cursor: pointer; }
605
+
606
+ .fc-state-default {
607
+ /* non-theme */
608
+ border-style: solid;
609
+ border-width: 1px 0; }
610
+
611
+ .fc-button-inner {
612
+ position: relative;
613
+ float: left;
661
614
  overflow: hidden; }
662
615
 
663
- /* Global Event Styles
664
- ------------------------------------------------------------------------*/
616
+ .fc-state-default .fc-button-inner {
617
+ /* non-theme */
618
+ border-style: solid;
619
+ border-width: 0 1px; }
620
+
621
+ .fc-button-content {
622
+ position: relative;
623
+ float: left;
624
+ height: 1.9em;
625
+ line-height: 1.9em;
626
+ padding: 0 .6em;
627
+ white-space: nowrap;
628
+ .fc-icon-wrap {
629
+ position: relative;
630
+ float: left;
631
+ top: 50%; }
632
+ .ui-icon {
633
+ position: relative;
634
+ float: left;
635
+ margin-top: -50%;
636
+ *margin-top: 0;
637
+ *top: -50%; } }
638
+
639
+ /* icon (for jquery ui) */
640
+
641
+ /* gloss effect */
665
642
 
666
- .fc-event, .fc-agenda .fc-event-time {
643
+ .fc-state-default {
644
+ .fc-button-effect {
645
+ position: absolute;
646
+ top: 50%;
647
+ left: 0;
648
+ span {
649
+ position: absolute;
650
+ top: -100px;
651
+ left: 0;
652
+ width: 500px;
653
+ height: 100px;
654
+ border-width: 100px 0 0 1px;
655
+ border-style: solid;
656
+ border-color: #fff;
657
+ background: #444;
658
+ opacity: .09;
659
+ filter: alpha(opacity = 9); } }
667
660
  border-style: solid;
668
- border-color: #36c;
669
- /* default BORDER color (probably the same as background-color) */
670
- background-color: #36c;
671
- /* default BACKGROUND color */
661
+ border-color: #ccc #bbb #aaa;
662
+ background: #F3F3F3;
663
+ color: #000;
664
+ .fc-button-inner {
665
+ border-style: solid;
666
+ border-color: #ccc #bbb #aaa;
667
+ background: #F3F3F3;
668
+ color: #000; } }
669
+
670
+ /* button states (determines colors) */
671
+
672
+ .fc-state-hover {
673
+ border-color: #999;
674
+ .fc-button-inner {
675
+ border-color: #999; } }
676
+
677
+ .fc-state-down {
678
+ border-color: #555;
679
+ background: #777;
680
+ .fc-button-inner {
681
+ border-color: #555;
682
+ background: #777; } }
683
+
684
+ .fc-state-active {
685
+ border-color: #555;
686
+ background: #777;
672
687
  color: #fff;
673
- /* default TEXT color */ }
688
+ .fc-button-inner {
689
+ border-color: #555;
690
+ background: #777;
691
+ color: #fff; } }
692
+
693
+ .fc-state-disabled {
694
+ color: #999;
695
+ border-color: #ddd;
696
+ .fc-button-inner {
697
+ color: #999;
698
+ border-color: #ddd; }
699
+ cursor: default;
700
+ .fc-button-effect {
701
+ display: none; } }
674
702
 
675
- .fc-event {
676
- a {
677
- border-style: solid;
678
- border-color: #36c;
679
- /* default BORDER color (probably the same as background-color) */
680
- background-color: #36c;
681
- /* default BACKGROUND color */
682
- color: #fff;
683
- /* default TEXT color */
684
- overflow: hidden;
685
- font-size: .85em;
686
- text-decoration: none;
687
- cursor: pointer; }
688
- text-align: left; }
703
+ /* Global Event Styles
704
+ ------------------------------------------------------------------------*/
689
705
 
690
- /* Use the 'className' CalEvent property and the following
691
- * example CSS to change event color on a per-event basis:
692
- *
693
- * .myclass,
694
- * .fc-agenda .myclass .fc-event-time,
695
- * .myclass a {
696
- * background-color: black;
697
- * border-color: black;
698
- * color: red;
699
- * }
700
- */
706
+ .fc-event {
707
+ border-style: solid;
708
+ border-width: 0;
709
+ font-size: .85em;
710
+ cursor: default; }
701
711
 
702
- .fc-event-editable {
712
+ a.fc-event, .fc-event-draggable {
703
713
  cursor: pointer; }
704
714
 
705
- .fc-event-time, .fc-event-title {
706
- padding: 0 1px; }
715
+ a.fc-event {
716
+ text-decoration: none; }
707
717
 
708
- /* for fake rounded corners */
718
+ .fc-rtl .fc-event {
719
+ text-align: right; }
709
720
 
710
- .fc-event a {
711
- display: block;
721
+ .fc-event-skin {
722
+ border-color: #36c;
723
+ /* default BORDER color */
724
+ background-color: #36c;
725
+ /* default BACKGROUND color */
726
+ color: #fff;
727
+ /* default TEXT color */ }
728
+
729
+ .fc-event-inner {
712
730
  position: relative;
713
731
  width: 100%;
714
- height: 100%; }
715
-
716
- /* right-to-left */
717
-
718
- .fc-rtl .fc-event a {
719
- text-align: right; }
732
+ height: 100%;
733
+ border-style: solid;
734
+ border-width: 0;
735
+ overflow: hidden; }
720
736
 
721
- /* resizable */
737
+ .fc-event-time, .fc-event-title {
738
+ padding: 0 1px; }
722
739
 
723
740
  .fc .ui-resizable-handle {
724
- /*** TODO: don't use ui-resizable anoymore, change class ***/
741
+ /*** TODO: don't use ui-resizable anymore, change class ***/
725
742
  display: block;
726
743
  position: absolute;
727
744
  z-index: 99999;
728
- border: 0 !important;
729
- /* important overrides pre jquery ui 1.7 styles */
730
- background: url(data:image/gif;base64,AAAA) !important;
731
- /* hover fix for IE */ }
745
+ overflow: hidden;
746
+ /* hacky spaces (IE6/7) */
747
+ font-size: 300%;
748
+ /* */
749
+ line-height: 50%;
750
+ /* */ }
732
751
 
733
752
  /* Horizontal Events
734
753
  ------------------------------------------------------------------------*/
@@ -736,26 +755,6 @@ table.fc-header {
736
755
  .fc-event-hori {
737
756
  border-width: 1px 0;
738
757
  margin-bottom: 1px;
739
- a {
740
- border-width: 0; } }
741
-
742
- /* for fake rounded corners */
743
-
744
- .fc-content {
745
- .fc-corner-left {
746
- margin-left: 1px;
747
- a {
748
- margin-left: -1px;
749
- border-left-width: 1px; } }
750
- .fc-corner-right {
751
- margin-right: 1px;
752
- a {
753
- margin-right: -1px;
754
- border-right-width: 1px; } } }
755
-
756
- /* resizable */
757
-
758
- .fc-event-hori {
759
758
  .ui-resizable-e {
760
759
  top: 0 !important;
761
760
  /* importants override pre jquery ui 1.7 styles */
@@ -773,22 +772,70 @@ table.fc-header {
773
772
  _padding-bottom: 14px;
774
773
  /* IE6 had 0 height */ } }
775
774
 
775
+ /* resizable */
776
+
777
+ /* Fake Rounded Corners (for buttons and events)
778
+ ------------------------------------------------------------*/
779
+
780
+ .fc-corner-left {
781
+ margin-left: 1px;
782
+ .fc-button-inner, .fc-event-inner {
783
+ margin-left: -1px; } }
784
+
785
+ .fc-corner-right {
786
+ margin-right: 1px;
787
+ .fc-button-inner, .fc-event-inner {
788
+ margin-right: -1px; } }
789
+
790
+ .fc-corner-top {
791
+ margin-top: 1px;
792
+ .fc-event-inner {
793
+ margin-top: -1px; } }
794
+
795
+ .fc-corner-bottom {
796
+ margin-bottom: 1px;
797
+ .fc-event-inner {
798
+ margin-bottom: -1px; } }
799
+
800
+ /* Fake Rounded Corners SPECIFICALLY FOR EVENTS
801
+ -----------------------------------------------------------------*/
802
+
803
+ .fc-corner-left .fc-event-inner {
804
+ border-left-width: 1px; }
805
+
806
+ .fc-corner-right .fc-event-inner {
807
+ border-right-width: 1px; }
808
+
809
+ .fc-corner-top .fc-event-inner {
810
+ border-top-width: 1px; }
811
+
812
+ .fc-corner-bottom .fc-event-inner {
813
+ border-bottom-width: 1px; }
814
+
815
+ /* Reusable Separate-border Table
816
+ ------------------------------------------------------------*/
817
+
818
+ table.fc-border-separate {
819
+ border-collapse: separate; }
820
+
821
+ .fc-border-separate {
822
+ th, td {
823
+ border-width: 1px 0 0 1px; }
824
+ th.fc-last, td.fc-last {
825
+ border-right-width: 1px; }
826
+ tr.fc-last {
827
+ th, td {
828
+ border-bottom-width: 1px; } }
829
+ tbody tr.fc-first {
830
+ td, th {
831
+ border-top-width: 0; } } }
832
+
776
833
  /* Month View, Basic Week View, Basic Day View
777
834
  ------------------------------------------------------------------------*/
778
835
 
779
- .fc-grid table {
780
- width: 100%; }
781
-
782
- .fc .fc-grid {
836
+ .fc-grid {
783
837
  th {
784
- border-width: 0 0 0 1px;
785
838
  text-align: center; }
786
- td {
787
- border-width: 1px 0 0 1px; } }
788
-
789
- .fc-grid {
790
- th.fc-leftmost, td.fc-leftmost {
791
- border-left: 0; }
792
839
  .fc-day-number {
793
840
  float: right;
794
841
  padding: 0 2px; }
@@ -797,11 +844,11 @@ table.fc-header {
797
844
  filter: alpha(opacity = 30);
798
845
  /* for IE */
799
846
  /* opacity with small font can sometimes look too faded
800
- might want to set the 'color' property instead
801
- making day-numbers bold also fixes the problem */ }
847
+ might want to set the 'color' property instead
848
+ making day-numbers bold also fixes the problem */ }
802
849
  .fc-day-content {
803
850
  clear: both;
804
- padding: 2px 2px 0;
851
+ padding: 2px 2px 1px;
805
852
  /* distance between events and day edges */ }
806
853
  .fc-event-time {
807
854
  font-weight: bold; } }
@@ -811,7 +858,6 @@ table.fc-header {
811
858
  /* right-to-left */
812
859
 
813
860
  .fc-rtl .fc-grid {
814
- direction: rtl;
815
861
  .fc-day-number {
816
862
  float: left; }
817
863
  .fc-event-time {
@@ -820,131 +866,114 @@ table.fc-header {
820
866
  /* Agenda Week View, Agenda Day View
821
867
  ------------------------------------------------------------------------*/
822
868
 
823
- .fc .fc-agenda {
824
- th, td {
825
- border-width: 1px 0 0 1px; }
826
- .fc-leftmost {
827
- border-left: 0; } }
828
-
829
- .fc-agenda tr.fc-first {
830
- th, td {
831
- border-top: 0; } }
832
-
833
- .fc-agenda-head tr.fc-last th {
834
- border-bottom-width: 1px; }
835
-
836
- .fc {
837
- .fc-agenda-head td, .fc-agenda-body td {
838
- background: none; } }
869
+ .fc-agenda table {
870
+ border-collapse: separate; }
839
871
 
840
- .fc-agenda-head th {
872
+ .fc-agenda-days th {
841
873
  text-align: center; }
842
874
 
843
- /* the time axis running down the left side */
875
+ .fc-agenda {
876
+ .fc-agenda-axis {
877
+ width: 50px;
878
+ padding: 0 4px;
879
+ vertical-align: middle;
880
+ text-align: right;
881
+ white-space: nowrap;
882
+ font-weight: normal; }
883
+ .fc-day-content {
884
+ padding: 2px 2px 1px; } }
844
885
 
845
- .fc-agenda .fc-axis {
846
- width: 50px;
847
- padding: 0 4px;
848
- vertical-align: middle;
849
- white-space: nowrap;
850
- text-align: right;
851
- font-weight: normal; }
886
+ /* make axis border take precedence */
852
887
 
853
- /* all-day event cells at top */
888
+ .fc-agenda-days {
889
+ .fc-agenda-axis {
890
+ border-right-width: 1px; }
891
+ .fc-col0 {
892
+ border-left-width: 0; } }
854
893
 
855
- .fc-agenda-head {
856
- tr.fc-all-day th {
857
- height: 35px; }
858
- td {
859
- padding-bottom: 10px; } }
894
+ /* all-day area */
860
895
 
861
- .fc {
862
- .fc-divider {
863
- div {
864
- font-size: 1px;
865
- /* for IE6/7 */
866
- height: 2px; }
867
- .fc-state-default {
868
- background: #eee;
869
- /* color for divider between all-day and time-slot events */ } }
870
- .fc-agenda-body {
871
- td div {
872
- height: 20px;
873
- /* slot height */ }
874
- tr.fc-minor {
875
- th, td {
876
- border-top-style: dotted; } } } }
896
+ .fc-agenda-allday {
897
+ th {
898
+ border-width: 0 1px; }
899
+ .fc-day-content {
900
+ min-height: 34px;
901
+ /* TODO: doesnt work well in quirksmode */
902
+ _height: 34px; } }
877
903
 
878
- /* body styles */
904
+ /* divider (between all-day and slots) */
879
905
 
880
- .fc-agenda .fc-day-content {
881
- padding: 2px 2px 0;
882
- /* distance between events and day edges */ }
906
+ .fc-agenda-divider-inner {
907
+ height: 2px;
908
+ overflow: hidden; }
883
909
 
884
- /* vertical background columns */
910
+ .fc-widget-header .fc-agenda-divider-inner {
911
+ background: #eee; }
885
912
 
886
- .fc .fc-agenda-bg .ui-state-highlight {
887
- background-image: none;
888
- /* tall column, don't want repeating background image */ }
913
+ /* slot rows */
914
+
915
+ .fc-agenda-slots {
916
+ th {
917
+ border-width: 1px 1px 0; }
918
+ td {
919
+ border-width: 1px 0 0;
920
+ background: none;
921
+ div {
922
+ height: 20px; } }
923
+ tr {
924
+ &.fc-slot0 {
925
+ th, td {
926
+ border-top-width: 0; } }
927
+ &.fc-minor {
928
+ th, td {
929
+ border-top-style: dotted; }
930
+ th.ui-widget-header {
931
+ *border-top-style: solid;
932
+ /* doesn't work with background in IE6/7 */ } } } }
889
933
 
890
934
  /* Vertical Events
891
935
  ------------------------------------------------------------------------*/
892
936
 
893
937
  .fc-event-vert {
894
938
  border-width: 0 1px;
895
- a {
896
- border-width: 0; } }
897
-
898
- /* for fake rounded corners */
899
-
900
- .fc-content {
901
- .fc-corner-top {
902
- margin-top: 1px;
903
- a {
904
- margin-top: -1px;
905
- border-top-width: 1px; } }
906
- .fc-corner-bottom {
907
- margin-bottom: 1px;
908
- a {
909
- margin-bottom: -1px;
910
- border-bottom-width: 1px; } } }
911
-
912
- /* event content */
913
-
914
- .fc-event-vert {
915
- span {
916
- display: block;
939
+ .fc-event-head, .fc-event-content {
917
940
  position: relative;
918
941
  z-index: 2;
919
- &.fc-event-time {
920
- white-space: nowrap;
921
- _white-space: normal;
922
- overflow: hidden;
923
- border: 0;
924
- font-size: 10px; }
925
- &.fc-event-title {
926
- line-height: 13px; }
927
- &.fc-event-bg {
928
- /* makes the event lighter w/ a semi-transparent overlay */
929
- position: absolute;
930
- z-index: 1;
931
- top: 0;
932
- left: 0;
933
- width: 100%;
934
- height: 100%;
935
- background: #fff;
936
- opacity: .3;
937
- filter: alpha(opacity = 30);
938
- /* for IE */ } }
939
- .ui-resizable-s {
940
- bottom: 0 !important;
941
- /* importants override pre jquery ui 1.7 styles */
942
- width: 100% !important;
943
- height: 8px !important;
944
- line-height: 8px !important;
945
- font-size: 11px !important;
946
- font-family: monospace;
947
- text-align: center;
948
- cursor: s-resize; } }
942
+ width: 100%;
943
+ overflow: hidden; }
944
+ .fc-event-time {
945
+ white-space: nowrap;
946
+ font-size: 10px; }
947
+ .fc-event-bg {
948
+ /* makes the event lighter w/ a semi-transparent overlay */
949
+ position: absolute;
950
+ z-index: 1;
951
+ top: 0;
952
+ left: 0;
953
+ width: 100%;
954
+ height: 100%;
955
+ background: #fff;
956
+ opacity: .3;
957
+ filter: alpha(opacity = 30); } }
958
+
959
+ .fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg {
960
+ display: none\9;
961
+ /* for IE6/7/8. nested opacity filters while dragging don't work */ }
949
962
 
950
963
  /* resizable */
964
+
965
+ .fc-event-vert .ui-resizable-s {
966
+ bottom: 0 !important;
967
+ /* importants override pre jquery ui 1.7 styles */
968
+ width: 100% !important;
969
+ height: 8px !important;
970
+ overflow: hidden !important;
971
+ line-height: 8px !important;
972
+ font-size: 11px !important;
973
+ font-family: monospace;
974
+ text-align: center;
975
+ cursor: s-resize; }
976
+
977
+ .fc-agenda .ui-resizable-resizing {
978
+ /* TODO: better selector */
979
+ _overflow: hidden; }