diff --git a/core/modules/user/css/user.module.css b/core/modules/user/css/user.module.css index 6d2c51e..bd163db 100644 --- a/core/modules/user/css/user.module.css +++ b/core/modules/user/css/user.module.css @@ -79,7 +79,7 @@ div.password-suggestions ul { clear: left; /* LTR */ margin: 0; max-width: 33em; - overflow: hidden; + width: auto; } [dir="rtl"] .confirm-parent, [dir="rtl"] .password-parent { diff --git a/core/themes/seven/install-page.css b/core/themes/seven/install-page.css index 7981932..68eb0f5 100644 --- a/core/themes/seven/install-page.css +++ b/core/themes/seven/install-page.css @@ -192,19 +192,15 @@ /** * Password widget */ -.install-page .password-parent, -.install-page .confirm-parent { - width: auto; -} .install-page .form-item .password-suggestions { - float: none; - width: auto; + float: left; + clear: left; + width: 100%; } @media all and (max-width: 1010px) and (min-width: 48em) { .install-page .password-strength, .install-page .confirm-parent, .install-page .password-confirm { - float: none; width: auto; } input.password-confirm, diff --git a/core/themes/seven/style.css b/core/themes/seven/style.css index d910522..f5f2ebf 100644 --- a/core/themes/seven/style.css +++ b/core/themes/seven/style.css @@ -784,7 +784,7 @@ label.error { .form-item select.error { border-width: 2px; border-color: #e62600; - background-color: hsla(10, 100%, 100%, .05); + background-color: hsla(15, 75%, 97%, 1); box-shadow: inset 0 5px 5px -5px #b8b8b8; color: #e62600; }