Make WordPress Core

Ticket #42599: 42599.2.patch

File 42599.2.patch, 1.2 KB (added by Shital Patel, 7 years ago)

Responsive Tools Categories and Tags Converter box and Tools Import box

  • wp-admin/css/common.css

     
    23042304
    23052305.importers {
    23062306        font-size: 16px;
    2307         width: auto;
     2307        width: 80%;
    23082308}
    23092309
    23102310.importers td {
     
    23132313}
    23142314
    23152315.importers .import-system {
    2316         max-width: 250px;
     2316        max-width: 150px;
    23172317}
    23182318
    23192319.importers td.desc {
     
    28912891                padding: 12px 16px 0;
    28922892                height: 46px;
    28932893        }
     2894       
     2895        .importers {
     2896                width: 100%;
     2897        }
    28942898}
    28952899
    28962900/* Thickbox for the Plugin details modal. */
  • wp-admin/css/forms.css

     
    767767        position: relative;
    768768        margin-top: 20px;
    769769        padding: 0.7em 2em 1em;
    770         min-width: 255px;
    771         max-width: 520px;
     770        max-width: 70%;
    772771        border: 1px solid #e5e5e5;
    773772        box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    774773        background: #fff;
     
    13651364                max-width: 400px;
    13661365                width: auto;
    13671366        }
     1367       
     1368        .card {
     1369                max-width: 100%;
     1370        }
    13681371}
    13691372
    13701373@media only screen and (max-height: 480px), screen and (max-width: 450px) {