diff --git a/static/application.js b/static/application.js index 053c4a32..9a7d3d6e 100644 --- a/static/application.js +++ b/static/application.js @@ -1864,9 +1864,10 @@ $(document).ready(function(){ handle: ".wihandle", start: sortableOnStart, stop: sortableOnStop, + placeholder: "wisortable-placeholder", cursor: "move", tolerance: "pointer", - opacity: 0.42, + opacity: 0.21, revert: 173, scrollSensitivity: 64, scrollSpeed: 10, diff --git a/static/custom.css b/static/custom.css index 0949a749..41326405 100644 --- a/static/custom.css +++ b/static/custom.css @@ -262,6 +262,7 @@ chunk.editing, chunk.editing * { } #wimenu { + padding-top: 10px; max-height: 100%; width: 100%; } @@ -566,6 +567,16 @@ chunk.editing, chunk.editing * { cursor: move; } +.wisortable-placeholder { + height: 4px; + transform: translate(0%, -14px); + -moz-transform: translate(0%, -14px); + -webkit-transform: translate(0%, -14px); + -ms-transform: translate(0%, -14px); + -o-transform: translate(0%, -14px); + background-color: #3bf723; +} + .wisortable-body { } diff --git a/templates/index.html b/templates/index.html index ecd197da..02c35ad7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -15,7 +15,7 @@ - +