From e7586ea462a80f07aaf95bbd889188afe730efa1 Mon Sep 17 00:00:00 2001 From: team 1 Date: Sun, 10 May 2026 18:40:51 +0200 Subject: [PATCH] style update and fixes --- public/assets/styles/base.css | 12 ++++++++---- templates/admin/document_tags/edit.html.twig | 15 +++++++++++---- templates/admin/tag/assign.html.twig | 8 ++++++-- 3 files changed, 25 insertions(+), 10 deletions(-) diff --git a/public/assets/styles/base.css b/public/assets/styles/base.css index e7de42f..6f6b8db 100644 --- a/public/assets/styles/base.css +++ b/public/assets/styles/base.css @@ -36,9 +36,11 @@ a { color: #7a9ed1; text-decoration: none; } + li { margin-bottom: .125rem; } + a:hover { color: #FFF; } @@ -95,7 +97,6 @@ input, textarea, select { } - .message { margin-bottom: 0; } @@ -298,7 +299,7 @@ button:disabled { body { color: #cacad5; background: #16202F; - background: linear-gradient(180deg,rgba(10, 14, 20, 1) 0%, rgba(22, 32, 47, 1) 24%, rgba(10, 14, 20, 1) 100%); + background: linear-gradient(180deg, rgba(10, 14, 20, 1) 0%, rgba(22, 32, 47, 1) 24%, rgba(10, 14, 20, 1) 100%); } .bg-black { @@ -322,7 +323,10 @@ body { .text-info { --bs-text-opacity: 1; color: #86b7fe !important; - font-size: .8rem; +} + +.chat .text-info { + font-size: .7rem; } .btn-outline-info { @@ -699,7 +703,7 @@ body:not(.retriex-show-detail-cards) #chat .retriex-alert { font-size: 0.7rem !important; } -.data-retriex-action-prompt{ +.data-retriex-action-prompt { font-size: 0.7rem !important; } diff --git a/templates/admin/document_tags/edit.html.twig b/templates/admin/document_tags/edit.html.twig index 8ed17d8..e32fb26 100644 --- a/templates/admin/document_tags/edit.html.twig +++ b/templates/admin/document_tags/edit.html.twig @@ -128,8 +128,10 @@
Bereits zugewiesene Tags
{% if document.tags is empty %} -
- Dieses Dokument hat noch keine Tags. +
+ + + Dieses Dokument hat noch keine Tags.
{% else %}
@@ -168,7 +170,9 @@
- Zugewiesene Tags + + + Zugewiesene Tags
@@ -223,7 +227,10 @@
- Verfügbare Tags + + + + Verfügbare Tags
diff --git a/templates/admin/tag/assign.html.twig b/templates/admin/tag/assign.html.twig index 03efc17..36c3c48 100644 --- a/templates/admin/tag/assign.html.twig +++ b/templates/admin/tag/assign.html.twig @@ -145,7 +145,9 @@
- Zugewiesene Dokumente + + + Zugewiesene Dokumente
@@ -195,7 +197,9 @@
- Verfügbare Dokumente + + + Verfügbare Dokumente