diff --git a/server/core/static/style.css b/server/core/static/style.css index c2c71faf2..0b6666321 100644 --- a/server/core/static/style.css +++ b/server/core/static/style.css @@ -268,7 +268,11 @@ body { height: fit-content; } - - - - +#cred-update-commit-bar { + display: block; + position: fixed; + bottom: 5%; + left: 50%; + transform: translateX(-50%); + background: white; +} diff --git a/server/core/templates/credential_update_add_passkey_partial.html b/server/core/templates/credential_update_add_passkey_partial.html index 90aac6309..c887f28d7 100644 --- a/server/core/templates/credential_update_add_passkey_partial.html +++ b/server/core/templates/credential_update_add_passkey_partial.html @@ -6,6 +6,7 @@
+ Adding a new passkey @@ -19,8 +20,8 @@ hx-post="/ui/api/finish_passkey" hx-vals='{"class": "(( class ))"}' id="passkeyNamingSubmitBtn" - class="btn btn-success d-none ms-2" disabled - >Submit + class="btn btn-primary d-none ms-2" disabled + >Add
diff --git a/server/core/templates/credential_update_add_totp_partial.html b/server/core/templates/credential_update_add_totp_partial.html index 4585c74a9..e107c2bdc 100644 --- a/server/core/templates/credential_update_add_totp_partial.html +++ b/server/core/templates/credential_update_add_totp_partial.html @@ -91,7 +91,7 @@ hx-select="#newTotpForm > *" hx-vals='{"ignoreBrokenApp": false}' hx-include="#newTotpForm" - >Submit + >Add (% endif %) diff --git a/server/core/templates/credentials_update_partial.html b/server/core/templates/credentials_update_partial.html index 81f8acfc8..741c824f7 100644 --- a/server/core/templates/credentials_update_partial.html +++ b/server/core/templates/credentials_update_partial.html @@ -2,7 +2,7 @@
-
+ (% match ext_cred_portal %) (% when CUExtPortal::None %) (% when CUExtPortal::Hidden %) @@ -94,21 +94,28 @@ (% let primary_state = primary_state %) (% include "credentials_update_primary.html" %) -
- -
- - - - +
diff --git a/server/core/templates/credentials_update_primary.html b/server/core/templates/credentials_update_primary.html index 07b16113e..f02a5b103 100644 --- a/server/core/templates/credentials_update_primary.html +++ b/server/core/templates/credentials_update_primary.html @@ -28,7 +28,7 @@
Time-based One Time Password (TOTP)

TOTPs are 6 digit codes generated on-demand as a second authentication factor.

-

@@ -48,13 +48,13 @@
Time-based One Time Password (TOTP)

TOTPs are 6 digit codes generated on-demand as a second authentication factor.

(% for totp in totp_set %) - (% endfor %)

-