diff --git a/autofill/password-update.html b/autofill/password-update.html
new file mode 100644
index 0000000..ec931ed
--- /dev/null
+++ b/autofill/password-update.html
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+ Password update flows
+
+
+
+
+
+[Home]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/autofill/style.css b/autofill/style.css
index 19d7f92..26fdf5a 100644
--- a/autofill/style.css
+++ b/autofill/style.css
@@ -56,8 +56,10 @@ hr {
fieldset {
display: grid;
- grid-template-columns: max-content minmax(80px, 1fr);
+ grid-template-columns: 1fr 1fr;
grid-gap: 1em;
+ width: 410px;
+ max-width: 100%;
max-width: 100%;
padding: 0;
border: none;
@@ -117,3 +119,19 @@ button,
align-items: center;
z-index: 1000;
}
+
+dl {
+ text-align: left;
+ width: 80%;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+dt {
+ font-weight: bold;
+ margin-top: 1em;
+}
+
+dt::after {
+ content: ':'
+}
diff --git a/index.html b/index.html
index 06e0c17..594c41a 100644
--- a/index.html
+++ b/index.html
@@ -90,6 +90,7 @@ Autofill
Form submission detection and autofill
Form submission detection and autofill within an iframe
Password generation during signup
+ Password update/reset forms
Autoprompt credentials autofill when a login form is front and center