mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Login and Registration: Fix margin for language switcher button on small screens.
This fixes an alignement issue on small screens in the language switcher button displayed on the Login screen. Follow-up to [52058], [52417]. Props sabernhardt. Fixes #57617. git-svn-id: https://develop.svn.wordpress.org/trunk@55582 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
464ad20218
commit
4a7009a1d2
@ -437,8 +437,7 @@ input::-ms-reveal {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.login .language-switcher .button-primary {
|
||||
float: none;
|
||||
.login .language-switcher .button {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@ -472,7 +471,7 @@ input::-ms-reveal {
|
||||
}
|
||||
|
||||
@media screen and (max-width: 400px) {
|
||||
.login .language-switcher .button-primary {
|
||||
.login .language-switcher .button {
|
||||
display: block;
|
||||
margin: 5px auto 0;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user