"Lost password" link in login form is positioned incorrectly in RTL text direction (#43511).

Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24154 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2025-11-22 07:41:34 +00:00
parent 96c48fdd67
commit 7523021c98

View File

@@ -212,7 +212,7 @@ pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
#login-form input {height: 29px;}
#login-form input[type=text], #login-form input[type=password], #login-form input[type=submit] {display: block; width: 100%;}
#login-form input[type=text], #login-form input[type=password] {margin-bottom: 15px;}
#login-form a.lost_password {float:right; font-weight:normal;}
#login-form a.lost_password {float:inline-end; font-weight:normal;}
#login-form h3 {text-align: center;}
div.modal { border-radius:5px; background:var(--oc-white); z-index:50; padding:4px;}