diff --git a/wp-admin/widgets.css b/wp-admin/widgets.css index fc5acfcfbb..54b21e6d84 100644 --- a/wp-admin/widgets.css +++ b/wp-admin/widgets.css @@ -3,7 +3,6 @@ body { } #sbadmin #zones { - width: px; -moz-user-select: none; -khtml-user-select: none; user-select: none; @@ -30,7 +29,6 @@ body { .dropzone ul { list-style-type: none; width: 240px; - height: px; float: left; margin: 0; padding: 0; diff --git a/wp-admin/widgets.php b/wp-admin/widgets.php index 54609cb7cb..1148b0e38d 100644 --- a/wp-admin/widgets.php +++ b/wp-admin/widgets.php @@ -14,10 +14,15 @@ function wp_widgets_admin_head() { define( 'WP_WIDGETS_WIDTH', 1 + 262 * ( count( $wp_registered_sidebars ) ) ); define( 'WP_WIDGETS_HEIGHT', 35 * ( count( $wp_registered_widgets ) ) ); ?> + + + $widget ) { ?>