[password-resets/feat/passwords-account: 10/10] refactor(style): last enhancements on the style
- From: Claudio Wunder <cwunder src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [password-resets/feat/passwords-account: 10/10] refactor(style): last enhancements on the style
- Date: Sun, 22 Nov 2020 16:17:31 +0000 (UTC)
commit e40cfe1abd0d317bed7cb18d3f8703d38ffa4ee7
Author: Claudio Wunder <cwunder gnome org>
Date: Sun Nov 22 17:15:43 2020 +0100
refactor(style): last enhancements on the style
static/css/custom.css | 2 +-
templates/form-reset.html | 7 +++++--
templates/index.html | 7 +++++--
3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/static/css/custom.css b/static/css/custom.css
index 0500b91..3d6b46b 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -33,5 +33,5 @@ input[type="text"], input[type="password"] {
}
button[type="submit"] {
- margin-top: 1%;
+ margin-top: 20px;
}
\ No newline at end of file
diff --git a/templates/form-reset.html b/templates/form-reset.html
index 23aa6b4..8414b1a 100644
--- a/templates/form-reset.html
+++ b/templates/form-reset.html
@@ -31,9 +31,12 @@
<div class="col-lg-8 col-centered text-center">
<h1>Update your password.</h1>
<h3>This form will allow you to effectively reset your GNOME Account
- Password. Once done you will be able to login against GNOME services or
- manage your account <a href="https://account.gnome.org" target="_blank">here</a>.
+ Password.
</h3>
+ <h4>
+ Once done you will be able to login against GNOME services or
+ manage your account <a href="https://account.gnome.org" target="_blank">here</a>.
+ </h4>
</div>
</div>
<div class="row my-5">
diff --git a/templates/index.html b/templates/index.html
index 0d148fd..57d7bd4 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -30,12 +30,15 @@
<div class="col-lg-8 col-centered text-center">
<h1>Password Reset</h1>
<h3>This form will help you reset your GNOME Account Password
- in case it was lost. If you don't own a GNOME Account but you actively contribute code,
+ in case it was lost.
+ </h3>
+ <h4>
+ If you don't own a GNOME Account but you actively contribute code,
documentation, community engagement please see
<a href="https://wiki.gnome.org/Infrastructure/NewAccounts" target="_blank">
following wiki page
</a>.
- </h3>
+ </h4>
</div>
</div>
<div class="row">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]