compass-jquery-plugin 0.3.2.7 → 0.3.2.8

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -0,0 +1,14 @@
1
+ (function(b){var y={hintText:"Type in a search term",noResultsText:"No results",searchingText:"Searching...",deleteText:"×",searchDelay:300,minChars:1,tokenLimit:null,jsonContainer:null,method:"GET",contentType:"json",queryParam:"q",tokenDelimiter:",",preventDuplicates:!1,prePopulate:null,animateDropdown:!0,onResult:null,onAdd:null,onDelete:null},z={tokenList:"token-input-list",token:"token-input-token",tokenDelete:"token-input-delete-token",selectedToken:"token-input-selected-token",highlightedToken:"token-input-highlighted-token",
2
+ dropdown:"token-input-dropdown",dropdownItem:"token-input-dropdown-item",dropdownItem2:"token-input-dropdown-item2",selectedDropdownItem:"token-input-selected-dropdown-item",inputToken:"token-input-input-token"},i={BEFORE:0,AFTER:1,END:2},f={BACKSPACE:8,TAB:9,ENTER:13,ESCAPE:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,NUMPAD_ENTER:108,COMMA:188};b.fn.tokenInput=function(f,i){var a=b.extend({},y,i||{});return this.each(function(){new b.TokenList(this,f,a)})};b.TokenList=
3
+ function(J,w,a){function q(c,d){var e=b("<li><p>"+d+"</p></li>").addClass(a.classes.token).insertBefore(m);b("<span>"+a.deleteText+"</span>").addClass(a.classes.tokenDelete).appendTo(e).click(function(){E(b(this).parent());return!1});var j={id:c,name:d};b.data(e.get(0),"tokeninput",j);n=n.slice(0,k).concat([j]).concat(n.slice(k));k++;j=b.map(n,function(a){return a.id});u.val(j.join(a.tokenDelimiter));r+=1;return e}function F(c){var d=b.data(c.get(0),"tokeninput"),c=a.onAdd;if(r>0&&a.preventDuplicates){var e=
4
+ null;s.children().each(function(){var a=b(this),c=b.data(a.get(0),"tokeninput");if(c&&c.id===d.id)return e=a,!1});if(e){v(e);m.insertAfter(e);g.focus();return}}q(d.id,d.name);a.tokenLimit!==null&&r>=a.tokenLimit?(g.hide(),o()):(g.focus(),g.val(""),o(),b.isFunction(c)&&c(d))}function v(c){c.addClass(a.classes.selectedToken);h=c.get(0);g.val("");o()}function t(c,b){c.removeClass(a.classes.selectedToken);h=null;b===i.BEFORE?(m.insertBefore(c),k--):b===i.AFTER?(m.insertAfter(c),k++):(m.appendTo(s),k=
5
+ r);g.focus()}function E(c){var d=b.data(c.get(0),"tokeninput"),e=a.onDelete,j=c.prevAll().length;j>k&&j--;c.remove();h=null;g.focus();n=n.slice(0,j).concat(n.slice(j+1));j<k&&k--;c=b.map(n,function(a){return a.id});u.val(c.join(a.tokenDelimiter));r-=1;a.tokenLimit!==null&&g.show().val("").focus();b.isFunction(e)&&e(d)}function o(){p.hide().empty();l=null}function x(){p.css({position:"absolute",top:b(s).offset().top+b(s).outerHeight(),left:b(s).offset().left,zindex:999}).show()}function A(c,d){if(d&&
6
+ d.length){p.empty();var e=b("<ul>").appendTo(p).mouseover(function(a){B(b(a.target).closest("li"))}).mousedown(function(a){F(b(a.target).closest("li"));return!1}).hide();b.each(d,function(d,g){var f=b("<li>"+g.name.replace(RegExp("(?![^&;]+;)(?!<[^<>]*)("+c+")(?![^<>]*>)(?![^&;]+;)","gi"),"<b>$1</b>")+"</li>").appendTo(e);d%2?f.addClass(a.classes.dropdownItem):f.addClass(a.classes.dropdownItem2);d===0&&B(f);b.data(f.get(0),"tokeninput",{id:g.id,name:g.name})});x();a.animateDropdown?e.slideDown("fast"):
7
+ e.show()}else a.noResultsText&&(p.html("<p>"+a.noResultsText+"</p>"),x())}function B(c){c&&(l&&(b(l).removeClass(a.classes.selectedDropdownItem),l=null),c.addClass(a.classes.selectedDropdownItem),l=c.get(0))}function G(){var c=g.val().toLowerCase();c&&c.length&&(h&&t(b(h),i.AFTER),c.length>=a.minChars?(a.searchingText&&(p.html("<p>"+a.searchingText+"</p>"),x()),clearTimeout(H),H=setTimeout(function(){y(c)},a.searchDelay)):o())}function y(c){var d=C.get(c);if(d)A(c,d);else if(a.url){var e={data:{}};
8
+ a.url.indexOf("?")>-1?(d=a.url.split("?"),e.url=d[0],d=d[1].split("&"),b.each(d,function(a,c){var b=c.split("=");e.data[b[0]]=b[1]})):e.url=a.url;e.data[a.queryParam]=c;e.type=a.method;e.dataType=a.contentType;if(a.crossDomain)e.dataType="jsonp";e.success=function(d){b.isFunction(a.onResult)&&(d=a.onResult.call(this,d));C.add(c,a.jsonContainer?d[a.jsonContainer]:d);g.val().toLowerCase()===c&&A(c,a.jsonContainer?d[a.jsonContainer]:d)};b.ajax(e)}else a.local_data&&(d=b.grep(a.local_data,function(a){return a.name.toLowerCase().indexOf(c.toLowerCase())>
9
+ -1}),b.isFunction(a.onResult)&&(d=a.onResult.call(this,d)),C.add(c,d),A(c,d))}if(typeof w==="string"){if(a.url=w,a.crossDomain===void 0)a.crossDomain=a.url.indexOf("://")===-1?!1:location.href.split(/\/+/g)[1]!==a.url.split(/\/+/g)[1]}else if(typeof w==="object")a.local_data=w;a.classes?a.classes=b.extend({},z,a.classes):a.theme?(a.classes={},b.each(z,function(c,b){a.classes[c]=b+"-"+a.theme})):a.classes=z;var n=[],r=0,C=new b.TokenList.Cache,H,D,g=b('<input type="text" autocomplete="off">').css({outline:"none"}).focus(function(){if((a.tokenLimit===
10
+ null||a.tokenLimit!==r)&&a.hintText)p.html("<p>"+a.hintText+"</p>"),x()}).blur(function(){o()}).bind("keyup keydown blur update",function(){if(D!==(D=g.val())){var a=D.replace(/&/g,"&amp;").replace(/\s/g," ").replace(/</g,"&lt;").replace(/>/g,"&gt;");I.html(a);g.width(I.width()+30)}}).keydown(function(a){var d,e;switch(a.keyCode){case f.LEFT:case f.RIGHT:case f.UP:case f.DOWN:if(b(this).val())return d=null,d=a.keyCode===f.DOWN||a.keyCode===f.RIGHT?b(l).next():b(l).prev(),d.length&&B(d),!1;else d=
11
+ m.prev(),e=m.next(),d.length&&d.get(0)===h||e.length&&e.get(0)===h?a.keyCode===f.LEFT||a.keyCode===f.UP?t(b(h),i.BEFORE):t(b(h),i.AFTER):(a.keyCode===f.LEFT||a.keyCode===f.UP)&&d.length?v(b(d.get(0))):(a.keyCode===f.RIGHT||a.keyCode===f.DOWN)&&e.length&&v(b(e.get(0)));break;case f.BACKSPACE:d=m.prev();if(b(this).val().length)b(this).val().length===1?o():setTimeout(function(){G()},5);else return h?E(b(h)):d.length&&v(b(d.get(0))),!1;break;case f.TAB:case f.ENTER:case f.NUMPAD_ENTER:case f.COMMA:if(l)return F(b(l)),
12
+ !1;break;case f.ESCAPE:return o(),!0;default:String.fromCharCode(a.which)&&setTimeout(function(){G()},5)}}),u=b(J).hide().val("").focus(function(){g.focus()}).blur(function(){g.blur()}),h=null,k=0,l=null,s=b("<ul />").addClass(a.classes.tokenList).click(function(a){if((a=b(a.target).closest("li"))&&a.get(0)&&b.data(a.get(0),"tokeninput")){var d=h;h&&t(b(h),i.END);d===a.get(0)?t(a,i.END):v(a)}else h&&t(b(h),i.END),g.focus()}).mouseover(function(c){(c=b(c.target).closest("li"))&&h!==this&&c.addClass(a.classes.highlightedToken)}).mouseout(function(c){(c=
13
+ b(c.target).closest("li"))&&h!==this&&c.removeClass(a.classes.highlightedToken)}).insertBefore(u),m=b("<li />").addClass(a.classes.inputToken).appendTo(s).append(g),p=b("<div>").addClass(a.classes.dropdown).appendTo("body").hide(),I=b("<tester/>").insertAfter(g).css({position:"absolute",top:-9999,left:-9999,width:"auto",fontSize:g.css("fontSize"),fontFamily:g.css("fontFamily"),fontWeight:g.css("fontWeight"),letterSpacing:g.css("letterSpacing"),whiteSpace:"nowrap"});u.val("");(li_data=a.prePopulate||
14
+ u.data("pre"))&&li_data.length&&b.each(li_data,function(a,b){q(b.id,b.name)})};b.TokenList.Cache=function(f){var i=b.extend({max_size:500},f),a={},q=0;this.add=function(b,f){q>i.max_size&&(a={},q=0);a[b]||(q+=1);a[b]=f};this.get=function(b){return a[b]}}})(jQuery);
@@ -1,5 +1,5 @@
1
1
  /*
2
- * jQuery UI CSS Framework 1.8.11
2
+ * jQuery UI CSS Framework 1.8.12
3
3
  *
4
4
  * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
5
5
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -83,7 +83,7 @@
83
83
 
84
84
 
85
85
  /*
86
- * jQuery UI Accordion 1.8.11
86
+ * jQuery UI Accordion 1.8.12
87
87
  *
88
88
  * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
89
89
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -137,7 +137,7 @@
137
137
 
138
138
 
139
139
  /*
140
- * jQuery UI Autocomplete 1.8.11
140
+ * jQuery UI Autocomplete 1.8.12
141
141
  *
142
142
  * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
143
143
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -156,7 +156,7 @@
156
156
  /* without this, the menu expands to 100% in IE6 */
157
157
 
158
158
  /*
159
- * jQuery UI Menu 1.8.11
159
+ * jQuery UI Menu 1.8.12
160
160
  *
161
161
  * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
162
162
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -196,7 +196,7 @@
196
196
 
197
197
 
198
198
  /*
199
- * jQuery UI Button 1.8.11
199
+ * jQuery UI Button 1.8.12
200
200
  *
201
201
  * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
202
202
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -292,7 +292,7 @@ button.ui-button::-moz-focus-inner {
292
292
 
293
293
 
294
294
  /*
295
- * jQuery UI Datepicker 1.8.11
295
+ * jQuery UI Datepicker 1.8.12
296
296
  *
297
297
  * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
298
298
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -491,7 +491,7 @@ button.ui-button::-moz-focus-inner {
491
491
 
492
492
 
493
493
  /*
494
- * jQuery UI Dialog 1.8.11
494
+ * jQuery UI Dialog 1.8.12
495
495
  *
496
496
  * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
497
497
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -627,7 +627,7 @@ button.ui-button::-moz-focus-inner {
627
627
 
628
628
 
629
629
  /*
630
- * jQuery UI Progressbar 1.8.11
630
+ * jQuery UI Progressbar 1.8.12
631
631
  *
632
632
  * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
633
633
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -645,7 +645,7 @@ button.ui-button::-moz-focus-inner {
645
645
 
646
646
 
647
647
  /*
648
- * jQuery UI Resizable 1.8.11
648
+ * jQuery UI Resizable 1.8.12
649
649
  *
650
650
  * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
651
651
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -660,7 +660,11 @@ button.ui-button::-moz-focus-inner {
660
660
  position: absolute;
661
661
  font-size: 0.1px;
662
662
  z-index: 99999;
663
- display: block; }
663
+ display: block;
664
+ /* http://bugs.jqueryui.com/ticket/7233
665
+ - Resizable: resizable handles fail to work in IE if transparent and content overlaps
666
+ */
667
+ background-image: url(data:); }
664
668
 
665
669
  .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
666
670
  display: none; }
@@ -723,7 +727,7 @@ button.ui-button::-moz-focus-inner {
723
727
 
724
728
 
725
729
  /*
726
- * jQuery UI Selectable 1.8.11
730
+ * jQuery UI Selectable 1.8.12
727
731
  *
728
732
  * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
729
733
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -761,13 +765,13 @@ button.ui-button::-moz-focus-inner {
761
765
  list-style: none;
762
766
  position: absolute;
763
767
  top: 0;
764
- visibility: hidden;
768
+ display: none;
765
769
  overflow: auto;
766
770
  z-index: 1005; }
767
771
 
768
772
  /* z-index: 1005 to make selectmenu work with dialog */
769
773
  .ui-selectmenu-open {
770
- visibility: visible; }
774
+ display: block; }
771
775
 
772
776
  .ui-selectmenu-menu-popup {
773
777
  margin-top: -1px; }
@@ -791,6 +795,9 @@ button.ui-button::-moz-focus-inner {
791
795
  outline: none;
792
796
  text-decoration: none; }
793
797
 
798
+ .ui-selectmenu-menu li.ui-state-disabled a {
799
+ cursor: default; }
800
+
794
801
  .ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
795
802
  .ui-selectmenu-hasIcon .ui-selectmenu-status {
796
803
  padding-left: 20px;
@@ -847,7 +854,7 @@ button.ui-button::-moz-focus-inner {
847
854
 
848
855
 
849
856
  /*
850
- * jQuery UI Slider 1.8.11
857
+ * jQuery UI Slider 1.8.12
851
858
  *
852
859
  * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
853
860
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -912,7 +919,7 @@ button.ui-button::-moz-focus-inner {
912
919
 
913
920
 
914
921
  /*
915
- * jQuery UI Tabs 1.8.11
922
+ * jQuery UI Tabs 1.8.12
916
923
  *
917
924
  * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
918
925
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -967,7 +974,7 @@ button.ui-button::-moz-focus-inner {
967
974
 
968
975
 
969
976
  /*
970
- * jQuery UI CSS Framework 1.8.11
977
+ * jQuery UI CSS Framework 1.8.12
971
978
  *
972
979
  * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
973
980
  * Dual licensed under the MIT or GPL Version 2 licenses.
@@ -0,0 +1,95 @@
1
+ /* Example tokeninput style #2: Facebook style */
2
+
3
+ ul.token-input-list-facebook {
4
+ overflow: hidden;
5
+ height: auto !important;
6
+ height: 1%;
7
+ width: 400px;
8
+ border: 1px solid #8496ba;
9
+ cursor: text;
10
+ font-size: 12px;
11
+ font-family: Verdana;
12
+ min-height: 1px;
13
+ z-index: 999;
14
+ margin: 0;
15
+ padding: 0;
16
+ background-color: #fff;
17
+ list-style-type: none;
18
+ clear: left;
19
+ li input {
20
+ border: 0;
21
+ width: 100px;
22
+ padding: 3px 8px;
23
+ background-color: white;
24
+ margin: 2px 0;
25
+ -webkit-appearance: caret; } }
26
+
27
+ li {
28
+ &.token-input-token-facebook {
29
+ overflow: hidden;
30
+ height: auto !important;
31
+ height: 15px;
32
+ margin: 3px;
33
+ padding: 1px 3px;
34
+ background-color: #eff2f7;
35
+ color: #000;
36
+ cursor: default;
37
+ border: 1px solid #ccd5e4;
38
+ font-size: 11px;
39
+ border-radius: 5px;
40
+ -moz-border-radius: 5px;
41
+ -webkit-border-radius: 5px;
42
+ float: left;
43
+ white-space: nowrap;
44
+ p {
45
+ display: inline;
46
+ padding: 0;
47
+ margin: 0; }
48
+ span {
49
+ color: #a6b3cf;
50
+ margin-left: 5px;
51
+ font-weight: bold;
52
+ cursor: pointer; } }
53
+ &.token-input-selected-token-facebook {
54
+ background-color: #5670a6;
55
+ border: 1px solid #3b5998;
56
+ color: #fff; }
57
+ &.token-input-input-token-facebook {
58
+ float: left;
59
+ margin: 0;
60
+ padding: 0;
61
+ list-style-type: none; } }
62
+
63
+ div.token-input-dropdown-facebook {
64
+ position: absolute;
65
+ width: 400px;
66
+ background-color: #fff;
67
+ overflow: hidden;
68
+ border-left: 1px solid #ccc;
69
+ border-right: 1px solid #ccc;
70
+ border-bottom: 1px solid #ccc;
71
+ cursor: default;
72
+ font-size: 11px;
73
+ font-family: Verdana;
74
+ z-index: 1;
75
+ p {
76
+ margin: 0;
77
+ padding: 5px;
78
+ font-weight: bold;
79
+ color: #777; }
80
+ ul {
81
+ margin: 0;
82
+ padding: 0;
83
+ li {
84
+ background-color: #fff;
85
+ padding: 3px;
86
+ margin: 0;
87
+ list-style-type: none;
88
+ &.token-input-dropdown-item-facebook, &.token-input-dropdown-item2-facebook {
89
+ background-color: #fff; }
90
+ em {
91
+ font-weight: bold;
92
+ font-style: normal; }
93
+ &.token-input-selected-dropdown-item-facebook {
94
+ background-color: #3b5998;
95
+ color: #fff; } } } }
@@ -0,0 +1,164 @@
1
+ /* Example tokeninput style #2: Mac Style */
2
+
3
+ fieldset.token-input-mac {
4
+ position: relative;
5
+ padding: 0;
6
+ margin: 5px 0;
7
+ background: #fff;
8
+ width: 400px;
9
+ border: 1px solid #A4BDEC;
10
+ border-radius: 10px;
11
+ -moz-border-radius: 10px;
12
+ -webkit-border-radius: 10px;
13
+ &.token-input-dropdown-mac {
14
+ border-radius: 10px 10px 0 0;
15
+ -moz-border-radius: 10px 10px 0 0;
16
+ -webkit-border-radius: 10px 10px 0 0;
17
+ box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
18
+ -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
19
+ -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25); } }
20
+
21
+ ul.token-input-list-mac {
22
+ overflow: hidden;
23
+ height: auto !important;
24
+ height: 1%;
25
+ cursor: text;
26
+ font-size: 12px;
27
+ font-family: Verdana;
28
+ min-height: 1px;
29
+ z-index: 999;
30
+ margin: 0;
31
+ padding: 3px;
32
+ background: transparent;
33
+ &.error {
34
+ border: 1px solid #C52020; }
35
+ li {
36
+ list-style-type: none; } }
37
+
38
+ li {
39
+ &.token-input-token-mac {
40
+ p {
41
+ display: inline;
42
+ padding: 0;
43
+ margin: 0; }
44
+ span {
45
+ color: #a6b3cf;
46
+ margin-left: 5px;
47
+ font-weight: bold;
48
+ cursor: pointer; }
49
+ font-family: "Lucida Grande", Arial, serif;
50
+ font-size: 9pt;
51
+ line-height: 12pt;
52
+ overflow: hidden;
53
+ height: 16px;
54
+ margin: 3px;
55
+ padding: 0 10px;
56
+ background: none;
57
+ background-color: #dee7f8;
58
+ color: #000;
59
+ cursor: default;
60
+ border: 1px solid #a4bdec;
61
+ border-radius: 15px;
62
+ -moz-border-radius: 15px;
63
+ -webkit-border-radius: 15px;
64
+ float: left; }
65
+ &.token-input-highlighted-token-mac {
66
+ background-color: #bbcef1;
67
+ border: 1px solid #598bec;
68
+ color: #000; }
69
+ &.token-input-selected-token-mac {
70
+ background-color: #598bec;
71
+ border: 1px solid transparent;
72
+ color: #fff; }
73
+ &.token-input-highlighted-token-mac span.token-input-delete-token-mac {
74
+ color: #000; }
75
+ &.token-input-selected-token-mac span.token-input-delete-token-mac {
76
+ color: #fff; }
77
+ &.token-input-input-token-mac {
78
+ border: none;
79
+ background: transparent;
80
+ float: left;
81
+ padding: 0;
82
+ margin: 0;
83
+ input {
84
+ border: 0;
85
+ width: 100px;
86
+ padding: 3px;
87
+ background-color: transparent;
88
+ margin: 0; } } }
89
+
90
+ /* TOKENS */
91
+
92
+ div.token-input-dropdown-mac {
93
+ position: absolute;
94
+ border: 1px solid #A4BDEC;
95
+ border-top: none;
96
+ left: -1px;
97
+ right: -1px;
98
+ background-color: #fff;
99
+ overflow: hidden;
100
+ cursor: default;
101
+ font-size: 10pt;
102
+ font-family: "Lucida Grande", Arial, serif;
103
+ padding: 5px;
104
+ border-radius: 0 0 10px 10px;
105
+ -moz-border-radius: 0 0 10px 10px;
106
+ -webkit-border-radius: 0 0 10px 10px;
107
+ box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
108
+ -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
109
+ -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
110
+ clip: rect(0px, 1000px, 1000px, -10px);
111
+ p {
112
+ font-size: 8pt;
113
+ margin: 0;
114
+ padding: 0 5px;
115
+ font-style: italic;
116
+ color: #aaa; }
117
+ h3.token-input-dropdown-category-mac {
118
+ font-family: "Lucida Grande", Arial, serif;
119
+ font-size: 10pt;
120
+ font-weight: bold;
121
+ border: none;
122
+ padding: 0 5px;
123
+ margin: 0; }
124
+ ul {
125
+ margin: 0;
126
+ padding: 0;
127
+ li {
128
+ list-style-type: none;
129
+ cursor: pointer;
130
+ background: none;
131
+ background-color: #fff;
132
+ margin: 0;
133
+ padding: 0 0 0 25px;
134
+ &.token-input-dropdown-item-mac {
135
+ background-color: #fff;
136
+ &.odd {
137
+ background-color: #ECF4F9;
138
+ border-radius: 15px;
139
+ -moz-border-radius: 15px;
140
+ -webkit-border-radius: 15px; }
141
+ span.token-input-dropdown-item-description-mac {
142
+ float: right;
143
+ font-size: 8pt;
144
+ font-style: italic;
145
+ padding: 0 10px 0 0;
146
+ color: #999; } }
147
+ strong {
148
+ font-weight: bold;
149
+ text-decoration: underline;
150
+ font-style: none; }
151
+ &.token-input-selected-dropdown-item-mac {
152
+ background-color: #598bec;
153
+ color: #fff;
154
+ border-radius: 15px;
155
+ -moz-border-radius: 15px;
156
+ -webkit-border-radius: 15px;
157
+ &.odd {
158
+ background-color: #598bec;
159
+ color: #fff;
160
+ border-radius: 15px;
161
+ -moz-border-radius: 15px;
162
+ -webkit-border-radius: 15px; }
163
+ span.token-input-dropdown-item-description-mac, &.odd span.token-input-dropdown-item-description-mac {
164
+ color: #fff; } } } } }
@@ -0,0 +1,85 @@
1
+ /* Example tokeninput style #1: Token vertical list*/
2
+
3
+ ul.token-input-list {
4
+ overflow: hidden;
5
+ height: auto !important;
6
+ height: 1%;
7
+ width: 400px;
8
+ border: 1px solid #999;
9
+ cursor: text;
10
+ font-size: 12px;
11
+ font-family: Verdana;
12
+ z-index: 999;
13
+ margin: 0;
14
+ padding: 0;
15
+ background-color: #fff;
16
+ list-style-type: none;
17
+ clear: left;
18
+ li {
19
+ list-style-type: none;
20
+ input {
21
+ border: 0;
22
+ width: 350px;
23
+ padding: 3px 8px;
24
+ background-color: white;
25
+ -webkit-appearance: caret; } } }
26
+
27
+ li {
28
+ &.token-input-token {
29
+ overflow: hidden;
30
+ height: auto !important;
31
+ height: 1%;
32
+ margin: 3px;
33
+ padding: 3px 5px;
34
+ background-color: #d0efa0;
35
+ color: #000;
36
+ font-weight: bold;
37
+ cursor: default;
38
+ display: block;
39
+ p {
40
+ float: left;
41
+ padding: 0;
42
+ margin: 0; }
43
+ span {
44
+ float: right;
45
+ color: #777;
46
+ cursor: pointer; } }
47
+ &.token-input-selected-token {
48
+ background-color: #08844e;
49
+ color: #fff;
50
+ span {
51
+ color: #bbb; } } }
52
+
53
+ div.token-input-dropdown {
54
+ position: absolute;
55
+ width: 400px;
56
+ background-color: #fff;
57
+ overflow: hidden;
58
+ border-left: 1px solid #ccc;
59
+ border-right: 1px solid #ccc;
60
+ border-bottom: 1px solid #ccc;
61
+ cursor: default;
62
+ font-size: 12px;
63
+ font-family: Verdana;
64
+ z-index: 1;
65
+ p {
66
+ margin: 0;
67
+ padding: 5px;
68
+ font-weight: bold;
69
+ color: #777; }
70
+ ul {
71
+ margin: 0;
72
+ padding: 0;
73
+ li {
74
+ background-color: #fff;
75
+ padding: 3px;
76
+ list-style-type: none;
77
+ &.token-input-dropdown-item {
78
+ background-color: #fafafa; }
79
+ &.token-input-dropdown-item2 {
80
+ background-color: #fff; }
81
+ em {
82
+ font-weight: bold;
83
+ font-style: normal; }
84
+ &.token-input-selected-dropdown-item {
85
+ background-color: #d0efa0; } } } }