Make WordPress Core

Ticket #34987: 34987.6.patch

File 34987.6.patch, 980 bytes (added by swissspidy, 8 years ago)
  • src/wp-admin/css/dashboard.css

    diff --git src/wp-admin/css/dashboard.css src/wp-admin/css/dashboard.css
    index 43e9b3e..af2740e 100644
    form.initial-form.quickpress-open input#title { 
    746746        margin: 10px;
    747747}
    748748
    749 .edit-box {
     749.postbox .button-link .edit-box {
    750750        display: none;
    751751}
    752752
    753 h3:hover .edit-box {
    754         display: inline;
     753.edit-box {
     754        opacity: 0;
     755}
     756
     757.hndle:hover .edit-box,
     758.edit-box:focus {
     759        opacity: 1;
    755760}
    756761
    757762#dashboard-widgets form .input-text-wrap input {
    h3:hover .edit-box { 
    777782        text-decoration: none;
    778783}
    779784
    780 #dashboard-widgets h3 a {
     785#dashboard-widgets h2 a {
    781786        text-decoration: underline;
    782787}
    783788
    784 #dashboard-widgets h3 .postbox-title-action {
    785         position: absolute;
    786         right: 10px;
    787         padding: 0;
    788         top: 5px;
    789 }
    790 
    791 .js #dashboard-widgets h3 .postbox-title-action {
    792         right: 33px;
     789#dashboard-widgets .hndle .postbox-title-action {
     790        float: right;
     791        line-height: 1.2;
    793792}
    794793
    795794#dashboard_plugins h5 {