mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user