Workload display style patch.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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; \
|
||||
|
||||
18
patches/workload_style.patch
Normal file
18
patches/workload_style.patch
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user