mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 00:31:28 +01:00
Correct the alignment of Activate and Live Preview buttons in responsive Themes page. Fixes #26373, props mattheu.
Built from https://develop.svn.wordpress.org/trunk@26582 git-svn-id: http://core.svn.wordpress.org/trunk@26472 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
54cc0d8b9e
commit
3951d34906
@ -7138,6 +7138,9 @@ body.folded .theme-overlay .theme-wrap {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.theme .theme-actions .button {
|
||||
margin-top: -4px;
|
||||
}
|
||||
.theme.active .theme-actions .button {
|
||||
margin-top: 6px;
|
||||
margin-left: 0;
|
||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -7138,6 +7138,9 @@ body.folded .theme-overlay .theme-wrap {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.theme .theme-actions .button {
|
||||
margin-top: -4px;
|
||||
}
|
||||
.theme.active .theme-actions .button {
|
||||
margin-top: 6px;
|
||||
margin-right: 0;
|
||||
|
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user