Properly indicate with the cursor that the editor can be vertically resized using the entire info bar, not just the handle displayed in the corner.

props torresga. fixes #28420.

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


git-svn-id: http://core.svn.wordpress.org/trunk@28520 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2014-06-08 19:47:14 +00:00
parent 01e40fc6f7
commit d558331e18
4 changed files with 4 additions and 4 deletions

View File

@ -337,6 +337,7 @@ td.plugin-title p {
background-color: #f7f7f7;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
box-shadow: 0 1px 1px rgba(0,0,0,0.04);
cursor: row-resize;
}
#post-status-info td {
@ -355,7 +356,6 @@ td.plugin-title p {
#content-resize-handle {
background: transparent url(../images/resize.gif) no-repeat scroll left bottom;
width: 12px;
cursor: row-resize;
}
.rtl #content-resize-handle {

View File

@ -337,6 +337,7 @@ td.plugin-title p {
background-color: #f7f7f7;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
box-shadow: 0 1px 1px rgba(0,0,0,0.04);
cursor: row-resize;
}
#post-status-info td {
@ -355,7 +356,6 @@ td.plugin-title p {
#content-resize-handle {
background: transparent url(../images/resize.gif) no-repeat scroll right bottom;
width: 12px;
cursor: row-resize;
}
.rtl #content-resize-handle {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long