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
Binary file
|
data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
ADDED
Binary file
|
data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
ADDED
Binary file
|
data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
ADDED
Binary file
|
data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
ADDED
Binary file
|
data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
ADDED
Binary file
|
data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
ADDED
Binary file
|
data/share/htdocs/vendor/jquery-ui-1.10.4/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
ADDED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,558 @@
|
|
1
|
+
/*! jQuery UI - v1.10.4 - 2014-04-01
|
2
|
+
* http://jqueryui.com
|
3
|
+
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.theme.css
|
4
|
+
* To view and modify this theme, visit http://jqueryui.com/themeroller/
|
5
|
+
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
|
6
|
+
|
7
|
+
/* Layout helpers
|
8
|
+
----------------------------------*/
|
9
|
+
.ui-helper-hidden {
|
10
|
+
display: none;
|
11
|
+
}
|
12
|
+
.ui-helper-hidden-accessible {
|
13
|
+
border: 0;
|
14
|
+
clip: rect(0 0 0 0);
|
15
|
+
height: 1px;
|
16
|
+
margin: -1px;
|
17
|
+
overflow: hidden;
|
18
|
+
padding: 0;
|
19
|
+
position: absolute;
|
20
|
+
width: 1px;
|
21
|
+
}
|
22
|
+
.ui-helper-reset {
|
23
|
+
margin: 0;
|
24
|
+
padding: 0;
|
25
|
+
border: 0;
|
26
|
+
outline: 0;
|
27
|
+
line-height: 1.3;
|
28
|
+
text-decoration: none;
|
29
|
+
font-size: 100%;
|
30
|
+
list-style: none;
|
31
|
+
}
|
32
|
+
.ui-helper-clearfix:before,
|
33
|
+
.ui-helper-clearfix:after {
|
34
|
+
content: "";
|
35
|
+
display: table;
|
36
|
+
border-collapse: collapse;
|
37
|
+
}
|
38
|
+
.ui-helper-clearfix:after {
|
39
|
+
clear: both;
|
40
|
+
}
|
41
|
+
.ui-helper-clearfix {
|
42
|
+
min-height: 0; /* support: IE7 */
|
43
|
+
}
|
44
|
+
.ui-helper-zfix {
|
45
|
+
width: 100%;
|
46
|
+
height: 100%;
|
47
|
+
top: 0;
|
48
|
+
left: 0;
|
49
|
+
position: absolute;
|
50
|
+
opacity: 0;
|
51
|
+
filter:Alpha(Opacity=0);
|
52
|
+
}
|
53
|
+
|
54
|
+
.ui-front {
|
55
|
+
z-index: 100;
|
56
|
+
}
|
57
|
+
|
58
|
+
|
59
|
+
/* Interaction Cues
|
60
|
+
----------------------------------*/
|
61
|
+
.ui-state-disabled {
|
62
|
+
cursor: default !important;
|
63
|
+
}
|
64
|
+
|
65
|
+
|
66
|
+
/* Icons
|
67
|
+
----------------------------------*/
|
68
|
+
|
69
|
+
/* states and images */
|
70
|
+
.ui-icon {
|
71
|
+
display: block;
|
72
|
+
text-indent: -99999px;
|
73
|
+
overflow: hidden;
|
74
|
+
background-repeat: no-repeat;
|
75
|
+
}
|
76
|
+
|
77
|
+
|
78
|
+
/* Misc visuals
|
79
|
+
----------------------------------*/
|
80
|
+
|
81
|
+
/* Overlays */
|
82
|
+
.ui-widget-overlay {
|
83
|
+
position: fixed;
|
84
|
+
top: 0;
|
85
|
+
left: 0;
|
86
|
+
width: 100%;
|
87
|
+
height: 100%;
|
88
|
+
}
|
89
|
+
.ui-resizable {
|
90
|
+
position: relative;
|
91
|
+
}
|
92
|
+
.ui-resizable-handle {
|
93
|
+
position: absolute;
|
94
|
+
font-size: 0.1px;
|
95
|
+
display: block;
|
96
|
+
}
|
97
|
+
.ui-resizable-disabled .ui-resizable-handle,
|
98
|
+
.ui-resizable-autohide .ui-resizable-handle {
|
99
|
+
display: none;
|
100
|
+
}
|
101
|
+
.ui-resizable-n {
|
102
|
+
cursor: n-resize;
|
103
|
+
height: 7px;
|
104
|
+
width: 100%;
|
105
|
+
top: -5px;
|
106
|
+
left: 0;
|
107
|
+
}
|
108
|
+
.ui-resizable-s {
|
109
|
+
cursor: s-resize;
|
110
|
+
height: 7px;
|
111
|
+
width: 100%;
|
112
|
+
bottom: -5px;
|
113
|
+
left: 0;
|
114
|
+
}
|
115
|
+
.ui-resizable-e {
|
116
|
+
cursor: e-resize;
|
117
|
+
width: 7px;
|
118
|
+
right: -5px;
|
119
|
+
top: 0;
|
120
|
+
height: 100%;
|
121
|
+
}
|
122
|
+
.ui-resizable-w {
|
123
|
+
cursor: w-resize;
|
124
|
+
width: 7px;
|
125
|
+
left: -5px;
|
126
|
+
top: 0;
|
127
|
+
height: 100%;
|
128
|
+
}
|
129
|
+
.ui-resizable-se {
|
130
|
+
cursor: se-resize;
|
131
|
+
width: 12px;
|
132
|
+
height: 12px;
|
133
|
+
right: 1px;
|
134
|
+
bottom: 1px;
|
135
|
+
}
|
136
|
+
.ui-resizable-sw {
|
137
|
+
cursor: sw-resize;
|
138
|
+
width: 9px;
|
139
|
+
height: 9px;
|
140
|
+
left: -5px;
|
141
|
+
bottom: -5px;
|
142
|
+
}
|
143
|
+
.ui-resizable-nw {
|
144
|
+
cursor: nw-resize;
|
145
|
+
width: 9px;
|
146
|
+
height: 9px;
|
147
|
+
left: -5px;
|
148
|
+
top: -5px;
|
149
|
+
}
|
150
|
+
.ui-resizable-ne {
|
151
|
+
cursor: ne-resize;
|
152
|
+
width: 9px;
|
153
|
+
height: 9px;
|
154
|
+
right: -5px;
|
155
|
+
top: -5px;
|
156
|
+
}
|
157
|
+
.ui-selectable-helper {
|
158
|
+
position: absolute;
|
159
|
+
z-index: 100;
|
160
|
+
border: 1px dotted black;
|
161
|
+
}
|
162
|
+
|
163
|
+
/* Component containers
|
164
|
+
----------------------------------*/
|
165
|
+
.ui-widget {
|
166
|
+
font-family: Verdana,Arial,sans-serif;
|
167
|
+
font-size: 1.1em;
|
168
|
+
}
|
169
|
+
.ui-widget .ui-widget {
|
170
|
+
font-size: 1em;
|
171
|
+
}
|
172
|
+
.ui-widget input,
|
173
|
+
.ui-widget select,
|
174
|
+
.ui-widget textarea,
|
175
|
+
.ui-widget button {
|
176
|
+
font-family: Verdana,Arial,sans-serif;
|
177
|
+
font-size: 1em;
|
178
|
+
}
|
179
|
+
.ui-widget-content {
|
180
|
+
border: 1px solid #aaaaaa;
|
181
|
+
background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
|
182
|
+
color: #222222;
|
183
|
+
}
|
184
|
+
.ui-widget-content a {
|
185
|
+
color: #222222;
|
186
|
+
}
|
187
|
+
.ui-widget-header {
|
188
|
+
border: 1px solid #aaaaaa;
|
189
|
+
background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
|
190
|
+
color: #222222;
|
191
|
+
font-weight: bold;
|
192
|
+
}
|
193
|
+
.ui-widget-header a {
|
194
|
+
color: #222222;
|
195
|
+
}
|
196
|
+
|
197
|
+
/* Interaction states
|
198
|
+
----------------------------------*/
|
199
|
+
.ui-state-default,
|
200
|
+
.ui-widget-content .ui-state-default,
|
201
|
+
.ui-widget-header .ui-state-default {
|
202
|
+
border: 1px solid #d3d3d3;
|
203
|
+
background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
|
204
|
+
font-weight: normal;
|
205
|
+
color: #555555;
|
206
|
+
}
|
207
|
+
.ui-state-default a,
|
208
|
+
.ui-state-default a:link,
|
209
|
+
.ui-state-default a:visited {
|
210
|
+
color: #555555;
|
211
|
+
text-decoration: none;
|
212
|
+
}
|
213
|
+
.ui-state-hover,
|
214
|
+
.ui-widget-content .ui-state-hover,
|
215
|
+
.ui-widget-header .ui-state-hover,
|
216
|
+
.ui-state-focus,
|
217
|
+
.ui-widget-content .ui-state-focus,
|
218
|
+
.ui-widget-header .ui-state-focus {
|
219
|
+
border: 1px solid #999999;
|
220
|
+
background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
|
221
|
+
font-weight: normal;
|
222
|
+
color: #212121;
|
223
|
+
}
|
224
|
+
.ui-state-hover a,
|
225
|
+
.ui-state-hover a:hover,
|
226
|
+
.ui-state-hover a:link,
|
227
|
+
.ui-state-hover a:visited,
|
228
|
+
.ui-state-focus a,
|
229
|
+
.ui-state-focus a:hover,
|
230
|
+
.ui-state-focus a:link,
|
231
|
+
.ui-state-focus a:visited {
|
232
|
+
color: #212121;
|
233
|
+
text-decoration: none;
|
234
|
+
}
|
235
|
+
.ui-state-active,
|
236
|
+
.ui-widget-content .ui-state-active,
|
237
|
+
.ui-widget-header .ui-state-active {
|
238
|
+
border: 1px solid #aaaaaa;
|
239
|
+
background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
|
240
|
+
font-weight: normal;
|
241
|
+
color: #212121;
|
242
|
+
}
|
243
|
+
.ui-state-active a,
|
244
|
+
.ui-state-active a:link,
|
245
|
+
.ui-state-active a:visited {
|
246
|
+
color: #212121;
|
247
|
+
text-decoration: none;
|
248
|
+
}
|
249
|
+
|
250
|
+
/* Interaction Cues
|
251
|
+
----------------------------------*/
|
252
|
+
.ui-state-highlight,
|
253
|
+
.ui-widget-content .ui-state-highlight,
|
254
|
+
.ui-widget-header .ui-state-highlight {
|
255
|
+
border: 1px solid #fcefa1;
|
256
|
+
background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
|
257
|
+
color: #363636;
|
258
|
+
}
|
259
|
+
.ui-state-highlight a,
|
260
|
+
.ui-widget-content .ui-state-highlight a,
|
261
|
+
.ui-widget-header .ui-state-highlight a {
|
262
|
+
color: #363636;
|
263
|
+
}
|
264
|
+
.ui-state-error,
|
265
|
+
.ui-widget-content .ui-state-error,
|
266
|
+
.ui-widget-header .ui-state-error {
|
267
|
+
border: 1px solid #cd0a0a;
|
268
|
+
background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
|
269
|
+
color: #cd0a0a;
|
270
|
+
}
|
271
|
+
.ui-state-error a,
|
272
|
+
.ui-widget-content .ui-state-error a,
|
273
|
+
.ui-widget-header .ui-state-error a {
|
274
|
+
color: #cd0a0a;
|
275
|
+
}
|
276
|
+
.ui-state-error-text,
|
277
|
+
.ui-widget-content .ui-state-error-text,
|
278
|
+
.ui-widget-header .ui-state-error-text {
|
279
|
+
color: #cd0a0a;
|
280
|
+
}
|
281
|
+
.ui-priority-primary,
|
282
|
+
.ui-widget-content .ui-priority-primary,
|
283
|
+
.ui-widget-header .ui-priority-primary {
|
284
|
+
font-weight: bold;
|
285
|
+
}
|
286
|
+
.ui-priority-secondary,
|
287
|
+
.ui-widget-content .ui-priority-secondary,
|
288
|
+
.ui-widget-header .ui-priority-secondary {
|
289
|
+
opacity: .7;
|
290
|
+
filter:Alpha(Opacity=70);
|
291
|
+
font-weight: normal;
|
292
|
+
}
|
293
|
+
.ui-state-disabled,
|
294
|
+
.ui-widget-content .ui-state-disabled,
|
295
|
+
.ui-widget-header .ui-state-disabled {
|
296
|
+
opacity: .35;
|
297
|
+
filter:Alpha(Opacity=35);
|
298
|
+
background-image: none;
|
299
|
+
}
|
300
|
+
.ui-state-disabled .ui-icon {
|
301
|
+
filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
|
302
|
+
}
|
303
|
+
|
304
|
+
/* Icons
|
305
|
+
----------------------------------*/
|
306
|
+
|
307
|
+
/* states and images */
|
308
|
+
.ui-icon {
|
309
|
+
width: 16px;
|
310
|
+
height: 16px;
|
311
|
+
}
|
312
|
+
.ui-icon,
|
313
|
+
.ui-widget-content .ui-icon {
|
314
|
+
background-image: url(images/ui-icons_222222_256x240.png);
|
315
|
+
}
|
316
|
+
.ui-widget-header .ui-icon {
|
317
|
+
background-image: url(images/ui-icons_222222_256x240.png);
|
318
|
+
}
|
319
|
+
.ui-state-default .ui-icon {
|
320
|
+
background-image: url(images/ui-icons_888888_256x240.png);
|
321
|
+
}
|
322
|
+
.ui-state-hover .ui-icon,
|
323
|
+
.ui-state-focus .ui-icon {
|
324
|
+
background-image: url(images/ui-icons_454545_256x240.png);
|
325
|
+
}
|
326
|
+
.ui-state-active .ui-icon {
|
327
|
+
background-image: url(images/ui-icons_454545_256x240.png);
|
328
|
+
}
|
329
|
+
.ui-state-highlight .ui-icon {
|
330
|
+
background-image: url(images/ui-icons_2e83ff_256x240.png);
|
331
|
+
}
|
332
|
+
.ui-state-error .ui-icon,
|
333
|
+
.ui-state-error-text .ui-icon {
|
334
|
+
background-image: url(images/ui-icons_cd0a0a_256x240.png);
|
335
|
+
}
|
336
|
+
|
337
|
+
/* positioning */
|
338
|
+
.ui-icon-blank { background-position: 16px 16px; }
|
339
|
+
.ui-icon-carat-1-n { background-position: 0 0; }
|
340
|
+
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
341
|
+
.ui-icon-carat-1-e { background-position: -32px 0; }
|
342
|
+
.ui-icon-carat-1-se { background-position: -48px 0; }
|
343
|
+
.ui-icon-carat-1-s { background-position: -64px 0; }
|
344
|
+
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
345
|
+
.ui-icon-carat-1-w { background-position: -96px 0; }
|
346
|
+
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
347
|
+
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
348
|
+
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
349
|
+
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
350
|
+
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
351
|
+
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
352
|
+
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
353
|
+
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
354
|
+
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
355
|
+
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
356
|
+
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
357
|
+
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
358
|
+
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
359
|
+
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
360
|
+
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
361
|
+
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
362
|
+
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
363
|
+
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
364
|
+
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
365
|
+
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
366
|
+
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
367
|
+
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
368
|
+
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
369
|
+
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
370
|
+
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
371
|
+
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
372
|
+
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
373
|
+
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
374
|
+
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
375
|
+
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
376
|
+
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
377
|
+
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
378
|
+
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
379
|
+
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
380
|
+
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
381
|
+
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
382
|
+
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
383
|
+
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
384
|
+
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
385
|
+
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
386
|
+
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
387
|
+
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
388
|
+
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
389
|
+
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
390
|
+
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
391
|
+
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
392
|
+
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
393
|
+
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
394
|
+
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
395
|
+
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
396
|
+
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
397
|
+
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
398
|
+
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
399
|
+
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
400
|
+
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
401
|
+
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
402
|
+
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
403
|
+
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
404
|
+
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
405
|
+
.ui-icon-extlink { background-position: -32px -80px; }
|
406
|
+
.ui-icon-newwin { background-position: -48px -80px; }
|
407
|
+
.ui-icon-refresh { background-position: -64px -80px; }
|
408
|
+
.ui-icon-shuffle { background-position: -80px -80px; }
|
409
|
+
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
410
|
+
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
411
|
+
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
412
|
+
.ui-icon-folder-open { background-position: -16px -96px; }
|
413
|
+
.ui-icon-document { background-position: -32px -96px; }
|
414
|
+
.ui-icon-document-b { background-position: -48px -96px; }
|
415
|
+
.ui-icon-note { background-position: -64px -96px; }
|
416
|
+
.ui-icon-mail-closed { background-position: -80px -96px; }
|
417
|
+
.ui-icon-mail-open { background-position: -96px -96px; }
|
418
|
+
.ui-icon-suitcase { background-position: -112px -96px; }
|
419
|
+
.ui-icon-comment { background-position: -128px -96px; }
|
420
|
+
.ui-icon-person { background-position: -144px -96px; }
|
421
|
+
.ui-icon-print { background-position: -160px -96px; }
|
422
|
+
.ui-icon-trash { background-position: -176px -96px; }
|
423
|
+
.ui-icon-locked { background-position: -192px -96px; }
|
424
|
+
.ui-icon-unlocked { background-position: -208px -96px; }
|
425
|
+
.ui-icon-bookmark { background-position: -224px -96px; }
|
426
|
+
.ui-icon-tag { background-position: -240px -96px; }
|
427
|
+
.ui-icon-home { background-position: 0 -112px; }
|
428
|
+
.ui-icon-flag { background-position: -16px -112px; }
|
429
|
+
.ui-icon-calendar { background-position: -32px -112px; }
|
430
|
+
.ui-icon-cart { background-position: -48px -112px; }
|
431
|
+
.ui-icon-pencil { background-position: -64px -112px; }
|
432
|
+
.ui-icon-clock { background-position: -80px -112px; }
|
433
|
+
.ui-icon-disk { background-position: -96px -112px; }
|
434
|
+
.ui-icon-calculator { background-position: -112px -112px; }
|
435
|
+
.ui-icon-zoomin { background-position: -128px -112px; }
|
436
|
+
.ui-icon-zoomout { background-position: -144px -112px; }
|
437
|
+
.ui-icon-search { background-position: -160px -112px; }
|
438
|
+
.ui-icon-wrench { background-position: -176px -112px; }
|
439
|
+
.ui-icon-gear { background-position: -192px -112px; }
|
440
|
+
.ui-icon-heart { background-position: -208px -112px; }
|
441
|
+
.ui-icon-star { background-position: -224px -112px; }
|
442
|
+
.ui-icon-link { background-position: -240px -112px; }
|
443
|
+
.ui-icon-cancel { background-position: 0 -128px; }
|
444
|
+
.ui-icon-plus { background-position: -16px -128px; }
|
445
|
+
.ui-icon-plusthick { background-position: -32px -128px; }
|
446
|
+
.ui-icon-minus { background-position: -48px -128px; }
|
447
|
+
.ui-icon-minusthick { background-position: -64px -128px; }
|
448
|
+
.ui-icon-close { background-position: -80px -128px; }
|
449
|
+
.ui-icon-closethick { background-position: -96px -128px; }
|
450
|
+
.ui-icon-key { background-position: -112px -128px; }
|
451
|
+
.ui-icon-lightbulb { background-position: -128px -128px; }
|
452
|
+
.ui-icon-scissors { background-position: -144px -128px; }
|
453
|
+
.ui-icon-clipboard { background-position: -160px -128px; }
|
454
|
+
.ui-icon-copy { background-position: -176px -128px; }
|
455
|
+
.ui-icon-contact { background-position: -192px -128px; }
|
456
|
+
.ui-icon-image { background-position: -208px -128px; }
|
457
|
+
.ui-icon-video { background-position: -224px -128px; }
|
458
|
+
.ui-icon-script { background-position: -240px -128px; }
|
459
|
+
.ui-icon-alert { background-position: 0 -144px; }
|
460
|
+
.ui-icon-info { background-position: -16px -144px; }
|
461
|
+
.ui-icon-notice { background-position: -32px -144px; }
|
462
|
+
.ui-icon-help { background-position: -48px -144px; }
|
463
|
+
.ui-icon-check { background-position: -64px -144px; }
|
464
|
+
.ui-icon-bullet { background-position: -80px -144px; }
|
465
|
+
.ui-icon-radio-on { background-position: -96px -144px; }
|
466
|
+
.ui-icon-radio-off { background-position: -112px -144px; }
|
467
|
+
.ui-icon-pin-w { background-position: -128px -144px; }
|
468
|
+
.ui-icon-pin-s { background-position: -144px -144px; }
|
469
|
+
.ui-icon-play { background-position: 0 -160px; }
|
470
|
+
.ui-icon-pause { background-position: -16px -160px; }
|
471
|
+
.ui-icon-seek-next { background-position: -32px -160px; }
|
472
|
+
.ui-icon-seek-prev { background-position: -48px -160px; }
|
473
|
+
.ui-icon-seek-end { background-position: -64px -160px; }
|
474
|
+
.ui-icon-seek-start { background-position: -80px -160px; }
|
475
|
+
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
476
|
+
.ui-icon-seek-first { background-position: -80px -160px; }
|
477
|
+
.ui-icon-stop { background-position: -96px -160px; }
|
478
|
+
.ui-icon-eject { background-position: -112px -160px; }
|
479
|
+
.ui-icon-volume-off { background-position: -128px -160px; }
|
480
|
+
.ui-icon-volume-on { background-position: -144px -160px; }
|
481
|
+
.ui-icon-power { background-position: 0 -176px; }
|
482
|
+
.ui-icon-signal-diag { background-position: -16px -176px; }
|
483
|
+
.ui-icon-signal { background-position: -32px -176px; }
|
484
|
+
.ui-icon-battery-0 { background-position: -48px -176px; }
|
485
|
+
.ui-icon-battery-1 { background-position: -64px -176px; }
|
486
|
+
.ui-icon-battery-2 { background-position: -80px -176px; }
|
487
|
+
.ui-icon-battery-3 { background-position: -96px -176px; }
|
488
|
+
.ui-icon-circle-plus { background-position: 0 -192px; }
|
489
|
+
.ui-icon-circle-minus { background-position: -16px -192px; }
|
490
|
+
.ui-icon-circle-close { background-position: -32px -192px; }
|
491
|
+
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
492
|
+
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
493
|
+
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
494
|
+
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
495
|
+
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
496
|
+
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
497
|
+
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
498
|
+
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
499
|
+
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
500
|
+
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
501
|
+
.ui-icon-circle-check { background-position: -208px -192px; }
|
502
|
+
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
503
|
+
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
504
|
+
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
505
|
+
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
506
|
+
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
507
|
+
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
508
|
+
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
509
|
+
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
510
|
+
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
511
|
+
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
512
|
+
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
513
|
+
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
514
|
+
|
515
|
+
|
516
|
+
/* Misc visuals
|
517
|
+
----------------------------------*/
|
518
|
+
|
519
|
+
/* Corner radius */
|
520
|
+
.ui-corner-all,
|
521
|
+
.ui-corner-top,
|
522
|
+
.ui-corner-left,
|
523
|
+
.ui-corner-tl {
|
524
|
+
border-top-left-radius: 4px;
|
525
|
+
}
|
526
|
+
.ui-corner-all,
|
527
|
+
.ui-corner-top,
|
528
|
+
.ui-corner-right,
|
529
|
+
.ui-corner-tr {
|
530
|
+
border-top-right-radius: 4px;
|
531
|
+
}
|
532
|
+
.ui-corner-all,
|
533
|
+
.ui-corner-bottom,
|
534
|
+
.ui-corner-left,
|
535
|
+
.ui-corner-bl {
|
536
|
+
border-bottom-left-radius: 4px;
|
537
|
+
}
|
538
|
+
.ui-corner-all,
|
539
|
+
.ui-corner-bottom,
|
540
|
+
.ui-corner-right,
|
541
|
+
.ui-corner-br {
|
542
|
+
border-bottom-right-radius: 4px;
|
543
|
+
}
|
544
|
+
|
545
|
+
/* Overlays */
|
546
|
+
.ui-widget-overlay {
|
547
|
+
background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
|
548
|
+
opacity: .3;
|
549
|
+
filter: Alpha(Opacity=30);
|
550
|
+
}
|
551
|
+
.ui-widget-shadow {
|
552
|
+
margin: -8px 0 0 -8px;
|
553
|
+
padding: 8px;
|
554
|
+
background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
|
555
|
+
opacity: .3;
|
556
|
+
filter: Alpha(Opacity=30);
|
557
|
+
border-radius: 8px;
|
558
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
/*! jQuery UI - v1.10.4 - 2014-04-01
|
2
|
+
* http://jqueryui.com
|
3
|
+
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.theme.css
|
4
|
+
* To view and modify this theme, visit http://jqueryui.com/themeroller/
|
5
|
+
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
|
6
|
+
|
7
|
+
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.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:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.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 #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.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}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.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}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
|