Make WordPress Core

Ticket #42599: 42599.patch

File 42599.patch, 752 bytes (added by Shital Patel, 6 years ago)
  • 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 {
  • forms.css

     
    768768        margin-top: 20px;
    769769        padding: 0.7em 2em 1em;
    770770        min-width: 255px;
    771         max-width: 520px;
     771        max-width: 800px;
    772772        border: 1px solid #e5e5e5;
    773773        box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    774774        background: #fff;