From 9b3becf6eaf51a65c7736b7ce67565351fc9b4ce 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: https://develop.svn.wordpress.org/trunk@5324 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 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 ) { ?>