omf_web 1.2.4 → 1.2.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/omf-web/content/content_proxy.rb +18 -18
- data/lib/omf-web/content/file_repository.rb +6 -2
- data/lib/omf-web/content/git_repository.rb +4 -0
- data/lib/omf-web/content/repository.rb +11 -0
- data/lib/omf-web/data_source_proxy.rb +0 -13
- data/lib/omf-web/session_store.rb +8 -3
- data/lib/omf-web/theme/abstract_page.rb +2 -10
- data/{example → lib/omf-web/theme}/web_rtc/web_rtc.yaml +0 -0
- data/{example → lib/omf-web/theme}/web_rtc/webrtc-exp_1381786573.sq3 +0 -0
- data/lib/omf-web/version.rb +1 -1
- data/lib/omf-web/widget/data_widget.rb +2 -37
- data/lib/omf-web/widget/layout/one_column_layout.rb +4 -4
- data/lib/omf-web/widget/layout/stacked_layout.rb +6 -14
- data/lib/omf-web/widget/text/maruku/output/to_html.rb +4 -2
- data/lib/omf-web/widget/text/maruku.rb +1 -1
- data/lib/omf_web.rb +15 -15
- data/share/htdocs/graph/js/abstract_nv_chart.js +2 -2
- data/share/htdocs/graph/js/histogram2.js +5 -1
- data/share/htdocs/js/data_source3.js +2 -1
- data/share/htdocs/vendor/jquery-1.8.3/jquery.js +9472 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/animated-overlay.gif +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/jquery-ui-1.10.4.custom.css +558 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/jquery-ui-1.10.4.custom.min.css +7 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/AUTHORS.txt +260 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/Gruntfile.js +240 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/MIT-LICENSE.txt +26 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/README.md +96 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/addClass/default.html +45 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/addClass/index.html +14 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/animate/default.html +55 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/animate/index.html +14 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/demos.css +19 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/constrain-movement.html +58 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/cursor-style.html +42 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/default.html +32 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/delay-start.html +38 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/events.html +70 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/handle.html +41 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/index.html +24 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/revert.html +37 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/scroll.html +44 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/snap-to.html +61 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/sortable.html +50 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/draggable/visual-feedback.html +70 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/accepted-elements.html +53 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/default.html +46 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras.jpg +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras2.jpg +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras2_min.jpg +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras3.jpg +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras3_min.jpg +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras4.jpg +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras4_min.jpg +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/images/high_tatras_min.jpg +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/index.html +20 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/photo-manager.html +182 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/propagation.html +73 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/revert.html +54 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/shopping-cart.html +94 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/droppable/visual-feedback.html +72 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/effect/default.html +102 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/effect/easing.html +102 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/effect/index.html +15 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/hide/default.html +95 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/hide/index.html +14 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/images/calendar.gif +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/images/demo-config-on-tile.gif +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/images/demo-config-on.gif +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/images/demo-spindown-closed.gif +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/images/demo-spindown-open.gif +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/images/icon-docs-info.gif +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/images/pbar-ani.gif +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/index.html +29 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/position/cycler.html +107 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/position/default.html +137 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/position/images/earth.jpg +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/position/images/flight.jpg +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/position/images/rocket.jpg +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/position/index.html +15 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/removeClass/default.html +45 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/removeClass/index.html +14 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/animate.html +36 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/aspect-ratio.html +35 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/constrain-area.html +40 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/default.html +33 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/delay-start.html +45 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/helper.html +36 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/index.html +24 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/max-min.html +38 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/snap-to-grid.html +35 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/synchronous-resize.html +42 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/textarea.html +34 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/resizable/visual-feedback.html +36 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/selectable/default.html +43 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/selectable/display-grid.html +48 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/selectable/index.html +16 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/selectable/serialize.html +54 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/show/default.html +97 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/show/index.html +14 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/connect-lists-through-tabs.html +72 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/connect-lists.html +52 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/default.html +45 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/delay-start.html +61 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/display-grid.html +48 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/empty-lists.html +63 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/index.html +22 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/items.html +64 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/placeholder.html +50 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/sortable/portlets.html +115 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/switchClass/default.html +40 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/switchClass/index.html +14 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/toggle/default.html +103 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/toggle/index.html +14 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/toggleClass/default.html +39 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/toggleClass/index.html +14 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/widget/default.html +178 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/demos/widget/index.html +14 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/blind-effect.html +58 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/bounce-effect.html +61 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/clip-effect.html +55 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/draggable.html +741 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/drop-effect.html +55 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/droppable.html +548 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/explode-effect.html +52 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/fade-effect.html +43 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/fold-effect.html +61 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/highlight-effect.html +52 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/jQuery.widget.html +611 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/mouse.html +216 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/position.html +116 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/puff-effect.html +52 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/pulsate-effect.html +52 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/resizable.html +685 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/scale-effect.html +82 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/selectable.html +498 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/shake-effect.html +66 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/size-effect.html +65 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/slide-effect.html +59 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/sortable.html +1450 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/docs/transfer-effect.html +61 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/external/globalize.culture.de-DE.js +81 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/external/globalize.culture.ja-JP.js +100 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/external/globalize.js +1585 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/external/jquery.mousewheel.js +101 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/external/jshint.js +4835 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/external/qunit.css +244 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/external/qunit.js +2152 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/jquery-1.10.2.js +9789 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/package.json +73 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/animated-overlay.gif +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-icons_222222_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-icons_454545_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-icons_888888_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/jquery-ui.css +557 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/jquery.ui.all.css +12 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/jquery.ui.base.css +25 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/jquery.ui.core.css +93 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/jquery.ui.resizable.css +76 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/jquery.ui.selectable.css +13 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/jquery.ui.theme.css +410 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/animated-overlay.gif +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-icons_222222_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-icons_2e83ff_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-icons_454545_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-icons_888888_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/jquery-ui.min.css +7 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/jquery.ui.core.min.css +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/jquery.ui.resizable.min.css +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/jquery.ui.selectable.min.css +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/minified/jquery.ui.theme.min.css +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/animated-overlay.gif +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/jquery-ui.css +558 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/jquery.ui.all.css +12 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/jquery.ui.base.css +25 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/jquery.ui.core.css +93 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/jquery.ui.resizable.css +76 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/jquery.ui.selectable.css +13 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/jquery.ui.theme.css +410 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/animated-overlay.gif +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-icons_222222_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-icons_2e83ff_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-icons_454545_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-icons_888888_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/jquery-ui.min.css +7 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/jquery.ui.core.min.css +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/jquery.ui.resizable.min.css +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/jquery.ui.selectable.min.css +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/smoothness/minified/jquery.ui.theme.min.css +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery-ui.custom.js +7544 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.core.js +320 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.draggable.js +958 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.droppable.js +389 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-blind.js +82 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-bounce.js +113 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-clip.js +67 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-drop.js +65 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-explode.js +97 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-fade.js +30 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-fold.js +76 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-highlight.js +50 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-pulsate.js +63 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-scale.js +318 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-shake.js +74 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-slide.js +64 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect-transfer.js +47 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.effect.js +1289 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.mouse.js +169 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.position.js +501 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.resizable.js +978 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.selectable.js +277 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.sortable.js +1289 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/jquery.ui.widget.js +521 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery-ui.custom.min.js +6 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.core.min.js +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.draggable.min.js +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.droppable.min.js +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-blind.min.js +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-bounce.min.js +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-clip.min.js +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-drop.min.js +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-explode.min.js +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-fade.min.js +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-fold.min.js +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-highlight.min.js +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-pulsate.min.js +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-scale.min.js +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-shake.min.js +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-slide.min.js +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect-transfer.min.js +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.effect.min.js +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.mouse.min.js +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.position.min.js +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.resizable.min.js +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.selectable.min.js +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.sortable.min.js +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui/minified/jquery.ui.widget.min.js +5 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.core.jquery.json +61 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.draggable.jquery.json +66 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.droppable.jquery.json +67 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-blind.jquery.json +65 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-bounce.jquery.json +65 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-clip.jquery.json +65 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-drop.jquery.json +65 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-explode.jquery.json +65 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-fade.jquery.json +65 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-fold.jquery.json +65 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-highlight.jquery.json +65 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-pulsate.jquery.json +65 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-scale.jquery.json +65 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-shake.jquery.json +65 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-slide.jquery.json +65 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect-transfer.jquery.json +63 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.effect.jquery.json +68 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.mouse.jquery.json +64 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.position.jquery.json +66 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.resizable.jquery.json +65 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.selectable.jquery.json +65 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.sortable.jquery.json +66 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/ui.widget.jquery.json +64 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/index.html +301 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/js/jquery-1.10.2.js +9789 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/js/jquery-ui-1.10.4.custom.js +7544 -0
- data/share/htdocs/vendor/jquery-ui-1.10.4/js/jquery-ui-1.10.4.custom.min.js +6 -0
- metadata +302 -4
@@ -0,0 +1,25 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI CSS Framework 1.10.4
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2014 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://api.jqueryui.com/category/theming/
|
10
|
+
*/
|
11
|
+
@import 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,93 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI CSS Framework 1.10.4
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2014 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://api.jqueryui.com/category/theming/
|
10
|
+
*/
|
11
|
+
|
12
|
+
/* Layout helpers
|
13
|
+
----------------------------------*/
|
14
|
+
.ui-helper-hidden {
|
15
|
+
display: none;
|
16
|
+
}
|
17
|
+
.ui-helper-hidden-accessible {
|
18
|
+
border: 0;
|
19
|
+
clip: rect(0 0 0 0);
|
20
|
+
height: 1px;
|
21
|
+
margin: -1px;
|
22
|
+
overflow: hidden;
|
23
|
+
padding: 0;
|
24
|
+
position: absolute;
|
25
|
+
width: 1px;
|
26
|
+
}
|
27
|
+
.ui-helper-reset {
|
28
|
+
margin: 0;
|
29
|
+
padding: 0;
|
30
|
+
border: 0;
|
31
|
+
outline: 0;
|
32
|
+
line-height: 1.3;
|
33
|
+
text-decoration: none;
|
34
|
+
font-size: 100%;
|
35
|
+
list-style: none;
|
36
|
+
}
|
37
|
+
.ui-helper-clearfix:before,
|
38
|
+
.ui-helper-clearfix:after {
|
39
|
+
content: "";
|
40
|
+
display: table;
|
41
|
+
border-collapse: collapse;
|
42
|
+
}
|
43
|
+
.ui-helper-clearfix:after {
|
44
|
+
clear: both;
|
45
|
+
}
|
46
|
+
.ui-helper-clearfix {
|
47
|
+
min-height: 0; /* support: IE7 */
|
48
|
+
}
|
49
|
+
.ui-helper-zfix {
|
50
|
+
width: 100%;
|
51
|
+
height: 100%;
|
52
|
+
top: 0;
|
53
|
+
left: 0;
|
54
|
+
position: absolute;
|
55
|
+
opacity: 0;
|
56
|
+
filter:Alpha(Opacity=0);
|
57
|
+
}
|
58
|
+
|
59
|
+
.ui-front {
|
60
|
+
z-index: 100;
|
61
|
+
}
|
62
|
+
|
63
|
+
|
64
|
+
/* Interaction Cues
|
65
|
+
----------------------------------*/
|
66
|
+
.ui-state-disabled {
|
67
|
+
cursor: default !important;
|
68
|
+
}
|
69
|
+
|
70
|
+
|
71
|
+
/* Icons
|
72
|
+
----------------------------------*/
|
73
|
+
|
74
|
+
/* states and images */
|
75
|
+
.ui-icon {
|
76
|
+
display: block;
|
77
|
+
text-indent: -99999px;
|
78
|
+
overflow: hidden;
|
79
|
+
background-repeat: no-repeat;
|
80
|
+
}
|
81
|
+
|
82
|
+
|
83
|
+
/* Misc visuals
|
84
|
+
----------------------------------*/
|
85
|
+
|
86
|
+
/* Overlays */
|
87
|
+
.ui-widget-overlay {
|
88
|
+
position: fixed;
|
89
|
+
top: 0;
|
90
|
+
left: 0;
|
91
|
+
width: 100%;
|
92
|
+
height: 100%;
|
93
|
+
}
|
data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/jquery.ui.resizable.css
ADDED
@@ -0,0 +1,76 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Resizable 1.10.4
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2014 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*/
|
9
|
+
.ui-resizable {
|
10
|
+
position: relative;
|
11
|
+
}
|
12
|
+
.ui-resizable-handle {
|
13
|
+
position: absolute;
|
14
|
+
font-size: 0.1px;
|
15
|
+
display: block;
|
16
|
+
}
|
17
|
+
.ui-resizable-disabled .ui-resizable-handle,
|
18
|
+
.ui-resizable-autohide .ui-resizable-handle {
|
19
|
+
display: none;
|
20
|
+
}
|
21
|
+
.ui-resizable-n {
|
22
|
+
cursor: n-resize;
|
23
|
+
height: 7px;
|
24
|
+
width: 100%;
|
25
|
+
top: -5px;
|
26
|
+
left: 0;
|
27
|
+
}
|
28
|
+
.ui-resizable-s {
|
29
|
+
cursor: s-resize;
|
30
|
+
height: 7px;
|
31
|
+
width: 100%;
|
32
|
+
bottom: -5px;
|
33
|
+
left: 0;
|
34
|
+
}
|
35
|
+
.ui-resizable-e {
|
36
|
+
cursor: e-resize;
|
37
|
+
width: 7px;
|
38
|
+
right: -5px;
|
39
|
+
top: 0;
|
40
|
+
height: 100%;
|
41
|
+
}
|
42
|
+
.ui-resizable-w {
|
43
|
+
cursor: w-resize;
|
44
|
+
width: 7px;
|
45
|
+
left: -5px;
|
46
|
+
top: 0;
|
47
|
+
height: 100%;
|
48
|
+
}
|
49
|
+
.ui-resizable-se {
|
50
|
+
cursor: se-resize;
|
51
|
+
width: 12px;
|
52
|
+
height: 12px;
|
53
|
+
right: 1px;
|
54
|
+
bottom: 1px;
|
55
|
+
}
|
56
|
+
.ui-resizable-sw {
|
57
|
+
cursor: sw-resize;
|
58
|
+
width: 9px;
|
59
|
+
height: 9px;
|
60
|
+
left: -5px;
|
61
|
+
bottom: -5px;
|
62
|
+
}
|
63
|
+
.ui-resizable-nw {
|
64
|
+
cursor: nw-resize;
|
65
|
+
width: 9px;
|
66
|
+
height: 9px;
|
67
|
+
left: -5px;
|
68
|
+
top: -5px;
|
69
|
+
}
|
70
|
+
.ui-resizable-ne {
|
71
|
+
cursor: ne-resize;
|
72
|
+
width: 9px;
|
73
|
+
height: 9px;
|
74
|
+
right: -5px;
|
75
|
+
top: -5px;
|
76
|
+
}
|
data/share/htdocs/vendor/jquery-ui-1.10.4/development-bundle/themes/base/jquery.ui.selectable.css
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Selectable 1.10.4
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2014 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*/
|
9
|
+
.ui-selectable-helper {
|
10
|
+
position: absolute;
|
11
|
+
z-index: 100;
|
12
|
+
border: 1px dotted black;
|
13
|
+
}
|
@@ -0,0 +1,410 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI CSS Framework 1.10.4
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2014 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://api.jqueryui.com/category/theming/
|
10
|
+
*
|
11
|
+
* To view and modify this theme, visit http://jqueryui.com/themeroller/
|
12
|
+
*/
|
13
|
+
|
14
|
+
|
15
|
+
/* Component containers
|
16
|
+
----------------------------------*/
|
17
|
+
.ui-widget {
|
18
|
+
font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
|
19
|
+
font-size: 1.1em/*{fsDefault}*/;
|
20
|
+
}
|
21
|
+
.ui-widget .ui-widget {
|
22
|
+
font-size: 1em;
|
23
|
+
}
|
24
|
+
.ui-widget input,
|
25
|
+
.ui-widget select,
|
26
|
+
.ui-widget textarea,
|
27
|
+
.ui-widget button {
|
28
|
+
font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
|
29
|
+
font-size: 1em;
|
30
|
+
}
|
31
|
+
.ui-widget-content {
|
32
|
+
border: 1px solid #aaaaaa/*{borderColorContent}*/;
|
33
|
+
background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
|
34
|
+
color: #222222/*{fcContent}*/;
|
35
|
+
}
|
36
|
+
.ui-widget-content a {
|
37
|
+
color: #222222/*{fcContent}*/;
|
38
|
+
}
|
39
|
+
.ui-widget-header {
|
40
|
+
border: 1px solid #aaaaaa/*{borderColorHeader}*/;
|
41
|
+
background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
|
42
|
+
color: #222222/*{fcHeader}*/;
|
43
|
+
font-weight: bold;
|
44
|
+
}
|
45
|
+
.ui-widget-header a {
|
46
|
+
color: #222222/*{fcHeader}*/;
|
47
|
+
}
|
48
|
+
|
49
|
+
/* Interaction states
|
50
|
+
----------------------------------*/
|
51
|
+
.ui-state-default,
|
52
|
+
.ui-widget-content .ui-state-default,
|
53
|
+
.ui-widget-header .ui-state-default {
|
54
|
+
border: 1px solid #d3d3d3/*{borderColorDefault}*/;
|
55
|
+
background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
|
56
|
+
font-weight: normal/*{fwDefault}*/;
|
57
|
+
color: #555555/*{fcDefault}*/;
|
58
|
+
}
|
59
|
+
.ui-state-default a,
|
60
|
+
.ui-state-default a:link,
|
61
|
+
.ui-state-default a:visited {
|
62
|
+
color: #555555/*{fcDefault}*/;
|
63
|
+
text-decoration: none;
|
64
|
+
}
|
65
|
+
.ui-state-hover,
|
66
|
+
.ui-widget-content .ui-state-hover,
|
67
|
+
.ui-widget-header .ui-state-hover,
|
68
|
+
.ui-state-focus,
|
69
|
+
.ui-widget-content .ui-state-focus,
|
70
|
+
.ui-widget-header .ui-state-focus {
|
71
|
+
border: 1px solid #999999/*{borderColorHover}*/;
|
72
|
+
background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
|
73
|
+
font-weight: normal/*{fwDefault}*/;
|
74
|
+
color: #212121/*{fcHover}*/;
|
75
|
+
}
|
76
|
+
.ui-state-hover a,
|
77
|
+
.ui-state-hover a:hover,
|
78
|
+
.ui-state-hover a:link,
|
79
|
+
.ui-state-hover a:visited,
|
80
|
+
.ui-state-focus a,
|
81
|
+
.ui-state-focus a:hover,
|
82
|
+
.ui-state-focus a:link,
|
83
|
+
.ui-state-focus a:visited {
|
84
|
+
color: #212121/*{fcHover}*/;
|
85
|
+
text-decoration: none;
|
86
|
+
}
|
87
|
+
.ui-state-active,
|
88
|
+
.ui-widget-content .ui-state-active,
|
89
|
+
.ui-widget-header .ui-state-active {
|
90
|
+
border: 1px solid #aaaaaa/*{borderColorActive}*/;
|
91
|
+
background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
|
92
|
+
font-weight: normal/*{fwDefault}*/;
|
93
|
+
color: #212121/*{fcActive}*/;
|
94
|
+
}
|
95
|
+
.ui-state-active a,
|
96
|
+
.ui-state-active a:link,
|
97
|
+
.ui-state-active a:visited {
|
98
|
+
color: #212121/*{fcActive}*/;
|
99
|
+
text-decoration: none;
|
100
|
+
}
|
101
|
+
|
102
|
+
/* Interaction Cues
|
103
|
+
----------------------------------*/
|
104
|
+
.ui-state-highlight,
|
105
|
+
.ui-widget-content .ui-state-highlight,
|
106
|
+
.ui-widget-header .ui-state-highlight {
|
107
|
+
border: 1px solid #fcefa1/*{borderColorHighlight}*/;
|
108
|
+
background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
|
109
|
+
color: #363636/*{fcHighlight}*/;
|
110
|
+
}
|
111
|
+
.ui-state-highlight a,
|
112
|
+
.ui-widget-content .ui-state-highlight a,
|
113
|
+
.ui-widget-header .ui-state-highlight a {
|
114
|
+
color: #363636/*{fcHighlight}*/;
|
115
|
+
}
|
116
|
+
.ui-state-error,
|
117
|
+
.ui-widget-content .ui-state-error,
|
118
|
+
.ui-widget-header .ui-state-error {
|
119
|
+
border: 1px solid #cd0a0a/*{borderColorError}*/;
|
120
|
+
background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
|
121
|
+
color: #cd0a0a/*{fcError}*/;
|
122
|
+
}
|
123
|
+
.ui-state-error a,
|
124
|
+
.ui-widget-content .ui-state-error a,
|
125
|
+
.ui-widget-header .ui-state-error a {
|
126
|
+
color: #cd0a0a/*{fcError}*/;
|
127
|
+
}
|
128
|
+
.ui-state-error-text,
|
129
|
+
.ui-widget-content .ui-state-error-text,
|
130
|
+
.ui-widget-header .ui-state-error-text {
|
131
|
+
color: #cd0a0a/*{fcError}*/;
|
132
|
+
}
|
133
|
+
.ui-priority-primary,
|
134
|
+
.ui-widget-content .ui-priority-primary,
|
135
|
+
.ui-widget-header .ui-priority-primary {
|
136
|
+
font-weight: bold;
|
137
|
+
}
|
138
|
+
.ui-priority-secondary,
|
139
|
+
.ui-widget-content .ui-priority-secondary,
|
140
|
+
.ui-widget-header .ui-priority-secondary {
|
141
|
+
opacity: .7;
|
142
|
+
filter:Alpha(Opacity=70);
|
143
|
+
font-weight: normal;
|
144
|
+
}
|
145
|
+
.ui-state-disabled,
|
146
|
+
.ui-widget-content .ui-state-disabled,
|
147
|
+
.ui-widget-header .ui-state-disabled {
|
148
|
+
opacity: .35;
|
149
|
+
filter:Alpha(Opacity=35);
|
150
|
+
background-image: none;
|
151
|
+
}
|
152
|
+
.ui-state-disabled .ui-icon {
|
153
|
+
filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
|
154
|
+
}
|
155
|
+
|
156
|
+
/* Icons
|
157
|
+
----------------------------------*/
|
158
|
+
|
159
|
+
/* states and images */
|
160
|
+
.ui-icon {
|
161
|
+
width: 16px;
|
162
|
+
height: 16px;
|
163
|
+
}
|
164
|
+
.ui-icon,
|
165
|
+
.ui-widget-content .ui-icon {
|
166
|
+
background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
|
167
|
+
}
|
168
|
+
.ui-widget-header .ui-icon {
|
169
|
+
background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/;
|
170
|
+
}
|
171
|
+
.ui-state-default .ui-icon {
|
172
|
+
background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/;
|
173
|
+
}
|
174
|
+
.ui-state-hover .ui-icon,
|
175
|
+
.ui-state-focus .ui-icon {
|
176
|
+
background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/;
|
177
|
+
}
|
178
|
+
.ui-state-active .ui-icon {
|
179
|
+
background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/;
|
180
|
+
}
|
181
|
+
.ui-state-highlight .ui-icon {
|
182
|
+
background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/;
|
183
|
+
}
|
184
|
+
.ui-state-error .ui-icon,
|
185
|
+
.ui-state-error-text .ui-icon {
|
186
|
+
background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/;
|
187
|
+
}
|
188
|
+
|
189
|
+
/* positioning */
|
190
|
+
.ui-icon-blank { background-position: 16px 16px; }
|
191
|
+
.ui-icon-carat-1-n { background-position: 0 0; }
|
192
|
+
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
193
|
+
.ui-icon-carat-1-e { background-position: -32px 0; }
|
194
|
+
.ui-icon-carat-1-se { background-position: -48px 0; }
|
195
|
+
.ui-icon-carat-1-s { background-position: -64px 0; }
|
196
|
+
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
197
|
+
.ui-icon-carat-1-w { background-position: -96px 0; }
|
198
|
+
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
199
|
+
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
200
|
+
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
201
|
+
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
202
|
+
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
203
|
+
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
204
|
+
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
205
|
+
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
206
|
+
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
207
|
+
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
208
|
+
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
209
|
+
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
210
|
+
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
211
|
+
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
212
|
+
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
213
|
+
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
214
|
+
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
215
|
+
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
216
|
+
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
217
|
+
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
218
|
+
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
219
|
+
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
220
|
+
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
221
|
+
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
222
|
+
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
223
|
+
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
224
|
+
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
225
|
+
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
226
|
+
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
227
|
+
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
228
|
+
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
229
|
+
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
230
|
+
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
231
|
+
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
232
|
+
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
233
|
+
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
234
|
+
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
235
|
+
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
236
|
+
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
237
|
+
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
238
|
+
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
239
|
+
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
240
|
+
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
241
|
+
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
242
|
+
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
243
|
+
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
244
|
+
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
245
|
+
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
246
|
+
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
247
|
+
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
248
|
+
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
249
|
+
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
250
|
+
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
251
|
+
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
252
|
+
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
253
|
+
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
254
|
+
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
255
|
+
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
256
|
+
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
257
|
+
.ui-icon-extlink { background-position: -32px -80px; }
|
258
|
+
.ui-icon-newwin { background-position: -48px -80px; }
|
259
|
+
.ui-icon-refresh { background-position: -64px -80px; }
|
260
|
+
.ui-icon-shuffle { background-position: -80px -80px; }
|
261
|
+
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
262
|
+
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
263
|
+
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
264
|
+
.ui-icon-folder-open { background-position: -16px -96px; }
|
265
|
+
.ui-icon-document { background-position: -32px -96px; }
|
266
|
+
.ui-icon-document-b { background-position: -48px -96px; }
|
267
|
+
.ui-icon-note { background-position: -64px -96px; }
|
268
|
+
.ui-icon-mail-closed { background-position: -80px -96px; }
|
269
|
+
.ui-icon-mail-open { background-position: -96px -96px; }
|
270
|
+
.ui-icon-suitcase { background-position: -112px -96px; }
|
271
|
+
.ui-icon-comment { background-position: -128px -96px; }
|
272
|
+
.ui-icon-person { background-position: -144px -96px; }
|
273
|
+
.ui-icon-print { background-position: -160px -96px; }
|
274
|
+
.ui-icon-trash { background-position: -176px -96px; }
|
275
|
+
.ui-icon-locked { background-position: -192px -96px; }
|
276
|
+
.ui-icon-unlocked { background-position: -208px -96px; }
|
277
|
+
.ui-icon-bookmark { background-position: -224px -96px; }
|
278
|
+
.ui-icon-tag { background-position: -240px -96px; }
|
279
|
+
.ui-icon-home { background-position: 0 -112px; }
|
280
|
+
.ui-icon-flag { background-position: -16px -112px; }
|
281
|
+
.ui-icon-calendar { background-position: -32px -112px; }
|
282
|
+
.ui-icon-cart { background-position: -48px -112px; }
|
283
|
+
.ui-icon-pencil { background-position: -64px -112px; }
|
284
|
+
.ui-icon-clock { background-position: -80px -112px; }
|
285
|
+
.ui-icon-disk { background-position: -96px -112px; }
|
286
|
+
.ui-icon-calculator { background-position: -112px -112px; }
|
287
|
+
.ui-icon-zoomin { background-position: -128px -112px; }
|
288
|
+
.ui-icon-zoomout { background-position: -144px -112px; }
|
289
|
+
.ui-icon-search { background-position: -160px -112px; }
|
290
|
+
.ui-icon-wrench { background-position: -176px -112px; }
|
291
|
+
.ui-icon-gear { background-position: -192px -112px; }
|
292
|
+
.ui-icon-heart { background-position: -208px -112px; }
|
293
|
+
.ui-icon-star { background-position: -224px -112px; }
|
294
|
+
.ui-icon-link { background-position: -240px -112px; }
|
295
|
+
.ui-icon-cancel { background-position: 0 -128px; }
|
296
|
+
.ui-icon-plus { background-position: -16px -128px; }
|
297
|
+
.ui-icon-plusthick { background-position: -32px -128px; }
|
298
|
+
.ui-icon-minus { background-position: -48px -128px; }
|
299
|
+
.ui-icon-minusthick { background-position: -64px -128px; }
|
300
|
+
.ui-icon-close { background-position: -80px -128px; }
|
301
|
+
.ui-icon-closethick { background-position: -96px -128px; }
|
302
|
+
.ui-icon-key { background-position: -112px -128px; }
|
303
|
+
.ui-icon-lightbulb { background-position: -128px -128px; }
|
304
|
+
.ui-icon-scissors { background-position: -144px -128px; }
|
305
|
+
.ui-icon-clipboard { background-position: -160px -128px; }
|
306
|
+
.ui-icon-copy { background-position: -176px -128px; }
|
307
|
+
.ui-icon-contact { background-position: -192px -128px; }
|
308
|
+
.ui-icon-image { background-position: -208px -128px; }
|
309
|
+
.ui-icon-video { background-position: -224px -128px; }
|
310
|
+
.ui-icon-script { background-position: -240px -128px; }
|
311
|
+
.ui-icon-alert { background-position: 0 -144px; }
|
312
|
+
.ui-icon-info { background-position: -16px -144px; }
|
313
|
+
.ui-icon-notice { background-position: -32px -144px; }
|
314
|
+
.ui-icon-help { background-position: -48px -144px; }
|
315
|
+
.ui-icon-check { background-position: -64px -144px; }
|
316
|
+
.ui-icon-bullet { background-position: -80px -144px; }
|
317
|
+
.ui-icon-radio-on { background-position: -96px -144px; }
|
318
|
+
.ui-icon-radio-off { background-position: -112px -144px; }
|
319
|
+
.ui-icon-pin-w { background-position: -128px -144px; }
|
320
|
+
.ui-icon-pin-s { background-position: -144px -144px; }
|
321
|
+
.ui-icon-play { background-position: 0 -160px; }
|
322
|
+
.ui-icon-pause { background-position: -16px -160px; }
|
323
|
+
.ui-icon-seek-next { background-position: -32px -160px; }
|
324
|
+
.ui-icon-seek-prev { background-position: -48px -160px; }
|
325
|
+
.ui-icon-seek-end { background-position: -64px -160px; }
|
326
|
+
.ui-icon-seek-start { background-position: -80px -160px; }
|
327
|
+
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
328
|
+
.ui-icon-seek-first { background-position: -80px -160px; }
|
329
|
+
.ui-icon-stop { background-position: -96px -160px; }
|
330
|
+
.ui-icon-eject { background-position: -112px -160px; }
|
331
|
+
.ui-icon-volume-off { background-position: -128px -160px; }
|
332
|
+
.ui-icon-volume-on { background-position: -144px -160px; }
|
333
|
+
.ui-icon-power { background-position: 0 -176px; }
|
334
|
+
.ui-icon-signal-diag { background-position: -16px -176px; }
|
335
|
+
.ui-icon-signal { background-position: -32px -176px; }
|
336
|
+
.ui-icon-battery-0 { background-position: -48px -176px; }
|
337
|
+
.ui-icon-battery-1 { background-position: -64px -176px; }
|
338
|
+
.ui-icon-battery-2 { background-position: -80px -176px; }
|
339
|
+
.ui-icon-battery-3 { background-position: -96px -176px; }
|
340
|
+
.ui-icon-circle-plus { background-position: 0 -192px; }
|
341
|
+
.ui-icon-circle-minus { background-position: -16px -192px; }
|
342
|
+
.ui-icon-circle-close { background-position: -32px -192px; }
|
343
|
+
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
344
|
+
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
345
|
+
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
346
|
+
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
347
|
+
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
348
|
+
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
349
|
+
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
350
|
+
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
351
|
+
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
352
|
+
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
353
|
+
.ui-icon-circle-check { background-position: -208px -192px; }
|
354
|
+
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
355
|
+
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
356
|
+
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
357
|
+
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
358
|
+
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
359
|
+
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
360
|
+
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
361
|
+
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
362
|
+
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
363
|
+
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
364
|
+
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
365
|
+
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
366
|
+
|
367
|
+
|
368
|
+
/* Misc visuals
|
369
|
+
----------------------------------*/
|
370
|
+
|
371
|
+
/* Corner radius */
|
372
|
+
.ui-corner-all,
|
373
|
+
.ui-corner-top,
|
374
|
+
.ui-corner-left,
|
375
|
+
.ui-corner-tl {
|
376
|
+
border-top-left-radius: 4px/*{cornerRadius}*/;
|
377
|
+
}
|
378
|
+
.ui-corner-all,
|
379
|
+
.ui-corner-top,
|
380
|
+
.ui-corner-right,
|
381
|
+
.ui-corner-tr {
|
382
|
+
border-top-right-radius: 4px/*{cornerRadius}*/;
|
383
|
+
}
|
384
|
+
.ui-corner-all,
|
385
|
+
.ui-corner-bottom,
|
386
|
+
.ui-corner-left,
|
387
|
+
.ui-corner-bl {
|
388
|
+
border-bottom-left-radius: 4px/*{cornerRadius}*/;
|
389
|
+
}
|
390
|
+
.ui-corner-all,
|
391
|
+
.ui-corner-bottom,
|
392
|
+
.ui-corner-right,
|
393
|
+
.ui-corner-br {
|
394
|
+
border-bottom-right-radius: 4px/*{cornerRadius}*/;
|
395
|
+
}
|
396
|
+
|
397
|
+
/* Overlays */
|
398
|
+
.ui-widget-overlay {
|
399
|
+
background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
|
400
|
+
opacity: .3/*{opacityOverlay}*/;
|
401
|
+
filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/;
|
402
|
+
}
|
403
|
+
.ui-widget-shadow {
|
404
|
+
margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
|
405
|
+
padding: 8px/*{thicknessShadow}*/;
|
406
|
+
background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
|
407
|
+
opacity: .3/*{opacityShadow}*/;
|
408
|
+
filter: Alpha(Opacity=30)/*{opacityFilterShadow}*/;
|
409
|
+
border-radius: 8px/*{cornerRadiusShadow}*/;
|
410
|
+
}
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|