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.


git-svn-id: https://develop.svn.wordpress.org/trunk@28703 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2014-06-08 19:47:00 +00:00
parent 3462f4d964
commit 70390c48f5
1 changed files with 1 additions and 1 deletions

View File

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