Skip to content
Snippets Groups Projects
Commit 14717faa authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1864466 follow-up by echoz: More optimal styling.

parent 6323f98c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -67,8 +67,9 @@ div.password-suggestions ul {
* Password strength indicator on narrow viewport.
*/
@media screen and (max-width: 600px) {
.password-strength {
margin-top: 0;
.password-strength,
div.password-confirm {
float: none;
width: auto;
}
.password-indicator {
......@@ -79,17 +80,12 @@ div.password-suggestions ul {
margin-bottom: 0;
width: 100%;
}
div.password-confirm {
margin-top: 0;
width: auto;
}
div.form-item div.password-suggestions {
width: auto;
}
.confirm-parent,
.password-parent {
clear: none;
margin: 0;
width: 100%;
}
}
......
......@@ -816,14 +816,6 @@ select.form-select:focus {
float: none;
padding: 0;
}
div.password-confirm,
.password-strength {
float: none;
}
.confirm-parent,
.password-parent {
width: 100%;
}
}
/* Exceptions */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment