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. Built from https://develop.svn.wordpress.org/trunk@55582 git-svn-id: http://core.svn.wordpress.org/trunk@55094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -438,8 +438,7 @@ input::-ms-reveal {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.login .language-switcher .button-primary {
|
||||
float: none;
|
||||
.login .language-switcher .button {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@@ -473,7 +472,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;
|
||||
}
|
||||
|
||||
2
wp-admin/css/login-rtl.min.css
vendored
2
wp-admin/css/login-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
|
||||
2
wp-admin/css/login.min.css
vendored
2
wp-admin/css/login.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.3-alpha-55581';
|
||||
$wp_version = '6.3-alpha-55582';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user