improve name/pass fields size

This commit is contained in:
Steve-Mcl
2025-08-25 14:54:28 +01:00
parent 82d6cb2b5e
commit 352304b1fe

View File

@@ -524,7 +524,7 @@
id: "node-input-email-users-name" + id,
class: "userName",
type: "text",
style: "margin-left:5px;width:100px;",
style: "margin-left:5px;width:42%;",
placeholder: "name"
}).appendTo(row);
@@ -532,7 +532,7 @@
id: "node-input-email-users-password" + id,
class: "userPassword",
type: "password",
style: "margin: 0 auto;width:50%;min-width:20px;margin-left:5px",
style: "margin: 0 auto;width:42%;margin-left:5px",
placeholder: "password"
}).appendTo(row);