From 93cee58cfb1926789ee8e298d666b08cea9cd066 Mon Sep 17 00:00:00 2001 From: Daniel Tsvetkov Date: Tue, 23 Jun 2020 19:43:18 +0200 Subject: [PATCH] search and draggable --- bootstrap/webapp/templates/layout.html | 7 + oshipka/webapp/static/js/draggable.js | 7019 ++++++++++++++++++++++++ oshipka/webapp/static/js/fuse.js | 2162 ++++++++ oshipka/webapp/static/js/oshipka.js | 61 + oshipka/webapp/views.py | 25 +- 5 files changed, 9265 insertions(+), 9 deletions(-) create mode 100644 oshipka/webapp/static/js/draggable.js create mode 100644 oshipka/webapp/static/js/fuse.js diff --git a/bootstrap/webapp/templates/layout.html b/bootstrap/webapp/templates/layout.html index 175fa15..3517de0 100644 --- a/bootstrap/webapp/templates/layout.html +++ b/bootstrap/webapp/templates/layout.html @@ -55,6 +55,11 @@ width: 70px; } + input[type=checkbox] { + min-width: 50px; + width: 50px; + } + select { min-width: 300px; } @@ -197,6 +202,8 @@ + + {% block script %}