Make WordPress Core

Ticket #61389: 61389.diff

File 61389.diff, 410 bytes (added by sabernhardt, 6 months ago)

adding margin for only the theme install screen

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

     
    10291029        padding-left: 20px;
    10301030}
    10311031
     1032.theme-install-php .wp-filter .search-form {
     1033        margin: 10px 0;
     1034}
     1035
    10321036.theme-install-php a.upload,
    10331037.theme-install-php a.browse-themes {
    10341038        cursor: pointer;