From 6c1fe15378ec7aa2febe9bede7b92e3f19a67a32 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Sat, 30 Apr 2016 09:36:20 +0200 Subject: [PATCH] (legacy / style) add jquery-sortable styles --- src/www/head.inc | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/www/head.inc b/src/www/head.inc index 6f1f78797..482770183 100644 --- a/src/www/head.inc +++ b/src/www/head.inc @@ -75,6 +75,24 @@ $pagetitle .= sprintf(' | %s.%s', $config['system']['hostname'], $config['system .typeahead { overflow: hidden; } + + /** jquery-sortable styles **/ + body.dragging, body.dragging * { + cursor: move !important; + } + + .dragged { + position: absolute; + opacity: 0.5; + z-index: 2000; + } + + ol.example li.placeholder { + position: relative; + } + ol.example li.placeholder:before { + position: absolute; + } @@ -86,7 +104,6 @@ $pagetitle .= sprintf(' | %s.%s', $config['system']['hostname'], $config['system -