Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 4a5e8f1

Browse files
author
Billy Clark
committed
error text was way too close to edge of card.
1 parent e061ac4 commit 4a5e8f1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

themes/material/core/loginuserpass.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ function onRecaptchaLoad() {
3838
<main class="mdl-layout__content" layout-children="column" child-spacing="center">
3939
<?php include __DIR__ . '/../common-announcement.php' ?>
4040

41-
42-
<form method="POST">
41+
<form method="post">
4342
<input type="hidden" name="AuthState"
4443
value="<?= htmlentities($this->data['stateparams']['AuthState']) ?>" />
4544
<?php
@@ -95,7 +94,7 @@ function onRecaptchaLoad() {
9594

9695
$message = $this->t($errorMessageKey, $errorMessageTokens);
9796
?>
98-
<p class="mdl-color-text--red error">
97+
<p class="mdl-card__supporting-text mdl-color-text--red error">
9998
<i class="material-icons">error</i>
10099

101100
<span class="mdl-textfield mdl-typography--caption">

0 commit comments

Comments
 (0)