Make WordPress Core

Ticket #30766: dashboard.css.diff

File dashboard.css.diff, 383 bytes (added by tyxla, 12 years ago)

Fixing the issue by making the button more responsive. This pushes the button a little to the bottom, which also reflects the total height of the "At a Glance" dashboard widget.

  • wp-admin/css/dashboard.css

    body #dashboard-widgets .postbox form .submit {  
    355355        clear: right;
    356356        float: right;
    357357        position: relative;
    358         top: -5px;
     358        margin-top: 5px;
    359359}
    360360
    361361.mu-storage {