Make WordPress Core

Ticket #34987: 34987.7.patch

File 34987.7.patch, 980 bytes (added by swissspidy, 9 years ago)

Update against trunk

  • src/wp-admin/css/dashboard.css

    diff --git src/wp-admin/css/dashboard.css src/wp-admin/css/dashboard.css
    index c8bc653..92d8b20 100644
    form.initial-form.quickpress-open input#title { 
    734734        margin: 10px;
    735735}
    736736
    737 .edit-box {
     737.postbox .button-link .edit-box {
    738738        display: none;
    739739}
    740740
    741 h3:hover .edit-box {
    742         display: inline;
     741.edit-box {
     742        opacity: 0;
     743}
     744
     745.hndle:hover .edit-box,
     746.edit-box:focus {
     747        opacity: 1;
    743748}
    744749
    745750#dashboard-widgets form .input-text-wrap input {
    h3:hover .edit-box { 
    765770        text-decoration: none;
    766771}
    767772
    768 #dashboard-widgets h3 a {
     773#dashboard-widgets h2 a {
    769774        text-decoration: underline;
    770775}
    771776
    772 #dashboard-widgets h3 .postbox-title-action {
    773         position: absolute;
    774         right: 10px;
    775         padding: 0;
    776         top: 5px;
    777 }
    778 
    779 .js #dashboard-widgets h3 .postbox-title-action {
    780         right: 33px;
     777#dashboard-widgets .hndle .postbox-title-action {
     778        float: right;
     779        line-height: 1.2;
    781780}
    782781
    783782#dashboard_plugins h5 {