Workload display style patch.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-25 00:44:09 +01:00
parent 22bb491022
commit 5f890c19f5
2 changed files with 19 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ RUN set -eux; \
# Apply patches
git apply project_identifier.patch; \
git apply workload_sql.patch; \
git apply workload_style.patch; \
git apply workload_module.patch; \
mv plugins/redmine_workload/lib/redmine_workload/hooks/plugin.rb plugins/redmine_workload/lib/redmine_workload/hooks/after_plugins_loaded_hook.rb; \
rm *.patch; \

View File

@@ -0,0 +1,18 @@
--- a/plugins/redmine_workload/assets/stylesheets/style.css
+++ b/plugins/redmine_workload/assets/stylesheets/style.css
@@ -115,7 +115,6 @@ legend {
}
.controller-workloads .data {
- table-layout: fixed;
border-spacing: 0 3px;
border-collapse: collapse;
margin-bottom: 10px;
@@ -277,7 +276,6 @@ legend {
display: block;
padding-top: .6em;
padding-bottom: .3em;
- height: 1em;
color: white;
}