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:
parent
3462f4d964
commit
70390c48f5
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user