Changeset 22876
- Timestamp:
- 11/27/2012 07:14:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/css/media-views.css
r22875 r22876 477 477 color: #464646; 478 478 list-style: none; 479 text-align: center; 479 480 480 481 -webkit-user-select: none; … … 508 509 } 509 510 510 .attachment .icon, 511 .attachment .icon { 512 margin: 0 auto; 513 overflow: hidden; 514 padding-top: 20%; 515 } 516 511 517 .attachment .thumbnail { 512 518 display: block; … … 518 524 max-width: 100%; 519 525 max-height: 100%; 520 }521 522 /* Vertically center the icons. */523 .attachment .icon {524 top: 50%;525 left: 50%;526 526 } 527 527 … … 556 556 } 557 557 558 .attachment .icon,559 558 .attachment .thumbnail .centered img { 560 559 -webkit-transform: translate( -50%, -50% ); … … 1025 1024 .media-selection .attachments { 1026 1025 display: inline-block; 1027 height: 60px;1026 height: 48px; 1028 1027 margin-top: 5px; 1029 1028 overflow: hidden; 1030 1029 vertical-align: top; 1030 } 1031 1032 .media-selection .attachment img { 1033 width: 50%; 1031 1034 } 1032 1035
Note: See TracChangeset
for help on using the changeset viewer.