Modify design in Script Users Register, Login

Place for comments, problems, questions, or any issue related to the JavaScript / PHP scripts from this site.
guidovanharten
Posts: 5

Modify design in Script Users Register, Login

I am also translating the Script Users Register, Login, Online into Dutch. On my new login screen, the window where the user has to put his email and password fields and the button to proceed is too small (for the Dutch text).
Can you tell me in which file I can modify the sizes of these windows?

Regards.
Guido

Admin Posts: 805
To change the design of that script, edit the css styles in the "style.css" and /or "usrpg.css" file.
You can use the browser console (F12) to identify where are the css properties in the css file.
The html code for the login form is in the "class.Users.php" file (line 18).

guidovanharten Posts: 5
Thanks a lot!!
I read these files and found some information that helped me to resize the login form.

Regards,
Guido