mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
"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:
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user