Ticket #37504: 37504.5.patch
File 37504.5.patch, 1.3 KB (added by , 7 years ago) |
---|
-
src/wp-admin/css/common.css
1298 1298 ------------------------------------------------------------------------------*/ 1299 1299 1300 1300 .notice, 1301 div[class="update-message"], /* back-compat for pre-4.6 */ 1301 1302 div.updated, 1302 1303 div.error { 1303 1304 background: #fff; … … 1308 1309 padding: 1px 12px; 1309 1310 } 1310 1311 1312 div[class="update-message"] { /* back-compat for pre-4.6 */ 1313 padding: 0.5em 12px; 1314 } 1315 1311 1316 .notice p, 1312 1317 .notice-title, 1313 1318 div.updated p, -
src/wp-admin/css/list-tables.css
1350 1350 padding: 0; 1351 1351 } 1352 1352 1353 .plugins .plugin-update-tr .notice { 1353 .plugins .plugin-update-tr .notice, 1354 .plugins .plugin-update-tr div[class="update-message"] { /* back-compat for pre-4.6 */ 1354 1355 margin: 5px 20px 15px 40px; 1355 1356 } 1356 1357 1358 .plugins .plugin-update-tr div[class="update-message"] { /* back-compat for pre-4.6 */ 1359 border-left-color: #ffb900; 1360 background-color: #fff8e5; 1361 -webkit-box-shadow: none; 1362 box-shadow: none; 1363 } 1364 1357 1365 .plugins .notice p { 1358 1366 margin: 0.5em 0; 1359 1367 }