From ec80d925a42536f16c8b36b68e5129abb746ddb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 14 Jan 2021 15:58:29 +0100 Subject: [PATCH] change task-duration to task-time-details --- resources/views/pdf-designs/bold.html | 2 +- resources/views/pdf-designs/business.html | 2 +- resources/views/pdf-designs/clean.html | 2 +- resources/views/pdf-designs/creative.html | 2 +- resources/views/pdf-designs/elegant.html | 2 +- resources/views/pdf-designs/hipster.html | 2 +- resources/views/pdf-designs/modern.html | 6 ++++++ resources/views/pdf-designs/plain.html | 2 +- resources/views/pdf-designs/playful.html | 2 +- 9 files changed, 14 insertions(+), 8 deletions(-) diff --git a/resources/views/pdf-designs/bold.html b/resources/views/pdf-designs/bold.html index bcc650a3a16f..a9c6f446f759 100644 --- a/resources/views/pdf-designs/bold.html +++ b/resources/views/pdf-designs/bold.html @@ -84,7 +84,7 @@ /* margin-bottom: 200px; */ } - .task-duration { + .task-time-details { display: block; margin-top: 5px; color: grey; diff --git a/resources/views/pdf-designs/business.html b/resources/views/pdf-designs/business.html index c89bbd3681d3..d7194536be62 100644 --- a/resources/views/pdf-designs/business.html +++ b/resources/views/pdf-designs/business.html @@ -102,7 +102,7 @@ overflow-wrap: break-word; } - .task-duration { + .task-time-details { display: block; margin-top: 5px; color: grey; diff --git a/resources/views/pdf-designs/clean.html b/resources/views/pdf-designs/clean.html index bbbec1e1e839..159957acdb9e 100644 --- a/resources/views/pdf-designs/clean.html +++ b/resources/views/pdf-designs/clean.html @@ -90,7 +90,7 @@ overflow-wrap: break-word; } - .task-duration { + .task-time-details { display: block; margin-top: 5px; color: grey; diff --git a/resources/views/pdf-designs/creative.html b/resources/views/pdf-designs/creative.html index b7b125b36507..90d645930999 100644 --- a/resources/views/pdf-designs/creative.html +++ b/resources/views/pdf-designs/creative.html @@ -89,7 +89,7 @@ margin-top: 3rem; } - .task-duration { + .task-time-details { display: block; margin-top: 5px; color: grey; diff --git a/resources/views/pdf-designs/elegant.html b/resources/views/pdf-designs/elegant.html index 3862ae62d574..3c6b00b4c553 100644 --- a/resources/views/pdf-designs/elegant.html +++ b/resources/views/pdf-designs/elegant.html @@ -89,7 +89,7 @@ overflow-wrap: break-word; } - .task-duration { + .task-time-details { display: block; margin-top: 5px; color: grey; diff --git a/resources/views/pdf-designs/hipster.html b/resources/views/pdf-designs/hipster.html index f56fa8da6522..c806af01bc42 100644 --- a/resources/views/pdf-designs/hipster.html +++ b/resources/views/pdf-designs/hipster.html @@ -104,7 +104,7 @@ overflow-wrap: break-word; } - .task-duration { + .task-time-details { display: block; margin-top: 5px; color: grey; diff --git a/resources/views/pdf-designs/modern.html b/resources/views/pdf-designs/modern.html index b720ff5e6b7e..0a0c2acb84b0 100644 --- a/resources/views/pdf-designs/modern.html +++ b/resources/views/pdf-designs/modern.html @@ -79,6 +79,12 @@ overflow-wrap: break-word; } + .task-time-details { + display: block; + margin-top: 5px; + color: grey; + } + #product-table > thead, #delivery-note-table > thead, #task-table > thead { diff --git a/resources/views/pdf-designs/plain.html b/resources/views/pdf-designs/plain.html index 4f5c3b88da85..ef8909549ae6 100644 --- a/resources/views/pdf-designs/plain.html +++ b/resources/views/pdf-designs/plain.html @@ -72,7 +72,7 @@ /* margin-bottom: 200px; */ } - .task-duration { + .task-time-details { display: block; margin-top: 5px; color: grey; diff --git a/resources/views/pdf-designs/playful.html b/resources/views/pdf-designs/playful.html index a069a5e8bd6f..be7c90815b44 100644 --- a/resources/views/pdf-designs/playful.html +++ b/resources/views/pdf-designs/playful.html @@ -97,7 +97,7 @@ overflow-wrap: break-word; } - .task-duration { + .task-time-details { display: block; margin-top: 5px; color: grey;