Load static files from their new place

This commit is contained in:
Peter Pfeufer
2022-06-25 13:51:46 +02:00
parent 0851a6d085
commit 20231ce198
12 changed files with 22 additions and 22 deletions

View File

@@ -8,7 +8,7 @@
{% block extra_css %}
{% include 'bundles/datatables-css.html' %}
{% include 'bundles/x-editable.css.html' %}
<link href="{% static 'css/checkbox.css' %}" rel="stylesheet" type="text/css">
<link href="{% static 'allianceauth/css/checkbox.css' %}" rel="stylesheet" type="text/css">
<style>
.copy-text-fa-icon:hover {
cursor: pointer;
@@ -30,8 +30,8 @@
width: 95%;
}
.radio, .checkbox {
margin-top: 0px;
margin-bottom: 0px;
margin-top: 0;
margin-bottom: 0;
}
.editable-error-block {
white-space: nowrap;