Make WordPress Core

Ticket #28420: 28420.patch

File 28420.patch, 587 bytes (added by torresga, 12 years ago)
  • src/wp-admin/css/edit.css

    diff --git src/wp-admin/css/edit.css src/wp-admin/css/edit.css
    index 646384e..bd7f17a 100644
    td.plugin-title p { 
    337337        background-color: #f7f7f7;
    338338        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    339339        box-shadow: 0 1px 1px rgba(0,0,0,0.04);
     340        cursor: row-resize;
    340341}
    341342
    342343#post-status-info td {
    td.plugin-title p { 
    355356#content-resize-handle {
    356357        background: transparent url(../images/resize.gif) no-repeat scroll right bottom;
    357358        width: 12px;
    358         cursor: row-resize;
    359359}
    360360
    361361.rtl #content-resize-handle {