From 8e0be6ca897a14194ce7a3b1d65f1a9b2a384e00 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Tue, 3 Mar 2026 17:58:22 +0000 Subject: [PATCH] Theme capsules more uniformly --- core/templates/base.html | 10 ++++++++++ core/templates/pages/tasks-hub.html | 19 ++++--------------- core/templates/pages/tasks-project.html | 4 ++-- 3 files changed, 16 insertions(+), 17 deletions(-) diff --git a/core/templates/base.html b/core/templates/base.html index dc80ec6..162ea4c 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -259,6 +259,16 @@ overflow: auto; } + .task-ui-badge { + background: #f5f5f5 !important; + border: 1px solid #dbdbdb !important; + color: #1f1f1f !important; + font-size: 0.75rem; + line-height: 1.5; + padding: 0.25em 0.75em; + font-weight: 500; + } + .osint-results-table th { font-size: 0.8rem; text-transform: uppercase; diff --git a/core/templates/pages/tasks-hub.html b/core/templates/pages/tasks-hub.html index 8192caa..b09bb4e 100644 --- a/core/templates/pages/tasks-hub.html +++ b/core/templates/pages/tasks-hub.html @@ -12,7 +12,7 @@

Projects

- {{ projects|length }} + {{ projects|length }}

Create the project first, then map linked identifiers below in one click.

@@ -73,7 +73,7 @@ {% if selected_project %} {% if row.mapped %} - Linked + Linked {% else %} {% csrf_token %} @@ -111,8 +111,8 @@ {{ project.name }} - {{ project.task_count }} task{{ project.task_count|pluralize }} - {{ project.epic_count }} epic{{ project.epic_count|pluralize }} + {{ project.task_count }} task{{ project.task_count|pluralize }} + {{ project.epic_count }} epic{{ project.epic_count|pluralize }} @@ -160,15 +160,4 @@ - {% endblock %} diff --git a/core/templates/pages/tasks-project.html b/core/templates/pages/tasks-project.html index 6fee24f..c617526 100644 --- a/core/templates/pages/tasks-project.html +++ b/core/templates/pages/tasks-project.html @@ -15,7 +15,7 @@

Epics

- {{ epics|length }} + {{ epics|length }}
{% csrf_token %} @@ -35,7 +35,7 @@ {% for epic in epics %} {{ epic.name }} - {{ epic.task_count }} + {{ epic.task_count }} {% csrf_token %}