Changeset 29876
- Timestamp:
- 10/11/2014 11:23:44 PM (10 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/media-views.css
r29727 r29876 1427 1427 1428 1428 .media-selection .attachment { 1429 width: 4 8px;1429 width: 40px; 1430 1430 padding: 0; 1431 margin: 0;1431 margin: 4px; 1432 1432 -webkit-box-shadow: none; 1433 1433 box-shadow: none; … … 1435 1435 1436 1436 .media-selection .attachment .thumbnail { 1437 top: 4px;1438 right: 4px;1439 bottom: 4px;1440 left: 4px;1437 top: 0; 1438 right: 0; 1439 bottom: 0; 1440 left: 0; 1441 1441 } 1442 1442 -
trunk/src/wp-includes/js/media-views.js
r29831 r29876 5503 5503 // If the `collection` has a `comparator`, disable sorting. 5504 5504 disabled: !! collection.comparator, 5505 5506 // Prevent attachments from being dragged outside the bounding5507 // box of the list.5508 containment: this.$el,5509 5505 5510 5506 // Change the position of the attachment as soon as the
Note: See TracChangeset
for help on using the changeset viewer.