diff --git a/app/server/static/css/forum.css b/app/server/static/css/forum.css index 9016ef15..490f533c 100644 --- a/app/server/static/css/forum.css +++ b/app/server/static/css/forum.css @@ -110,4 +110,11 @@ p { .select-height { height: 100% !important; max-height: 200px !important; +} +.pagination-link, .pagination-next, .pagination-previous { + background-color: white; + margin-top: 20px; +} +.card-header-title { + padding: 1.5rem; } \ No newline at end of file diff --git a/app/server/templates/admin/admin_base.html b/app/server/templates/admin/admin_base.html index 5f8520a2..4f4c336f 100644 --- a/app/server/templates/admin/admin_base.html +++ b/app/server/templates/admin/admin_base.html @@ -52,9 +52,9 @@
{% endblock %} \ No newline at end of file diff --git a/app/server/templates/admin/dataset.html b/app/server/templates/admin/dataset.html index 43b46771..2fd197f6 100644 --- a/app/server/templates/admin/dataset.html +++ b/app/server/templates/admin/dataset.html @@ -1,40 +1,58 @@ {% extends "admin/admin_base.html" %} {% load static %} {% block content-area %} -Text | -Label | -
---|---|
{{ doc.text|truncatechars:100 }} | -label | -
+ Dataset +
+ + + + + +# | +Text | +
---|---|
{{ forloop.counter }} | +{{ doc.text|truncatechars:200 }} | +