From 7529d2b7dd9e2340e813fc72515a1e8571dcf78b Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Wed, 17 Apr 2024 17:25:28 -0600 Subject: [PATCH] Updated static web pages --- pages/index.html | 1 + pages/static/stylesheets/styles.css | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/pages/index.html b/pages/index.html index ed5c813..cfea742 100644 --- a/pages/index.html +++ b/pages/index.html @@ -7,6 +7,7 @@
Log in using the option(s) below for an access token.

+ {{loginForm}} {{loginButtons}}
\ No newline at end of file diff --git a/pages/static/stylesheets/styles.css b/pages/static/stylesheets/styles.css index 2f008f4..aa47071 100644 --- a/pages/static/stylesheets/styles.css +++ b/pages/static/stylesheets/styles.css @@ -27,4 +27,10 @@ input[type=text] { padding: 12px 20px; margin: 8px 0; box-sizing: border-box; +} +input[type=password] { + width: 80%; + padding: 12px 20px; + margin: 8px 0; + box-sizing: border-box; } \ No newline at end of file