diff options
author | TW <tw@waldmann-edv.de> | 2018-09-18 23:26:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-18 23:26:38 +0200 |
commit | 2a591b467fec0606bc8145a142bcb8f5a07e1603 (patch) | |
tree | 460bb56d0fa58c52a720261e49695fbddc5ee7c1 /xstatic/pkg/jquery_ui/data/jquery-ui.structure.css | |
parent | 61a7dbd3ddafb29ab2b50db0ecd4eea7d49f5b0b (diff) | |
parent | 09d9986fe600cd440d79bb5f64bd03fdc2de61d2 (diff) | |
download | xstatic-jquery-ui-git-master.tar.gz |
Updates
Diffstat (limited to 'xstatic/pkg/jquery_ui/data/jquery-ui.structure.css')
-rw-r--r-- | xstatic/pkg/jquery_ui/data/jquery-ui.structure.css | 176 |
1 files changed, 88 insertions, 88 deletions
diff --git a/xstatic/pkg/jquery_ui/data/jquery-ui.structure.css b/xstatic/pkg/jquery_ui/data/jquery-ui.structure.css index ef499c9..3bf8aa0 100644 --- a/xstatic/pkg/jquery_ui/data/jquery-ui.structure.css +++ b/xstatic/pkg/jquery_ui/data/jquery-ui.structure.css @@ -1,5 +1,5 @@ /*! - * jQuery UI CSS Framework 1.12.0 + * jQuery UI CSS Framework 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -8,6 +8,10 @@ * * http://api.jqueryui.com/category/theming/ */ +.ui-draggable-handle { + -ms-touch-action: none; + touch-action: none; +} /* Layout helpers ----------------------------------*/ .ui-helper-hidden { @@ -94,6 +98,89 @@ width: 100%; height: 100%; } +.ui-resizable { + position: relative; +} +.ui-resizable-handle { + position: absolute; + font-size: 0.1px; + display: block; + -ms-touch-action: none; + touch-action: none; +} +.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 { + -ms-touch-action: none; + touch-action: none; +} +.ui-selectable-helper { + position: absolute; + z-index: 100; + border: 1px dotted black; +} +.ui-sortable-handle { + -ms-touch-action: none; + touch-action: none; +} .ui-accordion .ui-accordion-header { display: block; cursor: pointer; @@ -582,80 +669,6 @@ button.ui-button::-moz-focus-inner { .ui-draggable .ui-dialog-titlebar { cursor: move; } -.ui-draggable-handle { - -ms-touch-action: none; - touch-action: none; -} -.ui-resizable { - position: relative; -} -.ui-resizable-handle { - position: absolute; - font-size: 0.1px; - display: block; - -ms-touch-action: none; - touch-action: none; -} -.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-progressbar { height: 2em; text-align: left; @@ -674,15 +687,6 @@ button.ui-button::-moz-focus-inner { .ui-progressbar-indeterminate .ui-progressbar-value { background-image: none; } -.ui-selectable { - -ms-touch-action: none; - touch-action: none; -} -.ui-selectable-helper { - position: absolute; - z-index: 100; - border: 1px dotted black; -} .ui-selectmenu-menu { padding: 0; margin: 0; @@ -788,10 +792,6 @@ button.ui-button::-moz-focus-inner { .ui-slider-vertical .ui-slider-range-max { top: 0; } -.ui-sortable-handle { - -ms-touch-action: none; - touch-action: none; -} .ui-spinner { position: relative; display: inline-block; |