Add "Customize" as first item under Appearance menu.

fixes #21413. props ryanhellyer, obenland, DrewAPicture

git-svn-id: https://develop.svn.wordpress.org/trunk@23871 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2013-03-29 20:39:54 +00:00
parent 9b90cd1698
commit c51895c997
6 changed files with 32 additions and 35 deletions
+2 -7
View File
@@ -1338,19 +1338,14 @@ h3.available-themes {
margin-right: -330px;
}
.theme-options .load-customize {
margin-right: 0;
margin-left: 30px;
float: right;
}
.theme-options span {
float: right;
margin-right: 0;
margin-left: 10px;
}
.theme-options ul {
.theme-options ul,
.theme-options .load-customize {
float: right;
}
+4 -7
View File
@@ -5547,11 +5547,6 @@ h3.available-themes {
padding-bottom: 10px;
}
.theme-options .load-customize {
margin-right: 30px;
float: left;
}
.theme-options span {
float: left;
margin-right: 10px;
@@ -5561,7 +5556,8 @@ h3.available-themes {
color: #999;
}
.theme-options ul {
.theme-options ul,
.theme-options .load-customize {
float: left;
margin: 0;
}
@@ -6491,7 +6487,8 @@ body.full-overlay-active {
.no-customize-support.wp-core-ui .hide-if-no-customize,
.no-customize-support .wp-core-ui .hide-if-no-customize,
.customize-support.wp-core-ui .hide-if-customize,
.customize-support .wp-core-ui .hide-if-customize {
.customize-support .wp-core-ui .hide-if-customize,
.no-customize-support .theme-options ul li:first-child {
display: none;
}