Changeset 9268
- Timestamp:
- 10/21/2008 10:06:41 PM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/js/postbox.js
r9262 r9268 33 33 $.extend( this, args || {} ); 34 34 jQuery('.meta-box-sortables').sortable( { 35 placeholder: 'sortable-placeholder', 35 36 connectWith: [ '.meta-box-sortables' ], 36 37 items: '> .postbox', -
trunk/wp-admin/wp-admin.css
r9262 r9268 1077 1077 .postbox { 1078 1078 position: relative; 1079 min-width: 195px; 1079 min-width: 255px; 1080 width: 99.5%; 1080 1081 } 1081 1082 … … 1811 1812 padding: 6px 0; 1812 1813 cursor: move; 1814 } 1815 1816 .sortable-placeholder { 1817 border: 1px #bbb dashed; 1818 background: #f5f5f5; 1819 z-index: -1; 1813 1820 } 1814 1821
Note: See TracChangeset
for help on using the changeset viewer.