From 59179536b110e876d6f969fe6483f84eb6ad5d44 Mon Sep 17 00:00:00 2001 From: Arved Solth Date: Tue, 19 Nov 2024 12:36:29 +0100 Subject: [PATCH] Show progress bar on task manager page --- .../main/webapp/WEB-INF/resources/css/pattern-library.css | 3 +++ .../WEB-INF/templates/includes/system/taskmanager.xhtml | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Kitodo/src/main/webapp/WEB-INF/resources/css/pattern-library.css b/Kitodo/src/main/webapp/WEB-INF/resources/css/pattern-library.css index 93fcb720613..f030431766b 100644 --- a/Kitodo/src/main/webapp/WEB-INF/resources/css/pattern-library.css +++ b/Kitodo/src/main/webapp/WEB-INF/resources/css/pattern-library.css @@ -1216,6 +1216,9 @@ tr.ui-expanded-row-content:hover .ui-datatable tbody { color: var(--carbon-blue) !important; } +.ui-progressbar-determinate .ui-progressbar-label { + line-height: initial; +} .ui-picklist-caption { border-bottom: 1px solid var(--carbon-blue) !important; diff --git a/Kitodo/src/main/webapp/WEB-INF/templates/includes/system/taskmanager.xhtml b/Kitodo/src/main/webapp/WEB-INF/templates/includes/system/taskmanager.xhtml index b93b0f7e994..fac85dfd2e9 100644 --- a/Kitodo/src/main/webapp/WEB-INF/templates/includes/system/taskmanager.xhtml +++ b/Kitodo/src/main/webapp/WEB-INF/templates/includes/system/taskmanager.xhtml @@ -24,8 +24,9 @@ - - + +