Ticket #29483: 29483.patch
File 29483.patch, 2.0 KB (added by , 10 years ago) |
---|
-
src/wp-admin/css/media.css
513 513 border: 4px dashed #bbb; 514 514 } 515 515 516 .media-frame.mode-grid .attachments,517 .media-frame.mode-select .attachments {518 padding: 2px;519 }520 521 516 .media-frame.mode-select .attachments-browser.fixed .attachments { 522 517 position: relative; 523 518 top: 94px; /* prevent jumping up when the toolbar becomes fixed */ … … 602 597 margin-top: 0; 603 598 } 604 599 605 .media-frame.mode-grid .attachments-browser { 600 .media-frame.mode-grid .attachments-browser, 601 .media-frame.mode-grid .attachments-browser .attachments { 606 602 padding: 0; 607 603 } 608 604 -
src/wp-includes/css/media-views.css
748 748 */ 749 749 .attachments { 750 750 margin: 0; 751 padding: 8px;752 751 -webkit-overflow-scrolling: touch; 753 752 } 754 753 … … 1038 1037 margin: 11px 0; 1039 1038 } 1040 1039 1040 .attachments-browser .attachments { 1041 padding: 8px; 1042 } 1043 1041 1044 .attachments-browser .attachments, 1042 1045 .attachments-browser .uploader-inline { 1043 1046 position: absolute; … … 2520 2523 } 2521 2524 2522 2525 .attachments[data-columns="3"] .attachment { 2523 width: 33.3 %;2526 width: 33.33%; 2524 2527 } 2525 2528 2526 2529 .attachments[data-columns="4"] .attachment { … … 2532 2535 } 2533 2536 2534 2537 .attachments[data-columns="6"] .attachment { 2535 width: 16.6 %;2538 width: 16.66%; 2536 2539 } 2537 2540 2538 2541 .attachments[data-columns="7"] .attachment { 2539 width: 14.2 %;2542 width: 14.28%; 2540 2543 } 2541 2544 2542 2545 .attachments[data-columns="8"] .attachment { … … 2544 2547 } 2545 2548 2546 2549 .attachments[data-columns="9"] .attachment { 2547 width: 11.1 %;2550 width: 11.11%; 2548 2551 } 2549 2552 2550 2553 .attachments[data-columns="10"] .attachment { … … 2552 2555 } 2553 2556 2554 2557 .attachments[data-columns="11"] .attachment { 2555 width: 9 %;2558 width: 9.09%; 2556 2559 } 2557 2560 2558 2561 .attachments[data-columns="12"] .attachment { 2559 width: 8.3 %;2562 width: 8.33%; 2560 2563 }