diff --git a/client/css/forms.css b/client/css/forms.css index 1ba096f..81b5b02 100644 --- a/client/css/forms.css +++ b/client/css/forms.css @@ -2,17 +2,6 @@ form { display: block; width: 20em; } -form fieldset { - margin: 0; - padding: 0; - border: 0; -} -form fieldset legend { - display: block; - text-align: center; - width: 100%; - font-size: 17pt; -} form ul { list-style-type: none; margin: 0; @@ -180,12 +169,12 @@ input[type=password]:focus { border-color: var(--main-color); } -form.show-validation fieldset.input input:invalid { +form.show-validation .input input:invalid { outline: none; border: 2px solid var(--input-bad-border-color); background: var(--input-bad-background-color); } -form.show-validation fieldset.input input:valid { +form.show-validation .input input:valid { outline: none; border: 2px solid var(--input-good-border-color); background: var(--input-good-background-color); diff --git a/client/html/login.hbs b/client/html/login.hbs index 36fcfad..97b2ddd 100644 --- a/client/html/login.hbs +++ b/client/html/login.hbs @@ -1,7 +1,7 @@

Log in

-
+
  • @@ -16,13 +16,13 @@
-
-
-
+
+
+
{{#if this.canSendMails}} Forgot the password? {{/if}} - +
diff --git a/client/html/password_reset.hbs b/client/html/password_reset.hbs index 0866317..3406882 100644 --- a/client/html/password_reset.hbs +++ b/client/html/password_reset.hbs @@ -1,20 +1,20 @@

Password reset

-
+
-
+

Proceeding will send an e-mail that contains a password reset link. Clicking it is going to generate a new password for your account. It is recommended to change that password to something else.

-
-
+
+
-
+ diff --git a/client/html/user_deletion.hbs b/client/html/user_deletion.hbs index 9ca822b..0feda26 100644 --- a/client/html/user_deletion.hbs +++ b/client/html/user_deletion.hbs @@ -1,6 +1,6 @@
-
+
  • @@ -9,10 +9,10 @@
-
-
-
+
+
+
- +
diff --git a/client/html/user_edit.hbs b/client/html/user_edit.hbs index 591094d..c11edf6 100644 --- a/client/html/user_edit.hbs +++ b/client/html/user_edit.hbs @@ -1,6 +1,6 @@
-
+
    {{#if this.canEditName}}
  • @@ -35,10 +35,10 @@ {{/if}}
-
-
-
+
+
+
- +
diff --git a/client/html/user_registration.hbs b/client/html/user_registration.hbs index a17997f..0363e8f 100644 --- a/client/html/user_registration.hbs +++ b/client/html/user_registration.hbs @@ -1,7 +1,7 @@

Registration

-
+
  • @@ -17,11 +17,11 @@

    Used for password reminder and to show a Gravatar. Leave blank for random Gravatar.

-
-
-
+
+
+
- +

Registered users can: