Responsive admin improvements for the dashboard, new/write screens and links screens, see #18198

git-svn-id: https://develop.svn.wordpress.org/trunk@18736 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-09-21 06:16:24 +00:00
parent c2cf751035
commit f465d0e766
11 changed files with 112 additions and 106 deletions

View File

@@ -1874,7 +1874,7 @@ function screen_layout($screen) {
if ( isset($wp_current_screen_options['layout_columns']['default']) )
$screen_layout_columns = $wp_current_screen_options['layout_columns']['default'];
else
$screen_layout_columns = '0';
$screen_layout_columns = 'auto';
}
$i = 1;
@@ -2270,4 +2270,4 @@ jQuery(document).ready( function($) {
//]]>
</script>
<?php
}
}