From 1f39b8dce7cf3040f72f3ba3e59f12ecffcf879a Mon Sep 17 00:00:00 2001 From: rob1n Date: Fri, 27 Apr 2007 00:51:19 +0000 Subject: [PATCH] Widgets RTL CSS, and a few little widget bugfixes. Props Sewar. fixes #4185 git-svn-id: http://svn.automattic.com/wordpress/trunk@5324 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/widgets.css | 2 -- wp-admin/widgets.php | 9 +++++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/wp-admin/widgets.css b/wp-admin/widgets.css index fc5acfcfb..54b21e6d8 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 54609cb7c..1148b0e38 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 ) { ?>