From 17c35ce8948df18231c27a92b70aed4ea186456a Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 7 Dec 2023 15:38:12 +0100 Subject: [PATCH] plus joli --- templates/register.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/templates/register.html b/templates/register.html index 47172e73..ec47ab92 100644 --- a/templates/register.html +++ b/templates/register.html @@ -88,6 +88,12 @@ a:focus{ a:active{ color:red; } +input[name="uplanet"] { + padding: 10px; /* Adjust the padding as needed */ + font-size: 18px; /* Adjust the font size as needed */ + box-sizing: border-box; /* Include padding and border in the element's total width and height */ + margin: 10px; /* Adjust the margin as needed */ +} @@ -125,12 +131,14 @@ a:active{
+