omf_web 1.2.4 → 1.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (318) hide show
  1. data/lib/omf-web/content/content_proxy.rb +18 -18
  2. data/lib/omf-web/content/file_repository.rb +6 -2
  3. data/lib/omf-web/content/git_repository.rb +4 -0
  4. data/lib/omf-web/content/repository.rb +11 -0
  5. data/lib/omf-web/data_source_proxy.rb +0 -13
  6. data/lib/omf-web/session_store.rb +8 -3
  7. data/lib/omf-web/theme/abstract_page.rb +2 -10
  8. data/{example → lib/omf-web/theme}/web_rtc/web_rtc.yaml +0 -0
  9. data/{example → lib/omf-web/theme}/web_rtc/webrtc-exp_1381786573.sq3 +0 -0
  10. data/lib/omf-web/version.rb +1 -1
  11. data/lib/omf-web/widget/data_widget.rb +2 -37
  12. data/lib/omf-web/widget/layout/one_column_layout.rb +4 -4
  13. data/lib/omf-web/widget/layout/stacked_layout.rb +6 -14
  14. data/lib/omf-web/widget/text/maruku/output/to_html.rb +4 -2
  15. data/lib/omf-web/widget/text/maruku.rb +1 -1
  16. data/lib/omf_web.rb +15 -15
  17. data/share/htdocs/graph/js/abstract_nv_chart.js +2 -2
  18. data/share/htdocs/graph/js/histogram2.js +5 -1
  19. data/share/htdocs/js/data_source3.js +2 -1
  20. data/share/htdocs/vendor/jquery-1.8.3/jquery.js +9472 -0
  21. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/animated-overlay.gif +0 -0
  22. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  23. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  24. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  25. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  26. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  27. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  28. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  29. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  30. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-icons_222222_256x240.png +0 -0
  31. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  32. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-icons_454545_256x240.png +0 -0
  33. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-icons_888888_256x240.png +0 -0
  34. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  35. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/jquery-ui-1.10.4.custom.css +558 -0
  36. data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/jquery-ui-1.10.4.custom.min.css +7 -0
  37. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/AUTHORS.txt +260 -0
  38. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/Gruntfile.js +240 -0
  39. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/MIT-LICENSE.txt +26 -0
  40. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/README.md +96 -0
  41. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/addClass/default.html +45 -0
  42. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/addClass/index.html +14 -0
  43. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/animate/default.html +55 -0
  44. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/animate/index.html +14 -0
  45. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/demos.css +19 -0
  46. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/constrain-movement.html +58 -0
  47. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/cursor-style.html +42 -0
  48. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/default.html +32 -0
  49. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/delay-start.html +38 -0
  50. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/events.html +70 -0
  51. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/handle.html +41 -0
  52. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/index.html +24 -0
  53. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/revert.html +37 -0
  54. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/scroll.html +44 -0
  55. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/snap-to.html +61 -0
  56. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/sortable.html +50 -0
  57. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/visual-feedback.html +70 -0
  58. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/accepted-elements.html +53 -0
  59. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/default.html +46 -0
  60. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras.jpg +0 -0
  61. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras2.jpg +0 -0
  62. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras2_min.jpg +0 -0
  63. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras3.jpg +0 -0
  64. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras3_min.jpg +0 -0
  65. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras4.jpg +0 -0
  66. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras4_min.jpg +0 -0
  67. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras_min.jpg +0 -0
  68. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/index.html +20 -0
  69. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/photo-manager.html +182 -0
  70. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/propagation.html +73 -0
  71. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/revert.html +54 -0
  72. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/shopping-cart.html +94 -0
  73. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/visual-feedback.html +72 -0
  74. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/effect/default.html +102 -0
  75. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/effect/easing.html +102 -0
  76. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/effect/index.html +15 -0
  77. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/hide/default.html +95 -0
  78. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/hide/index.html +14 -0
  79. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/images/calendar.gif +0 -0
  80. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/images/demo-config-on-tile.gif +0 -0
  81. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/images/demo-config-on.gif +0 -0
  82. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/images/demo-spindown-closed.gif +0 -0
  83. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/images/demo-spindown-open.gif +0 -0
  84. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/images/icon-docs-info.gif +0 -0
  85. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/images/pbar-ani.gif +0 -0
  86. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/index.html +29 -0
  87. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/position/cycler.html +107 -0
  88. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/position/default.html +137 -0
  89. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/position/images/earth.jpg +0 -0
  90. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/position/images/flight.jpg +0 -0
  91. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/position/images/rocket.jpg +0 -0
  92. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/position/index.html +15 -0
  93. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/removeClass/default.html +45 -0
  94. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/removeClass/index.html +14 -0
  95. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/animate.html +36 -0
  96. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/aspect-ratio.html +35 -0
  97. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/constrain-area.html +40 -0
  98. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/default.html +33 -0
  99. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/delay-start.html +45 -0
  100. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/helper.html +36 -0
  101. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/index.html +24 -0
  102. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/max-min.html +38 -0
  103. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/snap-to-grid.html +35 -0
  104. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/synchronous-resize.html +42 -0
  105. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/textarea.html +34 -0
  106. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/visual-feedback.html +36 -0
  107. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/selectable/default.html +43 -0
  108. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/selectable/display-grid.html +48 -0
  109. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/selectable/index.html +16 -0
  110. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/selectable/serialize.html +54 -0
  111. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/show/default.html +97 -0
  112. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/show/index.html +14 -0
  113. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/connect-lists-through-tabs.html +72 -0
  114. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/connect-lists.html +52 -0
  115. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/default.html +45 -0
  116. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/delay-start.html +61 -0
  117. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/display-grid.html +48 -0
  118. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/empty-lists.html +63 -0
  119. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/index.html +22 -0
  120. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/items.html +64 -0
  121. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/placeholder.html +50 -0
  122. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/portlets.html +115 -0
  123. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/switchClass/default.html +40 -0
  124. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/switchClass/index.html +14 -0
  125. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/toggle/default.html +103 -0
  126. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/toggle/index.html +14 -0
  127. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/toggleClass/default.html +39 -0
  128. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/toggleClass/index.html +14 -0
  129. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/widget/default.html +178 -0
  130. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/widget/index.html +14 -0
  131. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/blind-effect.html +58 -0
  132. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/bounce-effect.html +61 -0
  133. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/clip-effect.html +55 -0
  134. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/draggable.html +741 -0
  135. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/drop-effect.html +55 -0
  136. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/droppable.html +548 -0
  137. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/explode-effect.html +52 -0
  138. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/fade-effect.html +43 -0
  139. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/fold-effect.html +61 -0
  140. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/highlight-effect.html +52 -0
  141. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/jQuery.widget.html +611 -0
  142. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/mouse.html +216 -0
  143. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/position.html +116 -0
  144. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/puff-effect.html +52 -0
  145. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/pulsate-effect.html +52 -0
  146. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/resizable.html +685 -0
  147. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/scale-effect.html +82 -0
  148. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/selectable.html +498 -0
  149. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/shake-effect.html +66 -0
  150. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/size-effect.html +65 -0
  151. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/slide-effect.html +59 -0
  152. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/sortable.html +1450 -0
  153. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/transfer-effect.html +61 -0
  154. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/external/globalize.culture.de-DE.js +81 -0
  155. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/external/globalize.culture.ja-JP.js +100 -0
  156. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/external/globalize.js +1585 -0
  157. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/external/jquery.mousewheel.js +101 -0
  158. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/external/jshint.js +4835 -0
  159. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/external/qunit.css +244 -0
  160. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/external/qunit.js +2152 -0
  161. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/jquery-1.10.2.js +9789 -0
  162. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/package.json +73 -0
  163. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/animated-overlay.gif +0 -0
  164. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  165. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  166. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  167. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  168. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  169. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  170. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  171. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  172. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-icons_222222_256x240.png +0 -0
  173. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
  174. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-icons_454545_256x240.png +0 -0
  175. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-icons_888888_256x240.png +0 -0
  176. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
  177. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/jquery-ui.css +557 -0
  178. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/jquery.ui.all.css +12 -0
  179. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/jquery.ui.base.css +25 -0
  180. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/jquery.ui.core.css +93 -0
  181. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/jquery.ui.resizable.css +76 -0
  182. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/jquery.ui.selectable.css +13 -0
  183. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/jquery.ui.theme.css +410 -0
  184. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/animated-overlay.gif +0 -0
  185. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  186. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  187. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  188. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  189. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  190. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  191. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  192. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  193. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-icons_222222_256x240.png +0 -0
  194. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-icons_2e83ff_256x240.png +0 -0
  195. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-icons_454545_256x240.png +0 -0
  196. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-icons_888888_256x240.png +0 -0
  197. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-icons_cd0a0a_256x240.png +0 -0
  198. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/jquery-ui.min.css +7 -0
  199. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/jquery.ui.core.min.css +5 -0
  200. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/jquery.ui.resizable.min.css +5 -0
  201. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/jquery.ui.selectable.min.css +5 -0
  202. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/jquery.ui.theme.min.css +5 -0
  203. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/animated-overlay.gif +0 -0
  204. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  205. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  206. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  207. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  208. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  209. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  210. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  211. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  212. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-icons_222222_256x240.png +0 -0
  213. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
  214. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-icons_454545_256x240.png +0 -0
  215. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-icons_888888_256x240.png +0 -0
  216. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
  217. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/jquery-ui.css +558 -0
  218. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/jquery.ui.all.css +12 -0
  219. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/jquery.ui.base.css +25 -0
  220. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/jquery.ui.core.css +93 -0
  221. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/jquery.ui.resizable.css +76 -0
  222. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/jquery.ui.selectable.css +13 -0
  223. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/jquery.ui.theme.css +410 -0
  224. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/animated-overlay.gif +0 -0
  225. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  226. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  227. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  228. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  229. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  230. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  231. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  232. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  233. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-icons_222222_256x240.png +0 -0
  234. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-icons_2e83ff_256x240.png +0 -0
  235. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-icons_454545_256x240.png +0 -0
  236. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-icons_888888_256x240.png +0 -0
  237. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-icons_cd0a0a_256x240.png +0 -0
  238. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/jquery-ui.min.css +7 -0
  239. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/jquery.ui.core.min.css +5 -0
  240. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/jquery.ui.resizable.min.css +5 -0
  241. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/jquery.ui.selectable.min.css +5 -0
  242. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/jquery.ui.theme.min.css +5 -0
  243. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery-ui.custom.js +7544 -0
  244. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.core.js +320 -0
  245. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.draggable.js +958 -0
  246. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.droppable.js +389 -0
  247. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-blind.js +82 -0
  248. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-bounce.js +113 -0
  249. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-clip.js +67 -0
  250. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-drop.js +65 -0
  251. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-explode.js +97 -0
  252. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-fade.js +30 -0
  253. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-fold.js +76 -0
  254. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-highlight.js +50 -0
  255. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-pulsate.js +63 -0
  256. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-scale.js +318 -0
  257. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-shake.js +74 -0
  258. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-slide.js +64 -0
  259. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-transfer.js +47 -0
  260. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect.js +1289 -0
  261. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.mouse.js +169 -0
  262. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.position.js +501 -0
  263. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.resizable.js +978 -0
  264. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.selectable.js +277 -0
  265. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.sortable.js +1289 -0
  266. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.widget.js +521 -0
  267. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery-ui.custom.min.js +6 -0
  268. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.core.min.js +5 -0
  269. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.draggable.min.js +5 -0
  270. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.droppable.min.js +5 -0
  271. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-blind.min.js +5 -0
  272. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-bounce.min.js +5 -0
  273. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-clip.min.js +5 -0
  274. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-drop.min.js +5 -0
  275. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-explode.min.js +5 -0
  276. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-fade.min.js +5 -0
  277. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-fold.min.js +5 -0
  278. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-highlight.min.js +5 -0
  279. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-pulsate.min.js +5 -0
  280. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-scale.min.js +5 -0
  281. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-shake.min.js +5 -0
  282. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-slide.min.js +5 -0
  283. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-transfer.min.js +5 -0
  284. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect.min.js +5 -0
  285. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.mouse.min.js +5 -0
  286. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.position.min.js +5 -0
  287. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.resizable.min.js +5 -0
  288. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.selectable.min.js +5 -0
  289. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.sortable.min.js +5 -0
  290. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.widget.min.js +5 -0
  291. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.core.jquery.json +61 -0
  292. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.draggable.jquery.json +66 -0
  293. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.droppable.jquery.json +67 -0
  294. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-blind.jquery.json +65 -0
  295. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-bounce.jquery.json +65 -0
  296. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-clip.jquery.json +65 -0
  297. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-drop.jquery.json +65 -0
  298. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-explode.jquery.json +65 -0
  299. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-fade.jquery.json +65 -0
  300. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-fold.jquery.json +65 -0
  301. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-highlight.jquery.json +65 -0
  302. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-pulsate.jquery.json +65 -0
  303. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-scale.jquery.json +65 -0
  304. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-shake.jquery.json +65 -0
  305. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-slide.jquery.json +65 -0
  306. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-transfer.jquery.json +63 -0
  307. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect.jquery.json +68 -0
  308. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.mouse.jquery.json +64 -0
  309. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.position.jquery.json +66 -0
  310. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.resizable.jquery.json +65 -0
  311. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.selectable.jquery.json +65 -0
  312. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.sortable.jquery.json +66 -0
  313. data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.widget.jquery.json +64 -0
  314. data/share/htdocs/vendor/jquery-ui-1.10.4/index.html +301 -0
  315. data/share/htdocs/vendor/jquery-ui-1.10.4/js/jquery-1.10.2.js +9789 -0
  316. data/share/htdocs/vendor/jquery-ui-1.10.4/js/jquery-ui-1.10.4.custom.js +7544 -0
  317. data/share/htdocs/vendor/jquery-ui-1.10.4/js/jquery-ui-1.10.4.custom.min.js +6 -0
  318. metadata +302 -4
@@ -0,0 +1,73 @@
1
+ {
2
+ "name": "jquery-ui",
3
+ "title": "jQuery UI",
4
+ "description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
5
+ "version": "1.10.4",
6
+ "homepage": "http://jqueryui.com",
7
+ "author": {
8
+ "name": "jQuery Foundation and other contributors",
9
+ "url": "https://github.com/jquery/jquery-ui/blob/1.10.4/AUTHORS.txt"
10
+ },
11
+ "maintainers": [
12
+ {
13
+ "name": "Scott González",
14
+ "email": "scott.gonzalez@gmail.com",
15
+ "url": "http://scottgonzalez.com"
16
+ },
17
+ {
18
+ "name": "Jörn Zaefferer",
19
+ "email": "joern.zaefferer@gmail.com",
20
+ "url": "http://bassistance.de"
21
+ },
22
+ {
23
+ "name": "Kris Borchers",
24
+ "email": "kris.borchers@gmail.com",
25
+ "url": "http://krisborchers.com"
26
+ },
27
+ {
28
+ "name": "Corey Frang",
29
+ "email": "gnarf37@gmail.com",
30
+ "url": "http://gnarf.net"
31
+ },
32
+ {
33
+ "name": "Mike Sherov",
34
+ "email": "mike.sherov@gmail.com",
35
+ "url": "http://mike.sherov.com"
36
+ },
37
+ {
38
+ "name": "TJ VanToll",
39
+ "email": "tj.vantoll@gmail.com",
40
+ "url": "http://tjvantoll.com"
41
+ }
42
+ ],
43
+ "repository": {
44
+ "type": "git",
45
+ "url": "git://github.com/jquery/jquery-ui.git"
46
+ },
47
+ "bugs": "http://bugs.jqueryui.com/",
48
+ "licenses": [
49
+ {
50
+ "type": "MIT",
51
+ "url": "https://github.com/jquery/jquery-ui/blob/1.10.4/MIT-LICENSE.txt"
52
+ }
53
+ ],
54
+ "scripts": {
55
+ "test": "grunt"
56
+ },
57
+ "dependencies": {},
58
+ "devDependencies": {
59
+ "grunt": "0.4.1",
60
+ "grunt-contrib-jshint": "0.7.1",
61
+ "grunt-contrib-uglify": "0.1.1",
62
+ "grunt-contrib-concat": "0.1.3",
63
+ "grunt-contrib-qunit": "0.2.0",
64
+ "grunt-contrib-csslint": "0.1.1",
65
+ "grunt-contrib-cssmin": "0.4.2",
66
+ "grunt-compare-size": "0.4.0-rc.3",
67
+ "grunt-html": "0.3.3",
68
+ "grunt-git-authors": "1.2.0",
69
+ "rimraf": "2.1.4",
70
+ "testswarm": "1.1.0"
71
+ },
72
+ "keywords": []
73
+ }
@@ -0,0 +1,557 @@
1
+ /*! jQuery UI - v1.10.4 - 2014-04-01
2
+ * http://jqueryui.com
3
+ * Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.theme.css
4
+ * Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
5
+
6
+ /* Layout helpers
7
+ ----------------------------------*/
8
+ .ui-helper-hidden {
9
+ display: none;
10
+ }
11
+ .ui-helper-hidden-accessible {
12
+ border: 0;
13
+ clip: rect(0 0 0 0);
14
+ height: 1px;
15
+ margin: -1px;
16
+ overflow: hidden;
17
+ padding: 0;
18
+ position: absolute;
19
+ width: 1px;
20
+ }
21
+ .ui-helper-reset {
22
+ margin: 0;
23
+ padding: 0;
24
+ border: 0;
25
+ outline: 0;
26
+ line-height: 1.3;
27
+ text-decoration: none;
28
+ font-size: 100%;
29
+ list-style: none;
30
+ }
31
+ .ui-helper-clearfix:before,
32
+ .ui-helper-clearfix:after {
33
+ content: "";
34
+ display: table;
35
+ border-collapse: collapse;
36
+ }
37
+ .ui-helper-clearfix:after {
38
+ clear: both;
39
+ }
40
+ .ui-helper-clearfix {
41
+ min-height: 0; /* support: IE7 */
42
+ }
43
+ .ui-helper-zfix {
44
+ width: 100%;
45
+ height: 100%;
46
+ top: 0;
47
+ left: 0;
48
+ position: absolute;
49
+ opacity: 0;
50
+ filter:Alpha(Opacity=0);
51
+ }
52
+
53
+ .ui-front {
54
+ z-index: 100;
55
+ }
56
+
57
+
58
+ /* Interaction Cues
59
+ ----------------------------------*/
60
+ .ui-state-disabled {
61
+ cursor: default !important;
62
+ }
63
+
64
+
65
+ /* Icons
66
+ ----------------------------------*/
67
+
68
+ /* states and images */
69
+ .ui-icon {
70
+ display: block;
71
+ text-indent: -99999px;
72
+ overflow: hidden;
73
+ background-repeat: no-repeat;
74
+ }
75
+
76
+
77
+ /* Misc visuals
78
+ ----------------------------------*/
79
+
80
+ /* Overlays */
81
+ .ui-widget-overlay {
82
+ position: fixed;
83
+ top: 0;
84
+ left: 0;
85
+ width: 100%;
86
+ height: 100%;
87
+ }
88
+ .ui-resizable {
89
+ position: relative;
90
+ }
91
+ .ui-resizable-handle {
92
+ position: absolute;
93
+ font-size: 0.1px;
94
+ display: block;
95
+ }
96
+ .ui-resizable-disabled .ui-resizable-handle,
97
+ .ui-resizable-autohide .ui-resizable-handle {
98
+ display: none;
99
+ }
100
+ .ui-resizable-n {
101
+ cursor: n-resize;
102
+ height: 7px;
103
+ width: 100%;
104
+ top: -5px;
105
+ left: 0;
106
+ }
107
+ .ui-resizable-s {
108
+ cursor: s-resize;
109
+ height: 7px;
110
+ width: 100%;
111
+ bottom: -5px;
112
+ left: 0;
113
+ }
114
+ .ui-resizable-e {
115
+ cursor: e-resize;
116
+ width: 7px;
117
+ right: -5px;
118
+ top: 0;
119
+ height: 100%;
120
+ }
121
+ .ui-resizable-w {
122
+ cursor: w-resize;
123
+ width: 7px;
124
+ left: -5px;
125
+ top: 0;
126
+ height: 100%;
127
+ }
128
+ .ui-resizable-se {
129
+ cursor: se-resize;
130
+ width: 12px;
131
+ height: 12px;
132
+ right: 1px;
133
+ bottom: 1px;
134
+ }
135
+ .ui-resizable-sw {
136
+ cursor: sw-resize;
137
+ width: 9px;
138
+ height: 9px;
139
+ left: -5px;
140
+ bottom: -5px;
141
+ }
142
+ .ui-resizable-nw {
143
+ cursor: nw-resize;
144
+ width: 9px;
145
+ height: 9px;
146
+ left: -5px;
147
+ top: -5px;
148
+ }
149
+ .ui-resizable-ne {
150
+ cursor: ne-resize;
151
+ width: 9px;
152
+ height: 9px;
153
+ right: -5px;
154
+ top: -5px;
155
+ }
156
+ .ui-selectable-helper {
157
+ position: absolute;
158
+ z-index: 100;
159
+ border: 1px dotted black;
160
+ }
161
+
162
+ /* Component containers
163
+ ----------------------------------*/
164
+ .ui-widget {
165
+ font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
166
+ font-size: 1.1em/*{fsDefault}*/;
167
+ }
168
+ .ui-widget .ui-widget {
169
+ font-size: 1em;
170
+ }
171
+ .ui-widget input,
172
+ .ui-widget select,
173
+ .ui-widget textarea,
174
+ .ui-widget button {
175
+ font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
176
+ font-size: 1em;
177
+ }
178
+ .ui-widget-content {
179
+ border: 1px solid #aaaaaa/*{borderColorContent}*/;
180
+ background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
181
+ color: #222222/*{fcContent}*/;
182
+ }
183
+ .ui-widget-content a {
184
+ color: #222222/*{fcContent}*/;
185
+ }
186
+ .ui-widget-header {
187
+ border: 1px solid #aaaaaa/*{borderColorHeader}*/;
188
+ background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
189
+ color: #222222/*{fcHeader}*/;
190
+ font-weight: bold;
191
+ }
192
+ .ui-widget-header a {
193
+ color: #222222/*{fcHeader}*/;
194
+ }
195
+
196
+ /* Interaction states
197
+ ----------------------------------*/
198
+ .ui-state-default,
199
+ .ui-widget-content .ui-state-default,
200
+ .ui-widget-header .ui-state-default {
201
+ border: 1px solid #d3d3d3/*{borderColorDefault}*/;
202
+ background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
203
+ font-weight: normal/*{fwDefault}*/;
204
+ color: #555555/*{fcDefault}*/;
205
+ }
206
+ .ui-state-default a,
207
+ .ui-state-default a:link,
208
+ .ui-state-default a:visited {
209
+ color: #555555/*{fcDefault}*/;
210
+ text-decoration: none;
211
+ }
212
+ .ui-state-hover,
213
+ .ui-widget-content .ui-state-hover,
214
+ .ui-widget-header .ui-state-hover,
215
+ .ui-state-focus,
216
+ .ui-widget-content .ui-state-focus,
217
+ .ui-widget-header .ui-state-focus {
218
+ border: 1px solid #999999/*{borderColorHover}*/;
219
+ background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
220
+ font-weight: normal/*{fwDefault}*/;
221
+ color: #212121/*{fcHover}*/;
222
+ }
223
+ .ui-state-hover a,
224
+ .ui-state-hover a:hover,
225
+ .ui-state-hover a:link,
226
+ .ui-state-hover a:visited,
227
+ .ui-state-focus a,
228
+ .ui-state-focus a:hover,
229
+ .ui-state-focus a:link,
230
+ .ui-state-focus a:visited {
231
+ color: #212121/*{fcHover}*/;
232
+ text-decoration: none;
233
+ }
234
+ .ui-state-active,
235
+ .ui-widget-content .ui-state-active,
236
+ .ui-widget-header .ui-state-active {
237
+ border: 1px solid #aaaaaa/*{borderColorActive}*/;
238
+ background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
239
+ font-weight: normal/*{fwDefault}*/;
240
+ color: #212121/*{fcActive}*/;
241
+ }
242
+ .ui-state-active a,
243
+ .ui-state-active a:link,
244
+ .ui-state-active a:visited {
245
+ color: #212121/*{fcActive}*/;
246
+ text-decoration: none;
247
+ }
248
+
249
+ /* Interaction Cues
250
+ ----------------------------------*/
251
+ .ui-state-highlight,
252
+ .ui-widget-content .ui-state-highlight,
253
+ .ui-widget-header .ui-state-highlight {
254
+ border: 1px solid #fcefa1/*{borderColorHighlight}*/;
255
+ background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
256
+ color: #363636/*{fcHighlight}*/;
257
+ }
258
+ .ui-state-highlight a,
259
+ .ui-widget-content .ui-state-highlight a,
260
+ .ui-widget-header .ui-state-highlight a {
261
+ color: #363636/*{fcHighlight}*/;
262
+ }
263
+ .ui-state-error,
264
+ .ui-widget-content .ui-state-error,
265
+ .ui-widget-header .ui-state-error {
266
+ border: 1px solid #cd0a0a/*{borderColorError}*/;
267
+ background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
268
+ color: #cd0a0a/*{fcError}*/;
269
+ }
270
+ .ui-state-error a,
271
+ .ui-widget-content .ui-state-error a,
272
+ .ui-widget-header .ui-state-error a {
273
+ color: #cd0a0a/*{fcError}*/;
274
+ }
275
+ .ui-state-error-text,
276
+ .ui-widget-content .ui-state-error-text,
277
+ .ui-widget-header .ui-state-error-text {
278
+ color: #cd0a0a/*{fcError}*/;
279
+ }
280
+ .ui-priority-primary,
281
+ .ui-widget-content .ui-priority-primary,
282
+ .ui-widget-header .ui-priority-primary {
283
+ font-weight: bold;
284
+ }
285
+ .ui-priority-secondary,
286
+ .ui-widget-content .ui-priority-secondary,
287
+ .ui-widget-header .ui-priority-secondary {
288
+ opacity: .7;
289
+ filter:Alpha(Opacity=70);
290
+ font-weight: normal;
291
+ }
292
+ .ui-state-disabled,
293
+ .ui-widget-content .ui-state-disabled,
294
+ .ui-widget-header .ui-state-disabled {
295
+ opacity: .35;
296
+ filter:Alpha(Opacity=35);
297
+ background-image: none;
298
+ }
299
+ .ui-state-disabled .ui-icon {
300
+ filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
301
+ }
302
+
303
+ /* Icons
304
+ ----------------------------------*/
305
+
306
+ /* states and images */
307
+ .ui-icon {
308
+ width: 16px;
309
+ height: 16px;
310
+ }
311
+ .ui-icon,
312
+ .ui-widget-content .ui-icon {
313
+ background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
314
+ }
315
+ .ui-widget-header .ui-icon {
316
+ background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/;
317
+ }
318
+ .ui-state-default .ui-icon {
319
+ background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/;
320
+ }
321
+ .ui-state-hover .ui-icon,
322
+ .ui-state-focus .ui-icon {
323
+ background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/;
324
+ }
325
+ .ui-state-active .ui-icon {
326
+ background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/;
327
+ }
328
+ .ui-state-highlight .ui-icon {
329
+ background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/;
330
+ }
331
+ .ui-state-error .ui-icon,
332
+ .ui-state-error-text .ui-icon {
333
+ background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/;
334
+ }
335
+
336
+ /* positioning */
337
+ .ui-icon-blank { background-position: 16px 16px; }
338
+ .ui-icon-carat-1-n { background-position: 0 0; }
339
+ .ui-icon-carat-1-ne { background-position: -16px 0; }
340
+ .ui-icon-carat-1-e { background-position: -32px 0; }
341
+ .ui-icon-carat-1-se { background-position: -48px 0; }
342
+ .ui-icon-carat-1-s { background-position: -64px 0; }
343
+ .ui-icon-carat-1-sw { background-position: -80px 0; }
344
+ .ui-icon-carat-1-w { background-position: -96px 0; }
345
+ .ui-icon-carat-1-nw { background-position: -112px 0; }
346
+ .ui-icon-carat-2-n-s { background-position: -128px 0; }
347
+ .ui-icon-carat-2-e-w { background-position: -144px 0; }
348
+ .ui-icon-triangle-1-n { background-position: 0 -16px; }
349
+ .ui-icon-triangle-1-ne { background-position: -16px -16px; }
350
+ .ui-icon-triangle-1-e { background-position: -32px -16px; }
351
+ .ui-icon-triangle-1-se { background-position: -48px -16px; }
352
+ .ui-icon-triangle-1-s { background-position: -64px -16px; }
353
+ .ui-icon-triangle-1-sw { background-position: -80px -16px; }
354
+ .ui-icon-triangle-1-w { background-position: -96px -16px; }
355
+ .ui-icon-triangle-1-nw { background-position: -112px -16px; }
356
+ .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
357
+ .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
358
+ .ui-icon-arrow-1-n { background-position: 0 -32px; }
359
+ .ui-icon-arrow-1-ne { background-position: -16px -32px; }
360
+ .ui-icon-arrow-1-e { background-position: -32px -32px; }
361
+ .ui-icon-arrow-1-se { background-position: -48px -32px; }
362
+ .ui-icon-arrow-1-s { background-position: -64px -32px; }
363
+ .ui-icon-arrow-1-sw { background-position: -80px -32px; }
364
+ .ui-icon-arrow-1-w { background-position: -96px -32px; }
365
+ .ui-icon-arrow-1-nw { background-position: -112px -32px; }
366
+ .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
367
+ .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
368
+ .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
369
+ .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
370
+ .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
371
+ .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
372
+ .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
373
+ .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
374
+ .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
375
+ .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
376
+ .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
377
+ .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
378
+ .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
379
+ .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
380
+ .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
381
+ .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
382
+ .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
383
+ .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
384
+ .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
385
+ .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
386
+ .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
387
+ .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
388
+ .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
389
+ .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
390
+ .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
391
+ .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
392
+ .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
393
+ .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
394
+ .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
395
+ .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
396
+ .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
397
+ .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
398
+ .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
399
+ .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
400
+ .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
401
+ .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
402
+ .ui-icon-arrow-4 { background-position: 0 -80px; }
403
+ .ui-icon-arrow-4-diag { background-position: -16px -80px; }
404
+ .ui-icon-extlink { background-position: -32px -80px; }
405
+ .ui-icon-newwin { background-position: -48px -80px; }
406
+ .ui-icon-refresh { background-position: -64px -80px; }
407
+ .ui-icon-shuffle { background-position: -80px -80px; }
408
+ .ui-icon-transfer-e-w { background-position: -96px -80px; }
409
+ .ui-icon-transferthick-e-w { background-position: -112px -80px; }
410
+ .ui-icon-folder-collapsed { background-position: 0 -96px; }
411
+ .ui-icon-folder-open { background-position: -16px -96px; }
412
+ .ui-icon-document { background-position: -32px -96px; }
413
+ .ui-icon-document-b { background-position: -48px -96px; }
414
+ .ui-icon-note { background-position: -64px -96px; }
415
+ .ui-icon-mail-closed { background-position: -80px -96px; }
416
+ .ui-icon-mail-open { background-position: -96px -96px; }
417
+ .ui-icon-suitcase { background-position: -112px -96px; }
418
+ .ui-icon-comment { background-position: -128px -96px; }
419
+ .ui-icon-person { background-position: -144px -96px; }
420
+ .ui-icon-print { background-position: -160px -96px; }
421
+ .ui-icon-trash { background-position: -176px -96px; }
422
+ .ui-icon-locked { background-position: -192px -96px; }
423
+ .ui-icon-unlocked { background-position: -208px -96px; }
424
+ .ui-icon-bookmark { background-position: -224px -96px; }
425
+ .ui-icon-tag { background-position: -240px -96px; }
426
+ .ui-icon-home { background-position: 0 -112px; }
427
+ .ui-icon-flag { background-position: -16px -112px; }
428
+ .ui-icon-calendar { background-position: -32px -112px; }
429
+ .ui-icon-cart { background-position: -48px -112px; }
430
+ .ui-icon-pencil { background-position: -64px -112px; }
431
+ .ui-icon-clock { background-position: -80px -112px; }
432
+ .ui-icon-disk { background-position: -96px -112px; }
433
+ .ui-icon-calculator { background-position: -112px -112px; }
434
+ .ui-icon-zoomin { background-position: -128px -112px; }
435
+ .ui-icon-zoomout { background-position: -144px -112px; }
436
+ .ui-icon-search { background-position: -160px -112px; }
437
+ .ui-icon-wrench { background-position: -176px -112px; }
438
+ .ui-icon-gear { background-position: -192px -112px; }
439
+ .ui-icon-heart { background-position: -208px -112px; }
440
+ .ui-icon-star { background-position: -224px -112px; }
441
+ .ui-icon-link { background-position: -240px -112px; }
442
+ .ui-icon-cancel { background-position: 0 -128px; }
443
+ .ui-icon-plus { background-position: -16px -128px; }
444
+ .ui-icon-plusthick { background-position: -32px -128px; }
445
+ .ui-icon-minus { background-position: -48px -128px; }
446
+ .ui-icon-minusthick { background-position: -64px -128px; }
447
+ .ui-icon-close { background-position: -80px -128px; }
448
+ .ui-icon-closethick { background-position: -96px -128px; }
449
+ .ui-icon-key { background-position: -112px -128px; }
450
+ .ui-icon-lightbulb { background-position: -128px -128px; }
451
+ .ui-icon-scissors { background-position: -144px -128px; }
452
+ .ui-icon-clipboard { background-position: -160px -128px; }
453
+ .ui-icon-copy { background-position: -176px -128px; }
454
+ .ui-icon-contact { background-position: -192px -128px; }
455
+ .ui-icon-image { background-position: -208px -128px; }
456
+ .ui-icon-video { background-position: -224px -128px; }
457
+ .ui-icon-script { background-position: -240px -128px; }
458
+ .ui-icon-alert { background-position: 0 -144px; }
459
+ .ui-icon-info { background-position: -16px -144px; }
460
+ .ui-icon-notice { background-position: -32px -144px; }
461
+ .ui-icon-help { background-position: -48px -144px; }
462
+ .ui-icon-check { background-position: -64px -144px; }
463
+ .ui-icon-bullet { background-position: -80px -144px; }
464
+ .ui-icon-radio-on { background-position: -96px -144px; }
465
+ .ui-icon-radio-off { background-position: -112px -144px; }
466
+ .ui-icon-pin-w { background-position: -128px -144px; }
467
+ .ui-icon-pin-s { background-position: -144px -144px; }
468
+ .ui-icon-play { background-position: 0 -160px; }
469
+ .ui-icon-pause { background-position: -16px -160px; }
470
+ .ui-icon-seek-next { background-position: -32px -160px; }
471
+ .ui-icon-seek-prev { background-position: -48px -160px; }
472
+ .ui-icon-seek-end { background-position: -64px -160px; }
473
+ .ui-icon-seek-start { background-position: -80px -160px; }
474
+ /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
475
+ .ui-icon-seek-first { background-position: -80px -160px; }
476
+ .ui-icon-stop { background-position: -96px -160px; }
477
+ .ui-icon-eject { background-position: -112px -160px; }
478
+ .ui-icon-volume-off { background-position: -128px -160px; }
479
+ .ui-icon-volume-on { background-position: -144px -160px; }
480
+ .ui-icon-power { background-position: 0 -176px; }
481
+ .ui-icon-signal-diag { background-position: -16px -176px; }
482
+ .ui-icon-signal { background-position: -32px -176px; }
483
+ .ui-icon-battery-0 { background-position: -48px -176px; }
484
+ .ui-icon-battery-1 { background-position: -64px -176px; }
485
+ .ui-icon-battery-2 { background-position: -80px -176px; }
486
+ .ui-icon-battery-3 { background-position: -96px -176px; }
487
+ .ui-icon-circle-plus { background-position: 0 -192px; }
488
+ .ui-icon-circle-minus { background-position: -16px -192px; }
489
+ .ui-icon-circle-close { background-position: -32px -192px; }
490
+ .ui-icon-circle-triangle-e { background-position: -48px -192px; }
491
+ .ui-icon-circle-triangle-s { background-position: -64px -192px; }
492
+ .ui-icon-circle-triangle-w { background-position: -80px -192px; }
493
+ .ui-icon-circle-triangle-n { background-position: -96px -192px; }
494
+ .ui-icon-circle-arrow-e { background-position: -112px -192px; }
495
+ .ui-icon-circle-arrow-s { background-position: -128px -192px; }
496
+ .ui-icon-circle-arrow-w { background-position: -144px -192px; }
497
+ .ui-icon-circle-arrow-n { background-position: -160px -192px; }
498
+ .ui-icon-circle-zoomin { background-position: -176px -192px; }
499
+ .ui-icon-circle-zoomout { background-position: -192px -192px; }
500
+ .ui-icon-circle-check { background-position: -208px -192px; }
501
+ .ui-icon-circlesmall-plus { background-position: 0 -208px; }
502
+ .ui-icon-circlesmall-minus { background-position: -16px -208px; }
503
+ .ui-icon-circlesmall-close { background-position: -32px -208px; }
504
+ .ui-icon-squaresmall-plus { background-position: -48px -208px; }
505
+ .ui-icon-squaresmall-minus { background-position: -64px -208px; }
506
+ .ui-icon-squaresmall-close { background-position: -80px -208px; }
507
+ .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
508
+ .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
509
+ .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
510
+ .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
511
+ .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
512
+ .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
513
+
514
+
515
+ /* Misc visuals
516
+ ----------------------------------*/
517
+
518
+ /* Corner radius */
519
+ .ui-corner-all,
520
+ .ui-corner-top,
521
+ .ui-corner-left,
522
+ .ui-corner-tl {
523
+ border-top-left-radius: 4px/*{cornerRadius}*/;
524
+ }
525
+ .ui-corner-all,
526
+ .ui-corner-top,
527
+ .ui-corner-right,
528
+ .ui-corner-tr {
529
+ border-top-right-radius: 4px/*{cornerRadius}*/;
530
+ }
531
+ .ui-corner-all,
532
+ .ui-corner-bottom,
533
+ .ui-corner-left,
534
+ .ui-corner-bl {
535
+ border-bottom-left-radius: 4px/*{cornerRadius}*/;
536
+ }
537
+ .ui-corner-all,
538
+ .ui-corner-bottom,
539
+ .ui-corner-right,
540
+ .ui-corner-br {
541
+ border-bottom-right-radius: 4px/*{cornerRadius}*/;
542
+ }
543
+
544
+ /* Overlays */
545
+ .ui-widget-overlay {
546
+ background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
547
+ opacity: .3/*{opacityOverlay}*/;
548
+ filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
549
+ }
550
+ .ui-widget-shadow {
551
+ margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
552
+ padding: 8px/*{thicknessShadow}*/;
553
+ background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
554
+ opacity: .3/*{opacityShadow}*/;
555
+ filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
556
+ border-radius: 8px/*{cornerRadiusShadow}*/;
557
+ }
@@ -0,0 +1,12 @@
1
+ /*!
2
+ * jQuery UI CSS Framework 1.10.4
3
+ * http://jqueryui.com
4
+ *
5
+ * Copyright 2014 jQuery Foundation and other contributors
6
+ * Released under the MIT license.
7
+ * http://jquery.org/license
8
+ *
9
+ * http://api.jqueryui.com/category/theming/
10
+ */
11
+ @import "jquery.ui.base.css";
12
+ @import "jquery.ui.theme.css";