Bring screen reader shortcuts and image edit controls in line with admin design. see #25858.

git-svn-id: https://develop.svn.wordpress.org/trunk@26677 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2013-12-05 18:16:18 +00:00
parent c27c592062
commit 3706de38db
2 changed files with 6 additions and 5 deletions

View File

@ -956,7 +956,8 @@ p.popular-tags,
.wp-editor-container,
#post-status-info,
.popular-tags,
.feature-filter {
.feature-filter,
.imgedit-group {
border: 1px solid #ddd;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
box-shadow: 0 1px 2px rgba(0,0,0,0.05);
@ -979,7 +980,8 @@ table.widefat,
p.popular-tags,
.widgets-holder-wrap,
.popular-tags,
.feature-filter {
.feature-filter,
.imgedit-group {
background: #fff;
}

View File

@ -213,7 +213,7 @@ TABLE OF CONTENTS:
.screen-reader-shortcut:focus {
left: 6px;
top: -21px;
top: -25px;
height: auto;
width: auto;
display: block;
@ -227,6 +227,7 @@ TABLE OF CONTENTS:
-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
text-decoration: none;
outline: none;
}
.hidden,
@ -6078,8 +6079,6 @@ span.imgedit-scale-warn {
}
.imgedit-group {
border-width: 1px;
border-style: solid;
margin-bottom: 8px;
padding: 2px 10px;
}