Changeset 29518
- Timestamp:
- 08/17/2014 02:14:09 PM (10 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/admin-menu.css
r29502 r29518 613 613 614 614 /* Auto-folding of the admin menu */ 615 @media only screen and (max-width: 9 00px) {615 @media only screen and (max-width: 960px) { 616 616 .auto-fold #wpcontent, 617 617 .auto-fold #wpfooter { -
trunk/src/wp-admin/js/common.js
r29280 r29518 194 194 } else { 195 195 // IE < 9 doesn't support @media CSS rules 196 respWidth = 9 01;197 } 198 199 if ( respWidth && respWidth < 9 00 ) {196 respWidth = 961; 197 } 198 199 if ( respWidth && respWidth < 960 ) { 200 200 if ( body.hasClass('auto-fold') ) { 201 201 body.removeClass('auto-fold').removeClass('folded');
Note: See TracChangeset
for help on using the changeset viewer.