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.


git-svn-id: https://develop.svn.wordpress.org/trunk@29610 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi
2014-08-25 23:04:43 +00:00
parent f1fe507032
commit bcba1996fe
4 changed files with 6 additions and 6 deletions

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;
}