Changeset 26429
- Timestamp:
- 11/27/2013 02:02:19 AM (11 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/wp-admin.css
r26426 r26429 2641 2641 #dashboard-widgets .meta-box-sortables { 2642 2642 margin: 0 8px; 2643 min-height: 100px; 2643 2644 } 2644 2645 -
trunk/src/wp-admin/js/dashboard.js
r26392 r26429 124 124 quickPressLoad(); 125 125 126 $( '.meta-box-sortables' ).sortable( 'option', 'containment', ' #dashboard-widgets-wrap' );126 $( '.meta-box-sortables' ).sortable( 'option', 'containment', 'document' ); 127 127 128 128 // Activity Widget
Note: See TracChangeset
for help on using the changeset viewer.