diff --git a/RIGS/templates/event_form.html b/RIGS/templates/event_form.html index 4ea9eaa0..9f18f26b 100644 --- a/RIGS/templates/event_form.html +++ b/RIGS/templates/event_form.html @@ -149,7 +149,7 @@
- {% if organisation %} {% endif %} @@ -207,7 +207,7 @@
- {% if venue %} {% endif %} diff --git a/pipeline/source_assets/scss/screen.scss b/pipeline/source_assets/scss/screen.scss index 80466183..68cd359e 100644 --- a/pipeline/source_assets/scss/screen.scss +++ b/pipeline/source_assets/scss/screen.scss @@ -175,7 +175,7 @@ svg { span.fas { padding-left: 0.1em !important; - padding-right: 0.1em !important; + padding-right: 0.3em !important; } html.embedded { @@ -252,3 +252,13 @@ html.embedded { } } } + +.card, .card-header, .btn, input, select, .CodeMirror, .editor-toolbar, .card-img-top { + border-radius: 0 !important; + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; +} + +.bootstrap-select, button.btn.dropdown-toggle.bs-placeholder.btn-light { + padding-right: 1rem !important; +}