-
+

diff --git a/templates/install.tmpl b/templates/install.tmpl index 24f915ef6c..e901ef082c 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -275,7 +275,7 @@ {{ctx.Locale.Tr "install.admin_title"}} -

{{ctx.Locale.Tr "install.admin_setting_desc"}}

+

{{ctx.Locale.Tr "install.admin_setting_desc"}}

diff --git a/templates/user/auth/forgot_passwd.tmpl b/templates/user/auth/forgot_passwd.tmpl index f55d3cae51..f32cd86dfd 100644 --- a/templates/user/auth/forgot_passwd.tmpl +++ b/templates/user/auth/forgot_passwd.tmpl @@ -20,7 +20,7 @@
{{else if .IsResetDisable}} -

+

{{if $.IsAdmin}} {{ctx.Locale.Tr "auth.disable_forgot_password_mail_admin"}} {{else}} @@ -28,7 +28,7 @@ {{end}}

{{else if .ResendLimited}} -

{{ctx.Locale.Tr "auth.resent_limit_prompt"}}

+

{{ctx.Locale.Tr "auth.resent_limit_prompt"}}

{{end}}

diff --git a/templates/user/auth/reset_passwd.tmpl b/templates/user/auth/reset_passwd.tmpl index efe536649e..5db4d781ae 100644 --- a/templates/user/auth/reset_passwd.tmpl +++ b/templates/user/auth/reset_passwd.tmpl @@ -54,7 +54,7 @@ {{end}}
{{else}} -

{{ctx.Locale.Tr "auth.invalid_code_forgot_password" (printf "%s/user/forgot_password" AppSubUrl)}}

+

{{ctx.Locale.Tr "auth.invalid_code_forgot_password" (printf "%s/user/forgot_password" AppSubUrl)}}

{{end}}
diff --git a/web_src/css/base.css b/web_src/css/base.css index 6724fced7b..5ebd7ffb56 100644 --- a/web_src/css/base.css +++ b/web_src/css/base.css @@ -24,7 +24,7 @@ /* other variables */ --border-radius: 4px; --border-radius-medium: 6px; - --border-radius-full: 99999px; /* TODO: use calc(infinity * 1px) */ + --border-radius-full: calc(infinity * 1px); --opacity-disabled: 0.55; --height-loading: 16rem; --min-height-textarea: 132px; /* padding + 6 lines + border = calc(1.57142em + 6lh + 2px), but lh is not fully supported */ @@ -535,10 +535,6 @@ strong.attention-caution, svg.attention-caution { color: var(--color-error-text); } -/* FIXME: this is a longstanding dirty patch since 2015, it only makes the pages more messy and shouldn't be used */ -.center { - text-align: center; -} overflow-menu { border-bottom: 1px solid var(--color-secondary) !important;