diff --git a/src/core/static/css/main.css b/src/core/static/css/main.css index 4e06daa..78bbc35 100644 --- a/src/core/static/css/main.css +++ b/src/core/static/css/main.css @@ -36,6 +36,12 @@ overflow-y: auto; } +#uploadListTitlesContainer { + min-height: 286px; + max-height: 286px; + overflow: hidden auto; +} + /* CLASSES */ .scroller { diff --git a/src/core/static/css/overrides.css b/src/core/static/css/overrides.css index 15a1d91..e0dabc9 100644 --- a/src/core/static/css/overrides.css +++ b/src/core/static/css/overrides.css @@ -74,3 +74,7 @@ input[type=range][orient=vertical] { border-radius: 1em; cursor: pointer; } + +.list-group-item { + min-height: 2em; +} diff --git a/src/core/templates/body-header.html b/src/core/templates/body-header.html index a9c614a..0b5f7c3 100644 --- a/src/core/templates/body-header.html +++ b/src/core/templates/body-header.html @@ -10,11 +10,6 @@
- @@ -104,32 +96,6 @@ {% endif %} - diff --git a/src/core/templates/error.html b/src/core/templates/error.html index 678c5b7..d062cae 100644 --- a/src/core/templates/error.html +++ b/src/core/templates/error.html @@ -2,7 +2,6 @@ {% block body_content_additional %}
-

{{title}}

{{message}}

diff --git a/src/core/templates/modals/options-modal.html b/src/core/templates/modals/options-modal.html index 2cebb17..1b33d2a 100644 --- a/src/core/templates/modals/options-modal.html +++ b/src/core/templates/modals/options-modal.html @@ -9,32 +9,75 @@