Changeset 43669
- Timestamp:
- 10/02/2018 08:06:37 PM (6 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/list-tables.css
r43436 r43669 1399 1399 } 1400 1400 1401 @media screen and ( min-width: 2300px ) { 1402 .plugin-card { 1403 width: 25%; 1404 width: calc( 25% - 12px ); 1405 } 1406 1407 .plugin-card:nth-child(odd) { 1408 clear: none; 1409 margin-left: 8px; 1410 } 1411 1412 .plugin-card:nth-child(even) { 1413 margin-right: 8px; 1414 } 1415 1416 .plugin-card:nth-child(4n+1) { 1417 clear: both; 1418 margin-left: 0; 1419 } 1420 1421 .plugin-card:nth-child(4n) { 1422 margin-right: 0; 1423 } 1424 } 1425 1401 1426 .plugin-card-top { 1402 1427 position: relative; -
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r43571 r43669 94 94 $paged = $this->get_pagenum(); 95 95 96 $per_page = 3 0;96 $per_page = 36; 97 97 98 98 // These are the tabs which are shown on the page
Note: See TracChangeset
for help on using the changeset viewer.