Make WordPress Core

Ticket #32391: 32391.patch

File 32391.patch, 462 bytes (added by tyxla, 11 years ago)

In about.php, stretch the .return-to-dashboard section to width: 100% to support the longer localized links. Also adding div tagname as prefix to the .return-to-dashboard classname to override the .about-wrap .two-col > div rule, avoiding !important usage.

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

     
    255255
    256256/* Return to Dashboard Home link */
    257257
    258 .about-wrap .return-to-dashboard {
     258.about-wrap div.return-to-dashboard {
    259259        margin: 30px 0 0 -5px;
    260260        font-size: 14px;
    261261        font-weight: bold;
     262        width: 100%;
    262263}
    263264
    264265.about-wrap .return-to-dashboard a {