Make WordPress Core

Ticket #31783: 31783.patch

File 31783.patch, 461 bytes (added by sagarjadhav, 10 years ago)

Fixed issue

  • wp-admin/css/themes.css

     
    981981        .theme-browser .theme:nth-child(3n) {
    982982                margin-right: 0;
    983983        }
     984       
     985        .theme-overlay .theme-about {
     986                bottom: 96px;
     987        }
     988
     989        .theme-overlay .theme-actions {
     990                padding-left: 4%;
     991                padding-right: 4%;
     992        }
    984993}
    985994
    986995@media only screen and (max-width: 650px) {