Customizer panels: use a single back button for all panels.

This also ensures the back button is visible on iOS devices.

props celloexpressions.
fixes #29135.

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


git-svn-id: http://core.svn.wordpress.org/trunk@29384 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí
2014-08-25 23:05:15 +00:00
parent 04e28b468c
commit f348ccccf8
8 changed files with 11 additions and 11 deletions

View File

@@ -252,7 +252,7 @@ body {
font: normal 20px/1 dashicons;
content: "\f341";
position: relative;
top: 13px;
top: 7px;
right: 13px;
}
@@ -260,7 +260,7 @@ body {
content: "\f344";
}
.current-panel .control-panel-back {
.in-sub-panel .control-panel-back {
right: 0;
}

File diff suppressed because one or more lines are too long

View File

@@ -252,7 +252,7 @@ body {
font: normal 20px/1 dashicons;
content: "\f341";
position: relative;
top: 13px;
top: 7px;
left: 13px;
}
@@ -260,7 +260,7 @@ body {
content: "\f344";
}
.current-panel .control-panel-back {
.in-sub-panel .control-panel-back {
left: 0;
}

File diff suppressed because one or more lines are too long