Project

General

Profile

Defect #43511 » lost_password-rtl-fix.patch

Go MAEDA, 2025-11-21 07:51

View differences:

app/assets/stylesheets/application.css
212 212
#login-form input {height: 29px;}
213 213
#login-form input[type=text], #login-form input[type=password], #login-form input[type=submit] {display: block; width: 100%;}
214 214
#login-form input[type=text], #login-form input[type=password] {margin-bottom: 15px;}
215
#login-form a.lost_password {float:right; font-weight:normal;}
215
#login-form a.lost_password {float:inline-end; font-weight:normal;}
216 216
#login-form h3 {text-align: center;}
217 217

  
218 218
div.modal { border-radius:5px; background:var(--oc-white); z-index:50; padding:4px;}
(2-2/2)