Correct the alignment of Activate and Live Preview buttons in responsive Themes page. Fixes #26373, props mattheu.

git-svn-id: https://develop.svn.wordpress.org/trunk@26582 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-12-03 20:03:45 +00:00
parent 24be533419
commit 768fd40c04
1 changed files with 3 additions and 0 deletions

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;