From 9ddb0de4f770ee6c46f395accbe4acd1941b8669 Mon Sep 17 00:00:00 2001 From: amechkarov Date: Mon, 18 Mar 2024 20:47:37 +0200 Subject: [PATCH] Fields now use simple input style --- src/main/resources/static/css/styles.css | 16 +++++++++- src/main/resources/templates/LoginView.html | 10 +++---- .../resources/templates/RegisterView.html | 30 +++++++++---------- 3 files changed, 35 insertions(+), 21 deletions(-) diff --git a/src/main/resources/static/css/styles.css b/src/main/resources/static/css/styles.css index e9a0132..fe6d5ff 100644 --- a/src/main/resources/static/css/styles.css +++ b/src/main/resources/static/css/styles.css @@ -2328,6 +2328,11 @@ header{ .w-10{ width: 10%; } + +.w-70{ + width: 70%; +} + .w-8{ width: 8%; } @@ -2335,9 +2340,18 @@ header{ width: 5%; } -.pd-l-3{ +.marg-l-3{ margin-left: 3rem ; } + +.marg-l-2em{ + margin-left: 2.5em ; +} + +.marg-l-1em{ + margin-left: 1.5em ; +} + .centered-error { position: fixed; left: 50%; /* Center horizontally */ diff --git a/src/main/resources/templates/LoginView.html b/src/main/resources/templates/LoginView.html index 14b9e6c..eae7207 100644 --- a/src/main/resources/templates/LoginView.html +++ b/src/main/resources/templates/LoginView.html @@ -12,16 +12,16 @@

-
- +
+
- - + +
diff --git a/src/main/resources/templates/RegisterView.html b/src/main/resources/templates/RegisterView.html index 617d809..6a9d74b 100644 --- a/src/main/resources/templates/RegisterView.html +++ b/src/main/resources/templates/RegisterView.html @@ -11,41 +11,41 @@

-
- +
+
-
- +
+
-
- +
+
-
- +
+
-
- +
+
-
- +
+
-
- +
+