Changeset 29687
- Timestamp:
- 09/03/2014 06:27:34 AM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/media.css
r29674 r29687 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; … … 605 600 .media-frame.mode-grid .attachments-browser { 606 601 padding: 0; 602 } 603 604 .media-frame.mode-grid .attachments-browser .attachments { 605 padding: 2px; 607 606 } 608 607 -
trunk/src/wp-includes/css/media-views.css
r29686 r29687 749 749 .attachments { 750 750 margin: 0; 751 padding: 8px;752 751 -webkit-overflow-scrolling: touch; 753 752 } … … 1037 1036 .attachments-browser .media-toolbar-secondary > .media-button-group { 1038 1037 margin: 11px 0; 1038 } 1039 1040 .attachments-browser .attachments { 1041 padding: 2px 8px 8px; 1039 1042 } 1040 1043 … … 2521 2524 2522 2525 .media-frame-content[data-columns="3"] .attachment { 2523 width: 33.3 %;2526 width: 33.33%; 2524 2527 } 2525 2528 … … 2533 2536 2534 2537 .media-frame-content[data-columns="6"] .attachment { 2535 width: 16.6 %;2538 width: 16.66%; 2536 2539 } 2537 2540 2538 2541 .media-frame-content[data-columns="7"] .attachment { 2539 width: 14.2 %;2542 width: 14.28%; 2540 2543 } 2541 2544 … … 2545 2548 2546 2549 .media-frame-content[data-columns="9"] .attachment { 2547 width: 11.1 %;2550 width: 11.11%; 2548 2551 } 2549 2552 … … 2553 2556 2554 2557 .media-frame-content[data-columns="11"] .attachment { 2555 width: 9 %;2558 width: 9.09%; 2556 2559 } 2557 2560 2558 2561 .media-frame-content[data-columns="12"] .attachment { 2559 width: 8.3 %;2560 } 2562 width: 8.33%; 2563 }
Note: See TracChangeset
for help on using the changeset viewer.