diff --git a/static/styles/portico.css b/static/styles/portico.css index 539ce67980..ae91e1dfa2 100644 --- a/static/styles/portico.css +++ b/static/styles/portico.css @@ -272,6 +272,7 @@ img.screenshot { #pw_strength { /* Same width as a Bootstrap default text with padding */ width: 220px; + height: 8px; } #registration #pw_strength { @@ -1115,20 +1116,28 @@ input.new-organization-button { } /* -- password reset container -- */ -.password-container { - text-align: center; - margin-top: calc(50vh - 290px); -} - .password-reset { display: inline-block; text-align: left; } +.password-reset form { + margin: 0px; +} + +.password-reset #pw_strength { + width: 328px; + margin-top: 20px; +} + .password-reset .control-group .control-label { display: block; } +.password-reset { + width: 328px; +} + .password-reset .pitch { width: auto; } diff --git a/templates/zerver/reset_confirm.html b/templates/zerver/reset_confirm.html index 6a2894271f..904a684502 100644 --- a/templates/zerver/reset_confirm.html +++ b/templates/zerver/reset_confirm.html @@ -6,73 +6,75 @@ {% block portico_content %} -