RubyApp 0.6.59 → 0.6.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +12 -3
- data/lib/ruby_app/elements/mobile/document.rb +6 -6
- data/lib/ruby_app/resources/elements/mobile/document/{fastclick.js → fastclick-0.5.6.js} +10 -4
- data/lib/ruby_app/resources/elements/mobile/document/jquery-1.8.3.min.js +2 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/jquery-ui-1.9.2.custom.css +462 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/css/smoothness/jquery-ui-1.9.2.custom.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/AUTHORS.txt +217 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/MIT-LICENSE.txt +26 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/README.md +99 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/collapsible.html +50 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/custom-icons.html +64 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/default.html +80 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/fillspace.html +72 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/hoverintent.html +133 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/index.html +20 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/no-auto-height.html +50 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/accordion/sortable.html +74 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/categories.html +67 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/combobox.html +211 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/custom-data.html +91 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/default.html +58 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/folding.html +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/images/jquery_32x32.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/images/jqueryui_32x32.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/images/transparent_1x1.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/index.html +25 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/london.xml +114 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/maxheight.html +71 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/multiple-remote.html +80 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/multiple.html +93 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/remote-jsonp.html +82 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/remote-with-cache.html +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/remote.html +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/search.php +590 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/autocomplete/xml.html +66 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/checkbox.html +37 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/default.html +34 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/icons.html +49 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/index.html +19 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/radio.html +32 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/splitbutton.html +69 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/button/toolbar.html +113 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/alt-field.html +29 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/animation.html +51 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/buttonbar.html +28 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/date-formats.html +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/date-range.html +44 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/default.html +26 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/dropdown-month-year.html +29 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/icon-trigger.html +30 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/images/calendar.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/index.html +27 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/inline.html +26 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/localization.html +169 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/min-max.html +26 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/multiple-calendars.html +29 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/other-months.html +30 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/datepicker/show-week.html +32 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/demos.css +19 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/animated.html +49 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/default.html +33 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/index.html +19 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/modal-confirmation.html +47 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/modal-form.html +157 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/modal-message.html +49 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/dialog/modal.html +38 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/constrain-movement.html +58 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/cursor-style.html +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/default.html +32 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/delay-start.html +38 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/events.html +70 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/handle.html +41 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/index.html +24 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/revert.html +37 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/scroll.html +44 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/snap-to.html +61 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/sortable.html +50 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/draggable/visual-feedback.html +70 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/accepted-elements.html +53 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/default.html +46 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras2.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras2_min.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras3.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras3_min.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras4.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras4_min.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/images/high_tatras_min.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/index.html +20 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/photo-manager.html +182 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/propagation.html +73 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/revert.html +54 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/shopping-cart.html +94 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/droppable/visual-feedback.html +72 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/effect/default.html +102 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/effect/easing.html +102 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/effect/index.html +15 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/calendar.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/demo-config-on-tile.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/demo-config-on.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/demo-spindown-closed.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/demo-spindown-open.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/icon-docs-info.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/images/pbar-ani.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/menu/default.html +67 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/menu/icons.html +44 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/menu/index.html +15 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/cycler.html +107 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/default.html +142 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/images/earth.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/images/flight.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/images/rocket.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/position/index.html +15 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/progressbar/animated.html +37 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/progressbar/default.html +28 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/progressbar/images/pbar-ani.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/progressbar/index.html +16 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/progressbar/resize.html +33 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/animate.html +36 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/aspect-ratio.html +35 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/constrain-area.html +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/default.html +33 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/delay-start.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/helper.html +36 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/index.html +24 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/max-min.html +38 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/snap-to-grid.html +35 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/synchronous-resize.html +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/textarea.html +34 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/resizable/visual-feedback.html +36 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/selectable/default.html +43 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/selectable/display-grid.html +48 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/selectable/index.html +16 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/selectable/serialize.html +54 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/colorpicker.html +87 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/default.html +27 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/hotelrooms.html +49 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/index.html +24 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/multiple-vertical.html +69 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/range-vertical.html +41 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/range.html +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/rangemax.html +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/rangemin.html +41 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/side-scroll.html +132 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/slider-vertical.html +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/slider/steps.html +41 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/connect-lists-through-tabs.html +72 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/connect-lists.html +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/default.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/delay-start.html +61 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/display-grid.html +48 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/empty-lists.html +63 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/index.html +22 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/items.html +64 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/placeholder.html +50 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/sortable/portlets.html +90 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/currency.html +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/decimal.html +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/default.html +64 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/index.html +19 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/latlong.html +57 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/overflow.html +44 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/spinner/time.html +74 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/ajax.html +46 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/ajax/content1.html +4 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/ajax/content2.html +4 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/ajax/content3-slow.php +7 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/ajax/content4-broken.php +3 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/bottom.html +58 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/collapsible.html +48 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/default.html +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/index.html +20 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/manipulation.html +114 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/mouseover.html +44 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/sortable.html +51 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tabs/vertical.html +54 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/ajax/content1.html +1 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/ajax/content2.html +1 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/custom-animation.html +54 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/custom-content.html +83 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/custom-style.html +95 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/default.html +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/forms.html +65 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/images/st-stephens.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/images/tower-bridge.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/index.html +20 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/tracking.html +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/tooltip/video-player.html +117 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/widget/default.html +178 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/demos/widget/index.html +14 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/accordion.html +499 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/autocomplete.html +590 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/blind-effect.html +58 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/bounce-effect.html +61 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/button.html +283 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/clip-effect.html +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/datepicker.html +965 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/dialog.html +955 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/draggable.html +750 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/drop-effect.html +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/droppable.html +557 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/explode-effect.html +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/fade-effect.html +43 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/fold-effect.html +61 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/highlight-effect.html +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/jQuery.widget.html +611 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/menu.html +679 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/mouse.html +239 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/position.html +116 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/progressbar.html +328 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/puff-effect.html +32 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/pulsate-effect.html +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/resizable.html +694 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/scale-effect.html +82 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/selectable.html +509 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/shake-effect.html +66 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/size-effect.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/slide-effect.html +59 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/slider.html +595 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/sortable.html +1469 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/spinner.html +589 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/tabs.html +644 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/tooltip.html +478 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/docs/transfer-effect.html +61 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/globalize.culture.de-DE.js +81 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/globalize.culture.ja-JP.js +100 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/globalize.js +1573 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/jquery.bgiframe-2.1.2.js +39 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/jquery.cookie.js +89 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/jquery.metadata.js +122 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/jquery.mousewheel.js +84 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/jshint.js +4835 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/qunit.css +235 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/external/qunit.js +1977 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/grunt.js +348 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/jquery-1.8.3.js +9472 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/package.json +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-icons_222222_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-icons_454545_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-icons_888888_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery-ui.css +461 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.accordion.css +16 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.all.css +12 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.autocomplete.css +19 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.base.css +25 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.button.css +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.core.css +39 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.datepicker.css +67 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.dialog.css +22 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.menu.css +30 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.progressbar.css +12 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.resizable.css +21 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.selectable.css +11 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.slider.css +25 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.spinner.css +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.tabs.css +18 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.theme.css +248 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/jquery.ui.tooltip.css +21 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-icons_222222_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-icons_2e83ff_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-icons_454545_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-icons_888888_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery-ui.min.css +10 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.accordion.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.autocomplete.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.button.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.core.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.datepicker.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.dialog.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.menu.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.progressbar.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.resizable.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.selectable.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.slider.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.spinner.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.tabs.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.theme.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/base/minified/jquery.ui.tooltip.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery-ui.css +462 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.accordion.css +16 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.all.css +12 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.autocomplete.css +19 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.base.css +25 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.button.css +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.core.css +39 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.datepicker.css +67 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.dialog.css +22 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.menu.css +30 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.progressbar.css +12 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.resizable.css +21 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.selectable.css +11 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.slider.css +25 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.spinner.css +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.tabs.css +18 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.theme.css +248 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/jquery.ui.tooltip.css +21 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-icons_222222_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-icons_2e83ff_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-icons_454545_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-icons_888888_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery-ui.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.accordion.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.autocomplete.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.button.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.core.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.datepicker.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.dialog.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.menu.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.progressbar.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.resizable.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.selectable.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.slider.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.spinner.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.tabs.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.theme.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/themes/smoothness/minified/jquery.ui.tooltip.min.css +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.accordion.jquery.json +57 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.autocomplete.jquery.json +59 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.button.jquery.json +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.core.jquery.json +51 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.datepicker.jquery.json +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.dialog.jquery.json +60 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.draggable.jquery.json +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.droppable.jquery.json +57 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-blind.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-bounce.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-clip.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-drop.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-explode.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-fade.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-fold.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-highlight.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-pulsate.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-scale.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-shake.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-slide.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect-transfer.jquery.json +53 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.effect.jquery.json +58 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.menu.jquery.json +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.mouse.jquery.json +54 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.position.jquery.json +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.progressbar.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.resizable.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.selectable.jquery.json +55 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.slider.jquery.json +57 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.sortable.jquery.json +56 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.spinner.jquery.json +58 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.tabs.jquery.json +57 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.tooltip.jquery.json +54 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui.widget.jquery.json +54 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery-ui-i18n.js +1675 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-af.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar-DZ.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ar.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-az.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-bg.js +24 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-bs.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-cs.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-cy-GB.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-da.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-de.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-el.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-AU.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-GB.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-en-NZ.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-eo.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-es.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-et.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-eu.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fa.js +59 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fi.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fo.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fr-CH.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-fr.js +25 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-gl.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-he.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hi.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hu.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-hy.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-id.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-is.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-it.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ja.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ka.js +21 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-kk.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-km.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lb.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lt.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-lv.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-mk.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ml.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ms.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-nl-BE.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-nl.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-no.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pl.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pt-BR.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-pt.js +22 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-rm.js +21 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ro.js +26 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sk.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sl.js +24 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sr-SR.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sr.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-sv.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ta.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-th.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-uk.js +24 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-vi.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-CN.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-HK.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-zh-TW.js +23 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery-ui.custom.js +14879 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.accordion.js +731 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.autocomplete.js +602 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.button.js +418 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.core.js +356 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.datepicker.js +1846 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.dialog.js +858 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.draggable.js +836 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.droppable.js +294 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-blind.js +82 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-bounce.js +113 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-clip.js +67 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-drop.js +65 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-explode.js +97 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-fade.js +30 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-fold.js +76 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-highlight.js +50 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-pulsate.js +63 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-scale.js +318 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-shake.js +74 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-slide.js +64 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect-transfer.js +47 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.effect.js +1276 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.menu.js +610 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.mouse.js +169 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.position.js +517 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.progressbar.js +105 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.resizable.js +801 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.selectable.js +261 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.slider.js +644 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.sortable.js +1096 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.spinner.js +478 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.tabs.js +1366 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.tooltip.js +398 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/jquery.ui.widget.js +528 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery-ui-i18n.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-af.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ar-DZ.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ar.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-az.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-bg.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-bs.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ca.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-cs.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-cy-GB.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-da.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-de.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-el.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-AU.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-GB.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-en-NZ.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-eo.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-es.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-et.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-eu.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fa.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fi.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fo.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fr-CH.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-fr.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-gl.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-he.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hi.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hr.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hu.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-hy.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-id.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-is.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-it.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ja.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ka.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-kk.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-km.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ko.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lb.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lt.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-lv.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-mk.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ml.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ms.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nl-BE.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-nl.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-no.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pl.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pt-BR.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-pt.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-rm.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ro.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ru.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sk.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sl.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sq.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sr-SR.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sr.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-sv.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-ta.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-th.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-tj.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-tr.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-uk.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-vi.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-CN.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-HK.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-zh-TW.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery-ui.custom.min.js +6 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.accordion.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.autocomplete.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.button.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.core.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.datepicker.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.dialog.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.draggable.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.droppable.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-blind.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-bounce.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-clip.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-drop.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-explode.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-fade.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-fold.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-highlight.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-pulsate.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-scale.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-shake.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-slide.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect-transfer.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.effect.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.menu.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.mouse.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.position.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.progressbar.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.resizable.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.selectable.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.slider.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.sortable.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.spinner.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.tabs.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.tooltip.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/development-bundle/ui/minified/jquery.ui.widget.min.js +5 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/index.html +447 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/js/jquery-1.8.3.js +9472 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/js/jquery-ui-1.9.2.custom.js +14879 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery-ui-1.9.2.custom/js/jquery-ui-1.9.2.custom.min.js +6 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/ajax-loader.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/ajax-loader.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/icons-18-black.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/icons-18-white.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/icons-36-black.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/images/icons-36-white.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile-1.1.0.css +2053 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile-1.1.0.min.css +2 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile.structure-1.1.0.css +946 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile.structure-1.1.0.min.css +2 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile.theme-1.1.0.css +1167 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/css/themes/default/jquery.mobile.theme-1.1.0.min.css +2 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/css/jqm-docs.css +359 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/ios_icon.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/ios_startup.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/jqm-sitebg.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/jquery-logo.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/mobile-devices.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/px-ccc.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/themroller-mobile-logo.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/images/version.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/js/_viewsource.js +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/_assets/js/jqm-docs.js +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/accessibility.html +70 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/features.html +77 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/getting-started.html +171 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/index.html +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/intro.html +70 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/about/platforms.html +108 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/data-attributes.html +530 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/events-nav.html +557 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/events.html +514 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/globalconfig.html +181 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/index.html +40 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/mediahelpers.html +133 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/methods.html +597 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/api/themes.html +291 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/api-buttons.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-events.html +92 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-grouped.html +112 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-icons.html +247 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-inline.html +99 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-methods.html +98 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-options.html +153 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-themes.html +130 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/buttons-types.html +119 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/buttons/index.html +43 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/dialogTransition.html +44 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/iOSFullscreen.html +50 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/index.html +86 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/jq17b1.html +37 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/loadingMessage.html +43 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/loadingMessageTextVisible.html +84 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/minScrollBack.html +43 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/pageLoadErrorMessage.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/pageTransition.html +43 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/pushState.html +44 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/config/touchOverflow.html +51 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/api-content.html +42 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-events.html +109 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-methods.html +67 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-options.html +178 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-set-events.html +89 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-set-methods.html +80 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-set-options.html +112 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible-set.html +198 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-collapsible.html +226 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-grids.html +193 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-html.html +144 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/content-themes.html +144 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/content/index.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/checkboxes/events.html +104 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/checkboxes/index.html +189 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/checkboxes/methods.html +108 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/checkboxes/options.html +98 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/docs-forms.html +267 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-all-compare.html +263 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-all-mini.html +245 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-all-native.html +250 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-all.html +247 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-sample-response.php +81 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-sample-selfsubmit.php +80 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-sample.html +114 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/forms-themes.html +408 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/index.html +50 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/plugin-eventsmethods.html +73 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/radiobuttons/events.html +106 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/radiobuttons/index.html +225 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/radiobuttons/methods.html +108 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/radiobuttons/options.html +98 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/search/events.html +103 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/search/index.html +141 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/search/methods.html +100 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/search/options.html +113 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/selects/custom.html +424 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/selects/events.html +105 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/selects/index.html +418 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/selects/methods.html +126 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/selects/options.html +173 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/slider/events.html +104 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/slider/index.html +179 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/slider/methods.html +108 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/slider/options.html +131 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/switch/events.html +104 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/switch/index.html +210 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/switch/methods.html +108 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/switch/options.html +123 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/textinputs/events.html +103 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/textinputs/index.html +244 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/textinputs/methods.html +100 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/forms/textinputs/options.html +117 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/index.html +33 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/docs-lists.html +177 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-af.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-ag.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-bb.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-bk.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-hc.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-k.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-mg.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-ok.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-p.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-rh.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-ws.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/album-xx.jpg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/de.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/fi.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/gb.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/gf.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/sj.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/images/us.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/index.html +72 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-all-full.html +174 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-count.html +83 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-divider.html +114 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-events.html +108 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-formatting.html +135 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-forms-inset.html +249 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-forms.html +249 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-icons.html +89 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-inset.html +175 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-methods.html +108 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-nested.html +194 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-ol.html +98 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-options.html +222 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-performance.html +578 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-readonly-inset.html +171 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-readonly.html +173 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-search-filtertext.html +94 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-search-inset.html +100 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-search-with-dividers.html +113 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-search.html +100 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-split-purchase.html +35 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-split.html +147 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-themes.html +264 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-thumbnails.html +135 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/lists/lists-ul.html +100 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/nav.html +296 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog-alt.html +33 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog-buttons.html +33 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog-overlay.html +32 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog-success.html +31 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog-with-select.html +118 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dialog.html +34 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/docs-links-urltest/index.html +28 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/animals.html +27 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/category.php +150 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/colors.html +31 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/index.html +26 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/sample-reuse-page-external.html +121 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/sample-reuse-page.html +197 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/dynamic-samples/vehicles.html +27 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/index.html +52 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/multipage-template.html +83 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-anatomy.html +225 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-cache.html +125 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-customtransitions.html +297 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-dialogs.html +129 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-dynamic.html +300 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-links.html +147 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-navmodel.html +182 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-scripting.html +156 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-template.html +34 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-titles.html +82 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-transitions-dialog.html +34 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-transitions-page.html +69 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/page-transitions.html +174 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes.html +150 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes/theme-a.html +163 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes/theme-b.html +163 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes/theme-c.html +163 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes/theme-d.html +163 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/pages-themes/theme-e.html +163 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/phonegap.html +115 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/touchoverflow.html +127 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/pages/transition-success.html +33 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-events.html +84 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-a.html +299 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-b.html +129 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-c.html +129 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-d.html +153 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-e.html +153 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-f.html +129 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-g.html +231 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms-h.html +135 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-forms.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-methods.html +134 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed-options.html +177 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fixed.html +231 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-fullscreen.html +68 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/bars-themes.html +177 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/docs-bars.html +85 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/docs-footers.html +153 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/docs-headers.html +216 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/docs-navbar.html +318 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/footer-persist-a.html +114 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/footer-persist-b.html +140 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/footer-persist-c.html +121 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/footer-persist-d.html +92 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/09-chat2.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/100-coffee.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/18-envelope.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/19-gear.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/21-skull.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/30-key.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/34-coffee.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/88-beermug.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/glyphish-icons/Read me first - license.txt +13 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/images/photo-run.jpeg +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/docs/toolbars/index.html +45 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/index.html +76 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/js/jquery.js +9272 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/js/jquery.mobile-1.1.0.js +7551 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/demos/js/jquery.mobile-1.1.0.min.js +177 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/ajax-loader.gif +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/ajax-loader.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/icons-18-black.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/icons-18-white.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/icons-36-black.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/images/icons-36-white.png +0 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile-1.1.0.css +2053 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile-1.1.0.js +7551 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile-1.1.0.min.css +2 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile-1.1.0.min.js +177 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile.structure-1.1.0.css +946 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile.structure-1.1.0.min.css +2 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile.theme-1.1.0.css +1167 -0
- data/lib/ruby_app/resources/elements/mobile/document/jquery.mobile-1.1.0/jquery.mobile.theme-1.1.0.min.css +2 -0
- data/lib/ruby_app/resources/elements/mobile/document/{jquery.ui.touch-punch.min.js → jquery.ui.touch-punch-0.2.2.min.js} +0 -0
- data/lib/ruby_app/scripts/phantom.js +6 -1
- data/lib/ruby_app/version.rb +1 -1
- metadata +869 -6
@@ -0,0 +1,16 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Accordion 1.9.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2012 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://docs.jquery.com/UI/Accordion#theming
|
10
|
+
*/
|
11
|
+
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
|
12
|
+
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
|
13
|
+
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
|
14
|
+
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
|
15
|
+
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
|
16
|
+
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }
|
@@ -0,0 +1,12 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI CSS Framework 1.9.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2012 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://docs.jquery.com/UI/Theming
|
10
|
+
*/
|
11
|
+
@import "jquery.ui.base.css";
|
12
|
+
@import "jquery.ui.theme.css";
|
@@ -0,0 +1,19 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Autocomplete 1.9.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2012 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://docs.jquery.com/UI/Autocomplete#theming
|
10
|
+
*/
|
11
|
+
.ui-autocomplete {
|
12
|
+
position: absolute;
|
13
|
+
top: 0;
|
14
|
+
left: 0;
|
15
|
+
cursor: default;
|
16
|
+
}
|
17
|
+
|
18
|
+
/* workarounds */
|
19
|
+
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
|
@@ -0,0 +1,25 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI CSS Framework 1.9.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2012 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://docs.jquery.com/UI/Theming
|
10
|
+
*/
|
11
|
+
@import url("jquery.ui.core.css");
|
12
|
+
|
13
|
+
@import url("jquery.ui.accordion.css");
|
14
|
+
@import url("jquery.ui.autocomplete.css");
|
15
|
+
@import url("jquery.ui.button.css");
|
16
|
+
@import url("jquery.ui.datepicker.css");
|
17
|
+
@import url("jquery.ui.dialog.css");
|
18
|
+
@import url("jquery.ui.menu.css");
|
19
|
+
@import url("jquery.ui.progressbar.css");
|
20
|
+
@import url("jquery.ui.resizable.css");
|
21
|
+
@import url("jquery.ui.selectable.css");
|
22
|
+
@import url("jquery.ui.slider.css");
|
23
|
+
@import url("jquery.ui.spinner.css");
|
24
|
+
@import url("jquery.ui.tabs.css");
|
25
|
+
@import url("jquery.ui.tooltip.css");
|
@@ -0,0 +1,40 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Button 1.9.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2012 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://docs.jquery.com/UI/Button#theming
|
10
|
+
*/
|
11
|
+
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
|
12
|
+
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
|
13
|
+
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
|
14
|
+
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
|
15
|
+
.ui-button-icons-only { width: 3.4em; }
|
16
|
+
button.ui-button-icons-only { width: 3.7em; }
|
17
|
+
|
18
|
+
/*button text element */
|
19
|
+
.ui-button .ui-button-text { display: block; line-height: 1.4; }
|
20
|
+
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
|
21
|
+
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
|
22
|
+
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
|
23
|
+
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
|
24
|
+
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
|
25
|
+
/* no icon support for input elements, provide padding by default */
|
26
|
+
input.ui-button { padding: .4em 1em; }
|
27
|
+
|
28
|
+
/*button icon element(s) */
|
29
|
+
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
|
30
|
+
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
|
31
|
+
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
|
32
|
+
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
33
|
+
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
34
|
+
|
35
|
+
/*button sets*/
|
36
|
+
.ui-buttonset { margin-right: 7px; }
|
37
|
+
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
|
38
|
+
|
39
|
+
/* workarounds */
|
40
|
+
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
|
@@ -0,0 +1,39 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI CSS Framework 1.9.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2012 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://docs.jquery.com/UI/Theming/API
|
10
|
+
*/
|
11
|
+
|
12
|
+
/* Layout helpers
|
13
|
+
----------------------------------*/
|
14
|
+
.ui-helper-hidden { display: none; }
|
15
|
+
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
|
16
|
+
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
|
17
|
+
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
|
18
|
+
.ui-helper-clearfix:after { clear: both; }
|
19
|
+
.ui-helper-clearfix { zoom: 1; }
|
20
|
+
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
|
21
|
+
|
22
|
+
|
23
|
+
/* Interaction Cues
|
24
|
+
----------------------------------*/
|
25
|
+
.ui-state-disabled { cursor: default !important; }
|
26
|
+
|
27
|
+
|
28
|
+
/* Icons
|
29
|
+
----------------------------------*/
|
30
|
+
|
31
|
+
/* states and images */
|
32
|
+
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
|
33
|
+
|
34
|
+
|
35
|
+
/* Misc visuals
|
36
|
+
----------------------------------*/
|
37
|
+
|
38
|
+
/* Overlays */
|
39
|
+
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
@@ -0,0 +1,67 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Datepicker 1.9.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2012 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://docs.jquery.com/UI/Datepicker#theming
|
10
|
+
*/
|
11
|
+
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
|
12
|
+
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
|
13
|
+
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
|
14
|
+
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
|
15
|
+
.ui-datepicker .ui-datepicker-prev { left:2px; }
|
16
|
+
.ui-datepicker .ui-datepicker-next { right:2px; }
|
17
|
+
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
|
18
|
+
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
|
19
|
+
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
|
20
|
+
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
21
|
+
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
|
22
|
+
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
23
|
+
.ui-datepicker select.ui-datepicker-month,
|
24
|
+
.ui-datepicker select.ui-datepicker-year { width: 49%;}
|
25
|
+
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
|
26
|
+
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
|
27
|
+
.ui-datepicker td { border: 0; padding: 1px; }
|
28
|
+
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
|
29
|
+
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
|
30
|
+
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
|
31
|
+
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
|
32
|
+
|
33
|
+
/* with multiple calendars */
|
34
|
+
.ui-datepicker.ui-datepicker-multi { width:auto; }
|
35
|
+
.ui-datepicker-multi .ui-datepicker-group { float:left; }
|
36
|
+
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
|
37
|
+
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
|
38
|
+
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
|
39
|
+
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
|
40
|
+
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
|
41
|
+
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
|
42
|
+
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
|
43
|
+
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
|
44
|
+
|
45
|
+
/* RTL support */
|
46
|
+
.ui-datepicker-rtl { direction: rtl; }
|
47
|
+
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
|
48
|
+
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
|
49
|
+
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
|
50
|
+
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
|
51
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
|
52
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
|
53
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
|
54
|
+
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
|
55
|
+
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
56
|
+
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
57
|
+
|
58
|
+
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
|
59
|
+
.ui-datepicker-cover {
|
60
|
+
position: absolute; /*must have*/
|
61
|
+
z-index: -1; /*must have*/
|
62
|
+
filter: mask(); /*must have*/
|
63
|
+
top: -4px; /*must have*/
|
64
|
+
left: -4px; /*must have*/
|
65
|
+
width: 200px; /*must have*/
|
66
|
+
height: 200px; /*must have*/
|
67
|
+
}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Dialog 1.9.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2012 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://docs.jquery.com/UI/Dialog#theming
|
10
|
+
*/
|
11
|
+
.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; }
|
12
|
+
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
|
13
|
+
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
|
14
|
+
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
15
|
+
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
16
|
+
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
|
17
|
+
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
|
18
|
+
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
|
19
|
+
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
|
20
|
+
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
|
21
|
+
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
|
22
|
+
.ui-draggable .ui-dialog-titlebar { cursor: move; }
|
@@ -0,0 +1,30 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Menu 1.9.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2012 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://docs.jquery.com/UI/Menu#theming
|
10
|
+
*/
|
11
|
+
.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
|
12
|
+
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
|
13
|
+
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
|
14
|
+
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
|
15
|
+
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
|
16
|
+
.ui-menu .ui-menu-item a.ui-state-focus,
|
17
|
+
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }
|
18
|
+
|
19
|
+
.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
|
20
|
+
.ui-menu .ui-state-disabled a { cursor: default; }
|
21
|
+
|
22
|
+
/* icon support */
|
23
|
+
.ui-menu-icons { position: relative; }
|
24
|
+
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }
|
25
|
+
|
26
|
+
/* left-aligned */
|
27
|
+
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }
|
28
|
+
|
29
|
+
/* right-aligned */
|
30
|
+
.ui-menu .ui-menu-icon { position: static; float: right; }
|
@@ -0,0 +1,12 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Progressbar 1.9.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2012 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://docs.jquery.com/UI/Progressbar#theming
|
10
|
+
*/
|
11
|
+
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
|
12
|
+
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
|
@@ -0,0 +1,21 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Resizable 1.9.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2012 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://docs.jquery.com/UI/Resizable#theming
|
10
|
+
*/
|
11
|
+
.ui-resizable { position: relative;}
|
12
|
+
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
|
13
|
+
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
|
14
|
+
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
|
15
|
+
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
|
16
|
+
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
|
17
|
+
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
|
18
|
+
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
|
19
|
+
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
|
20
|
+
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
|
21
|
+
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Selectable 1.9.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2012 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://docs.jquery.com/UI/Selectable#theming
|
10
|
+
*/
|
11
|
+
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
|
@@ -0,0 +1,25 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Slider 1.9.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2012 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://docs.jquery.com/UI/Slider#theming
|
10
|
+
*/
|
11
|
+
.ui-slider { position: relative; text-align: left; }
|
12
|
+
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
|
13
|
+
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
|
14
|
+
|
15
|
+
.ui-slider-horizontal { height: .8em; }
|
16
|
+
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
|
17
|
+
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
|
18
|
+
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
|
19
|
+
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
|
20
|
+
|
21
|
+
.ui-slider-vertical { width: .8em; height: 100px; }
|
22
|
+
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
|
23
|
+
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
|
24
|
+
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
|
25
|
+
.ui-slider-vertical .ui-slider-range-max { top: 0; }
|
@@ -0,0 +1,23 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Spinner 1.9.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2012 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://docs.jquery.com/UI/Spinner#theming
|
10
|
+
*/
|
11
|
+
.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
|
12
|
+
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
|
13
|
+
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
|
14
|
+
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
|
15
|
+
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
|
16
|
+
.ui-spinner-up { top: 0; }
|
17
|
+
.ui-spinner-down { bottom: 0; }
|
18
|
+
|
19
|
+
/* TR overrides */
|
20
|
+
.ui-spinner .ui-icon-triangle-1-s {
|
21
|
+
/* need to fix icons sprite */
|
22
|
+
background-position:-65px -16px;
|
23
|
+
}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Tabs 1.9.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2012 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://docs.jquery.com/UI/Tabs#theming
|
10
|
+
*/
|
11
|
+
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
12
|
+
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
|
13
|
+
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
|
14
|
+
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
|
15
|
+
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
|
16
|
+
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
|
17
|
+
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
|
18
|
+
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
|
@@ -0,0 +1,248 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI CSS Framework 1.9.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2012 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://docs.jquery.com/UI/Theming/API
|
10
|
+
*
|
11
|
+
* To view and modify this theme, visit http://jqueryui.com/themeroller/
|
12
|
+
*/
|
13
|
+
|
14
|
+
|
15
|
+
/* Component containers
|
16
|
+
----------------------------------*/
|
17
|
+
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
|
18
|
+
.ui-widget .ui-widget { font-size: 1em; }
|
19
|
+
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
|
20
|
+
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
|
21
|
+
.ui-widget-content a { color: #222222; }
|
22
|
+
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
|
23
|
+
.ui-widget-header a { color: #222222; }
|
24
|
+
|
25
|
+
/* Interaction states
|
26
|
+
----------------------------------*/
|
27
|
+
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
|
28
|
+
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
|
29
|
+
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
|
30
|
+
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
|
31
|
+
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
|
32
|
+
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
|
33
|
+
|
34
|
+
/* Interaction Cues
|
35
|
+
----------------------------------*/
|
36
|
+
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
|
37
|
+
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
|
38
|
+
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
|
39
|
+
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
|
40
|
+
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
|
41
|
+
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
|
42
|
+
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
|
43
|
+
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
|
44
|
+
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */
|
45
|
+
|
46
|
+
/* Icons
|
47
|
+
----------------------------------*/
|
48
|
+
|
49
|
+
/* states and images */
|
50
|
+
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
|
51
|
+
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
|
52
|
+
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
|
53
|
+
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
|
54
|
+
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
|
55
|
+
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
|
56
|
+
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
|
57
|
+
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }
|
58
|
+
|
59
|
+
/* positioning */
|
60
|
+
.ui-icon-carat-1-n { background-position: 0 0; }
|
61
|
+
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
62
|
+
.ui-icon-carat-1-e { background-position: -32px 0; }
|
63
|
+
.ui-icon-carat-1-se { background-position: -48px 0; }
|
64
|
+
.ui-icon-carat-1-s { background-position: -64px 0; }
|
65
|
+
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
66
|
+
.ui-icon-carat-1-w { background-position: -96px 0; }
|
67
|
+
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
68
|
+
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
69
|
+
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
70
|
+
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
71
|
+
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
72
|
+
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
73
|
+
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
74
|
+
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
75
|
+
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
76
|
+
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
77
|
+
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
78
|
+
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
79
|
+
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
80
|
+
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
81
|
+
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
82
|
+
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
83
|
+
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
84
|
+
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
85
|
+
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
86
|
+
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
87
|
+
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
88
|
+
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
89
|
+
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
90
|
+
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
91
|
+
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
92
|
+
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
93
|
+
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
94
|
+
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
95
|
+
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
96
|
+
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
97
|
+
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
98
|
+
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
99
|
+
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
100
|
+
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
101
|
+
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
102
|
+
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
103
|
+
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
104
|
+
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
105
|
+
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
106
|
+
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
107
|
+
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
108
|
+
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
109
|
+
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
110
|
+
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
111
|
+
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
112
|
+
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
113
|
+
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
114
|
+
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
115
|
+
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
116
|
+
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
117
|
+
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
118
|
+
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
119
|
+
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
120
|
+
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
121
|
+
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
122
|
+
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
123
|
+
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
124
|
+
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
125
|
+
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
126
|
+
.ui-icon-extlink { background-position: -32px -80px; }
|
127
|
+
.ui-icon-newwin { background-position: -48px -80px; }
|
128
|
+
.ui-icon-refresh { background-position: -64px -80px; }
|
129
|
+
.ui-icon-shuffle { background-position: -80px -80px; }
|
130
|
+
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
131
|
+
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
132
|
+
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
133
|
+
.ui-icon-folder-open { background-position: -16px -96px; }
|
134
|
+
.ui-icon-document { background-position: -32px -96px; }
|
135
|
+
.ui-icon-document-b { background-position: -48px -96px; }
|
136
|
+
.ui-icon-note { background-position: -64px -96px; }
|
137
|
+
.ui-icon-mail-closed { background-position: -80px -96px; }
|
138
|
+
.ui-icon-mail-open { background-position: -96px -96px; }
|
139
|
+
.ui-icon-suitcase { background-position: -112px -96px; }
|
140
|
+
.ui-icon-comment { background-position: -128px -96px; }
|
141
|
+
.ui-icon-person { background-position: -144px -96px; }
|
142
|
+
.ui-icon-print { background-position: -160px -96px; }
|
143
|
+
.ui-icon-trash { background-position: -176px -96px; }
|
144
|
+
.ui-icon-locked { background-position: -192px -96px; }
|
145
|
+
.ui-icon-unlocked { background-position: -208px -96px; }
|
146
|
+
.ui-icon-bookmark { background-position: -224px -96px; }
|
147
|
+
.ui-icon-tag { background-position: -240px -96px; }
|
148
|
+
.ui-icon-home { background-position: 0 -112px; }
|
149
|
+
.ui-icon-flag { background-position: -16px -112px; }
|
150
|
+
.ui-icon-calendar { background-position: -32px -112px; }
|
151
|
+
.ui-icon-cart { background-position: -48px -112px; }
|
152
|
+
.ui-icon-pencil { background-position: -64px -112px; }
|
153
|
+
.ui-icon-clock { background-position: -80px -112px; }
|
154
|
+
.ui-icon-disk { background-position: -96px -112px; }
|
155
|
+
.ui-icon-calculator { background-position: -112px -112px; }
|
156
|
+
.ui-icon-zoomin { background-position: -128px -112px; }
|
157
|
+
.ui-icon-zoomout { background-position: -144px -112px; }
|
158
|
+
.ui-icon-search { background-position: -160px -112px; }
|
159
|
+
.ui-icon-wrench { background-position: -176px -112px; }
|
160
|
+
.ui-icon-gear { background-position: -192px -112px; }
|
161
|
+
.ui-icon-heart { background-position: -208px -112px; }
|
162
|
+
.ui-icon-star { background-position: -224px -112px; }
|
163
|
+
.ui-icon-link { background-position: -240px -112px; }
|
164
|
+
.ui-icon-cancel { background-position: 0 -128px; }
|
165
|
+
.ui-icon-plus { background-position: -16px -128px; }
|
166
|
+
.ui-icon-plusthick { background-position: -32px -128px; }
|
167
|
+
.ui-icon-minus { background-position: -48px -128px; }
|
168
|
+
.ui-icon-minusthick { background-position: -64px -128px; }
|
169
|
+
.ui-icon-close { background-position: -80px -128px; }
|
170
|
+
.ui-icon-closethick { background-position: -96px -128px; }
|
171
|
+
.ui-icon-key { background-position: -112px -128px; }
|
172
|
+
.ui-icon-lightbulb { background-position: -128px -128px; }
|
173
|
+
.ui-icon-scissors { background-position: -144px -128px; }
|
174
|
+
.ui-icon-clipboard { background-position: -160px -128px; }
|
175
|
+
.ui-icon-copy { background-position: -176px -128px; }
|
176
|
+
.ui-icon-contact { background-position: -192px -128px; }
|
177
|
+
.ui-icon-image { background-position: -208px -128px; }
|
178
|
+
.ui-icon-video { background-position: -224px -128px; }
|
179
|
+
.ui-icon-script { background-position: -240px -128px; }
|
180
|
+
.ui-icon-alert { background-position: 0 -144px; }
|
181
|
+
.ui-icon-info { background-position: -16px -144px; }
|
182
|
+
.ui-icon-notice { background-position: -32px -144px; }
|
183
|
+
.ui-icon-help { background-position: -48px -144px; }
|
184
|
+
.ui-icon-check { background-position: -64px -144px; }
|
185
|
+
.ui-icon-bullet { background-position: -80px -144px; }
|
186
|
+
.ui-icon-radio-on { background-position: -96px -144px; }
|
187
|
+
.ui-icon-radio-off { background-position: -112px -144px; }
|
188
|
+
.ui-icon-pin-w { background-position: -128px -144px; }
|
189
|
+
.ui-icon-pin-s { background-position: -144px -144px; }
|
190
|
+
.ui-icon-play { background-position: 0 -160px; }
|
191
|
+
.ui-icon-pause { background-position: -16px -160px; }
|
192
|
+
.ui-icon-seek-next { background-position: -32px -160px; }
|
193
|
+
.ui-icon-seek-prev { background-position: -48px -160px; }
|
194
|
+
.ui-icon-seek-end { background-position: -64px -160px; }
|
195
|
+
.ui-icon-seek-start { background-position: -80px -160px; }
|
196
|
+
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
197
|
+
.ui-icon-seek-first { background-position: -80px -160px; }
|
198
|
+
.ui-icon-stop { background-position: -96px -160px; }
|
199
|
+
.ui-icon-eject { background-position: -112px -160px; }
|
200
|
+
.ui-icon-volume-off { background-position: -128px -160px; }
|
201
|
+
.ui-icon-volume-on { background-position: -144px -160px; }
|
202
|
+
.ui-icon-power { background-position: 0 -176px; }
|
203
|
+
.ui-icon-signal-diag { background-position: -16px -176px; }
|
204
|
+
.ui-icon-signal { background-position: -32px -176px; }
|
205
|
+
.ui-icon-battery-0 { background-position: -48px -176px; }
|
206
|
+
.ui-icon-battery-1 { background-position: -64px -176px; }
|
207
|
+
.ui-icon-battery-2 { background-position: -80px -176px; }
|
208
|
+
.ui-icon-battery-3 { background-position: -96px -176px; }
|
209
|
+
.ui-icon-circle-plus { background-position: 0 -192px; }
|
210
|
+
.ui-icon-circle-minus { background-position: -16px -192px; }
|
211
|
+
.ui-icon-circle-close { background-position: -32px -192px; }
|
212
|
+
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
213
|
+
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
214
|
+
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
215
|
+
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
216
|
+
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
217
|
+
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
218
|
+
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
219
|
+
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
220
|
+
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
221
|
+
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
222
|
+
.ui-icon-circle-check { background-position: -208px -192px; }
|
223
|
+
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
224
|
+
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
225
|
+
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
226
|
+
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
227
|
+
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
228
|
+
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
229
|
+
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
230
|
+
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
231
|
+
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
232
|
+
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
233
|
+
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
234
|
+
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
235
|
+
|
236
|
+
|
237
|
+
/* Misc visuals
|
238
|
+
----------------------------------*/
|
239
|
+
|
240
|
+
/* Corner radius */
|
241
|
+
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
|
242
|
+
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
|
243
|
+
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
|
244
|
+
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
|
245
|
+
|
246
|
+
/* Overlays */
|
247
|
+
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); }
|
248
|
+
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
|