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:
Matt Thomas 2013-12-03 20:04:09 +00:00
parent 54cc0d8b9e
commit 3951d34906
4 changed files with 8 additions and 2 deletions

View File

@ -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;

File diff suppressed because one or more lines are too long

View File

@ -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;

File diff suppressed because one or more lines are too long