Ticket #52749: 52749.diff
File 52749.diff, 1.1 KB (added by , 4 years ago) |
---|
-
src/wp-admin/css/common.css
605 605 line-height: 1; 606 606 } 607 607 608 .subtitle strong { 609 word-break: break-all; 610 } 611 608 612 .wrap .add-new-h2, /* deprecated */ 609 613 .wrap .add-new-h2:active, /* deprecated */ 610 614 .wrap .page-title-action, -
src/wp-admin/css/list-tables.css
377 377 vertical-align: top; /* Remove descender white-space. */ 378 378 } 379 379 380 table.media .column-title .has-media-icon ~ .row-actions {381 margin-left: 70px; /* 60px image + margin */382 }383 384 380 table.media .column-title .filename { 385 381 margin-bottom: 0.2em; 386 382 } … … 1889 1885 padding: 4px 0; 1890 1886 } 1891 1887 1888 .row-actions span:not(.view) { 1889 margin-right: 4px; 1890 } 1891 1892 1892 .row-actions span a, 1893 1893 .row-actions span .button-link { 1894 1894 display: inline-block;