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

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


git-svn-id: http://core.svn.wordpress.org/trunk@26567 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2013-12-05 18:17:09 +00:00
parent 9aea0dea8a
commit 1fcbe8c80b
14 changed files with 22 additions and 20 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;
}

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -213,7 +213,7 @@ TABLE OF CONTENTS:
.screen-reader-shortcut:focus {
right: 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;
}

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long