diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-09-09 11:07:01 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:20:58 +0100 |
commit | dc37c72d10b5358ef692e73f671c15c083693c05 (patch) | |
tree | 206966ec7684d85811f7a8686fd781d3ab9d9fd4 /ishtar_common/static/ajax_select/css/ajax_select.css | |
parent | e046ed00e790fbb82b43de9404d8ca3955c8de2f (diff) | |
download | Ishtar-dc37c72d10b5358ef692e73f671c15c083693c05.tar.bz2 Ishtar-dc37c72d10b5358ef692e73f671c15c083693c05.zip |
Migration to Django 2.2 - fixes
- remove django-ajax-select
- fix migrations
Diffstat (limited to 'ishtar_common/static/ajax_select/css/ajax_select.css')
-rw-r--r-- | ishtar_common/static/ajax_select/css/ajax_select.css | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/ishtar_common/static/ajax_select/css/ajax_select.css b/ishtar_common/static/ajax_select/css/ajax_select.css deleted file mode 100644 index 379b5be96..000000000 --- a/ishtar_common/static/ajax_select/css/ajax_select.css +++ /dev/null @@ -1,49 +0,0 @@ -.results_on_deck .ui-icon-trash { - float: left; - cursor: pointer; -} -.results_on_deck { - padding: 0.25em 0; -} -form .aligned .results_on_deck { - padding-left: 38px; - margin-left: 7em; -} -.results_on_deck > div { - margin-bottom: 0.5em; -} -.ui-autocomplete-loading { - background: url('../images/loading-indicator.gif') no-repeat; - background-origin: content-box; - background-position: right; -} -ul.ui-autocomplete { - /* - this is the dropdown menu. - - if max-width is not set and you are using django-admin - then the dropdown is the width of your whole page body (totally wrong). - - this sets max-width at 60% which is graceful at full page or in a popup - or on a small width window. - - fixed width is harder see http://stackoverflow.com/questions/4607164/changing-width-of-jquery-ui-autocomplete-widgets-individually - */ - max-width: 60%; - margin: 0; - padding: 0; - position: absolute; -} -ul.ui-autocomplete li { - list-style-type: none; - padding: 0; -} -ul.ui-autocomplete li a { - display: block; - padding: 2px 3px; - cursor: pointer; -} - -.results_on_deck .ajax-label{ - line-height: 18px; -} |