diff --git src/wp-admin/css/edit.css src/wp-admin/css/edit.css
index 646384e..bd7f17a 100644
|
|
|
td.plugin-title p { |
| 337 | 337 | background-color: #f7f7f7; |
| 338 | 338 | -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04); |
| 339 | 339 | box-shadow: 0 1px 1px rgba(0,0,0,0.04); |
| | 340 | cursor: row-resize; |
| 340 | 341 | } |
| 341 | 342 | |
| 342 | 343 | #post-status-info td { |
| … |
… |
td.plugin-title p { |
| 355 | 356 | #content-resize-handle { |
| 356 | 357 | background: transparent url(../images/resize.gif) no-repeat scroll right bottom; |
| 357 | 358 | width: 12px; |
| 358 | | cursor: row-resize; |
| 359 | 359 | } |
| 360 | 360 | |
| 361 | 361 | .rtl #content-resize-handle { |