From 45beedc56d132adb5bb5ae6cd6c5a70267634594 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Sun, 12 Oct 2025 19:22:48 +0200 Subject: [PATCH] extendd translations, css work Signed-off-by: Stephan Richter --- translations/src/main/resources/en.json | 4 ++++ .../main/resources/web/css/bloodshed-color.css | 16 ++++++++++++++++ web/src/main/resources/web/css/bloodshed.css | 4 ++++ web/src/main/resources/web/css/winter-color.css | 3 +++ web/src/main/resources/web/css/winter.css | 4 ++++ 5 files changed, 31 insertions(+) diff --git a/translations/src/main/resources/en.json b/translations/src/main/resources/en.json index a407768..49b3331 100644 --- a/translations/src/main/resources/en.json +++ b/translations/src/main/resources/en.json @@ -91,6 +91,7 @@ "failed": "failed", "failed_login_attempts" : "account locked until {release_time} after {attempts} failed login attempts", + "family_name": "family name", "file": "file", "files": "files", "filter": "filter", @@ -100,6 +101,7 @@ "formatted_name": "display name", "fulltext": "full text search", + "given_name": "given name", "go": "go!", "go_to_url_to_reset_password": "To receive a new password, open the following link: {url}", "gross_sum": "gross sum", @@ -167,6 +169,7 @@ "name": "Name", "net_price": "net price", "net_sum": "net sum", + "new_contact": "new contact", "new_password": "new password", "new_document_from": "{number} / new {type} document from {sender}", "no_company": "no company", @@ -290,6 +293,7 @@ "user_module" : "Umbrella user management", "users": "users", + "website": "website", "welcome" : "Welcome, {0}", "wiki": "Wiki", "wikis": "wiki pages", diff --git a/web/src/main/resources/web/css/bloodshed-color.css b/web/src/main/resources/web/css/bloodshed-color.css index 583ae34..78bcbd4 100644 --- a/web/src/main/resources/web/css/bloodshed-color.css +++ b/web/src/main/resources/web/css/bloodshed-color.css @@ -21,6 +21,10 @@ fieldset { border-color: red; } +footer{ + background-color: black; +} + input{ background-color: black; border-color: red; @@ -112,6 +116,11 @@ textarea{ border-color: orange; } +.start_end button.join{ + background-color: none; + color: red; +} + .taglist .tag{ border-color: red; } @@ -155,6 +164,13 @@ textarea{ color: orange; } +.warn { + background-color: yellow; + color: black; +} + + + /** priority colors **/ diff --git a/web/src/main/resources/web/css/bloodshed.css b/web/src/main/resources/web/css/bloodshed.css index dc55aa4..144cea0 100644 --- a/web/src/main/resources/web/css/bloodshed.css +++ b/web/src/main/resources/web/css/bloodshed.css @@ -419,4 +419,8 @@ fieldset.vcard{ border-width: 1px; vertical-align: top; padding: 2px; +} + +.vcard td button.symbol{ + float: right; } \ No newline at end of file diff --git a/web/src/main/resources/web/css/winter-color.css b/web/src/main/resources/web/css/winter-color.css index 574bb80..49f2730 100644 --- a/web/src/main/resources/web/css/winter-color.css +++ b/web/src/main/resources/web/css/winter-color.css @@ -119,12 +119,15 @@ textarea{ .task.cancelled > a { color: gray; } + .task.started > a { color: green; } + .task.pending > a { color: #606060; } + .task.complete > a { color: green; } diff --git a/web/src/main/resources/web/css/winter.css b/web/src/main/resources/web/css/winter.css index dc55aa4..144cea0 100644 --- a/web/src/main/resources/web/css/winter.css +++ b/web/src/main/resources/web/css/winter.css @@ -419,4 +419,8 @@ fieldset.vcard{ border-width: 1px; vertical-align: top; padding: 2px; +} + +.vcard td button.symbol{ + float: right; } \ No newline at end of file