Themes: Fix the Customize button for the current theme. Props jacklenox. Fixes #26214

Built from https://develop.svn.wordpress.org/trunk@26369


git-svn-id: http://core.svn.wordpress.org/trunk@26270 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse 2013-11-25 07:04:10 +00:00
parent 22c6024f9e
commit dc9c5073f5
3 changed files with 3 additions and 1 deletions

View File

@ -232,6 +232,7 @@
opacity: 1;
line-height: 48px;
padding: 0 10px;
z-index: 1;
}
.theme.active .theme-actions .button {
float: left;

File diff suppressed because one or more lines are too long

View File

@ -232,6 +232,7 @@
opacity: 1;
line-height: 48px;
padding: 0 10px;
z-index: 1;
}
.theme.active .theme-actions .button {
float: right;