Ticket #42599: 42599.2.patch
File 42599.2.patch, 1.2 KB (added by , 7 years ago) |
---|
-
wp-admin/css/common.css
2304 2304 2305 2305 .importers { 2306 2306 font-size: 16px; 2307 width: auto;2307 width: 80%; 2308 2308 } 2309 2309 2310 2310 .importers td { … … 2313 2313 } 2314 2314 2315 2315 .importers .import-system { 2316 max-width: 250px;2316 max-width: 150px; 2317 2317 } 2318 2318 2319 2319 .importers td.desc { … … 2891 2891 padding: 12px 16px 0; 2892 2892 height: 46px; 2893 2893 } 2894 2895 .importers { 2896 width: 100%; 2897 } 2894 2898 } 2895 2899 2896 2900 /* Thickbox for the Plugin details modal. */ -
wp-admin/css/forms.css
767 767 position: relative; 768 768 margin-top: 20px; 769 769 padding: 0.7em 2em 1em; 770 min-width: 255px; 771 max-width: 520px; 770 max-width: 70%; 772 771 border: 1px solid #e5e5e5; 773 772 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 774 773 background: #fff; … … 1365 1364 max-width: 400px; 1366 1365 width: auto; 1367 1366 } 1367 1368 .card { 1369 max-width: 100%; 1370 } 1368 1371 } 1369 1372 1370 1373 @media only screen and (max-height: 480px), screen and (max-width: 450px) {