Keyboard accessibility for the theme customizer. props lessbloat, jorbin, JustinSainton. fixes #21283.

git-svn-id: https://develop.svn.wordpress.org/trunk@22400 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2012-11-06 14:47:25 +00:00
parent 452976110d
commit 67ac51fe73
6 changed files with 89 additions and 27 deletions
+3 -11
View File
@@ -5571,8 +5571,7 @@ body.full-overlay-active {
height: 100%;
}
.wp-full-overlay-sidebar .wp-full-overlay-header,
.wp-full-overlay-sidebar .wp-full-overlay-footer {
.wp-full-overlay-sidebar .wp-full-overlay-header {
position: absolute;
left: 0;
right: 0;
@@ -5583,13 +5582,6 @@ body.full-overlay-active {
margin: 0;
}
.wp-full-overlay-sidebar .wp-full-overlay-header {
top: 0;
border-top: 0;
border-bottom: 1px solid #fff;
box-shadow: inset 0 -1px 0 0px #dfdfdf;
}
.wp-full-overlay-sidebar .wp-full-overlay-footer {
bottom: 0;
border-bottom: 0;
@@ -5638,11 +5630,11 @@ body.full-overlay-active {
display: block;
width: 15px;
height: 15px;
background: transparent url('../images/arrows.png') no-repeat 0 -72px;
background: transparent url('../images/arrows.png') no-repeat -1px -73px;
}
.wp-full-overlay.collapsed .collapse-sidebar-arrow {
background-position: 0 -108px;
background-position: -1px -109px;
}
.wp-full-overlay .collapse-sidebar-label {