diff --git a/frontend/src/routes/message/Settings.svelte b/frontend/src/routes/message/Settings.svelte index a5adbfee..781949f6 100644 --- a/frontend/src/routes/message/Settings.svelte +++ b/frontend/src/routes/message/Settings.svelte @@ -1,9 +1,11 @@
- {t('notification settings')} + {t('notification settings')}

{t('When shall messages be delivered?')}

diff --git a/translations/src/main/resources/de.json b/translations/src/main/resources/de.json index 7a5fe546..e4f09e7d 100644 --- a/translations/src/main/resources/de.json +++ b/translations/src/main/resources/de.json @@ -398,6 +398,7 @@ "user ({id})": "Benutzer ({id})", "user_list": "Benutzer-Liste", "user_module" : "Umbrella User-Verwaltung", + "user profile": "Benutzer-Profil", "users": "Benutzer", "user_created_entity": "{user} hat \"{entity}\" angelegt", "user_deleted_entity": "{user} hat \"{entity}\" gelöscht", diff --git a/translations/src/main/resources/en.json b/translations/src/main/resources/en.json index 322a47a8..87206cb1 100644 --- a/translations/src/main/resources/en.json +++ b/translations/src/main/resources/en.json @@ -398,6 +398,7 @@ "user ({id})": "user ({id})", "user_list": "user list", "user_module" : "Umbrella user management", + "user profile": "User profile", "users": "users", "user_created_entity": "{user} created \"{entity}\"", "user_deleted_entity": "{user} deleted \"{entity}\"", diff --git a/web/src/main/resources/web/css/bloodshed.css b/web/src/main/resources/web/css/bloodshed.css index 76238700..8dcc56f0 100644 --- a/web/src/main/resources/web/css/bloodshed.css +++ b/web/src/main/resources/web/css/bloodshed.css @@ -232,6 +232,14 @@ textarea{ max-height: unset; } +.message.settings label{ + display: block; +} + +.message.settings td{ + vertical-align: middle; +} + .project th, .task th{ text-align: right; diff --git a/web/src/main/resources/web/css/default-color.css b/web/src/main/resources/web/css/default-color.css index 2f0b07ad..aebd5788 100644 --- a/web/src/main/resources/web/css/default-color.css +++ b/web/src/main/resources/web/css/default-color.css @@ -134,11 +134,6 @@ tr:hover .taglist .tag button { backdrop-filter: blur(3px); } -.settings{ - background-color: black; - border-color: orange; -} - .start_end button.join{ background-color: none; color: orange; @@ -295,6 +290,7 @@ tr:hover .taglist .tag button { border-color: orange; color: orange; } + .easylist fieldset { border-color: #ff7726; color: #ff7726; diff --git a/web/src/main/resources/web/css/default.css b/web/src/main/resources/web/css/default.css index 6c8296b0..f9130a04 100644 --- a/web/src/main/resources/web/css/default.css +++ b/web/src/main/resources/web/css/default.css @@ -327,6 +327,7 @@ textarea{ .message.settings label{ display: block; } + .message.settings td{ vertical-align: middle; } diff --git a/web/src/main/resources/web/css/winter-color.css b/web/src/main/resources/web/css/winter-color.css index 5c456e1f..cef9b6fc 100644 --- a/web/src/main/resources/web/css/winter-color.css +++ b/web/src/main/resources/web/css/winter-color.css @@ -119,11 +119,6 @@ tr:hover .taglist .tag button { backdrop-filter: blur(3px); } -.settings { - background-color: black; - border-color: blue; -} - .states .active{ background: #dfe4ff; } @@ -165,7 +160,6 @@ tr:hover .taglist .tag button { background: white; } - .version a.selected{ border-color: orange; } @@ -279,6 +273,7 @@ tr:hover .taglist .tag button { color: blue; background: #dfe4ff; } + .easylist fieldset { border-color: blue; color: blue; diff --git a/web/src/main/resources/web/css/winter.css b/web/src/main/resources/web/css/winter.css index 3c239254..42f20725 100644 --- a/web/src/main/resources/web/css/winter.css +++ b/web/src/main/resources/web/css/winter.css @@ -232,6 +232,13 @@ textarea{ max-height: unset; } +.message.settings label{ + display: block; +} +.message.settings td{ + vertical-align: middle; +} + .project th, .task th{ text-align: right;