Changeset 29379
- Timestamp:
- 08/05/2014 07:36:41 PM (11 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/media-views.css
r29376 r29379 1432 1432 * Spinner 1433 1433 */ 1434 1435 1434 .media-frame .spinner { 1436 1435 background: url(../images/spinner.gif) no-repeat; … … 1654 1653 * Image Editor 1655 1654 */ 1656 1657 1655 .media-modal .imgedit-wrap { 1658 1656 position: static; … … 2138 2136 font-family: Arial, sans-serif; 2139 2137 } 2140 2141 2142 2143 2138 2144 2139 @media only screen and (max-width: 960px) { -
trunk/src/wp-includes/js/media-views.js
r29376 r29379 4799 4799 var attachment = $('.attachments-browser .attachment'), 4800 4800 attachmentsWidth = $('.attachments-browser .attachments').width(), 4801 thumbnailWidth = attachment.first(). width(),4801 thumbnailWidth = attachment.first().outerWidth(), 4802 4802 thumbnailsPerRow = Math.round( attachmentsWidth / thumbnailWidth ), 4803 4803 totalThumnails = attachment.length,
Note: See TracChangeset
for help on using the changeset viewer.