DanielH Posted February 5, 2022 at 10:44 PM Share Posted February 5, 2022 at 10:44 PM Hello, userprofiles.css causes a conflict when changing max-width of the login module fields because its called twice with different values. first time on line 92: .jrLoginModule .jrForm .jrFieldDiv input[type="text"], .jrLoginModule .jrForm .jrFieldDiv input[type="password"] { width: 100%; max-width: 200px; padding: 6px 12px; } Then again on line 132: .jrLoginModule .jrForm .jrFieldDiv input[type="text"], .jrLoginModule .jrForm .jrFieldDiv input[type="password"] { max-width: 150px; margin: 0; } For me the 200px is better and I think the second instance was meant to define the margin alone, now width. Cheers! Link to comment
Alejandro Posted February 7, 2022 at 02:37 PM Share Posted February 7, 2022 at 02:37 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
DanielH Posted February 8, 2022 at 03:40 PM Author Share Posted February 8, 2022 at 03:40 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted February 8, 2022 at 06:59 PM Share Posted February 8, 2022 at 06:59 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. DanielH 1 Link to comment
Recommended Posts