From 995472e31c181c729944d2bd9f2c4af5453705e3 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Fri, 23 Dec 2011 22:01:18 -0500 Subject: Fixes #4186 restricting the drag handle for widgets --- views/default/css/admin.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'views/default/css/admin.php') diff --git a/views/default/css/admin.php b/views/default/css/admin.php index dc1b503cb..065a108b1 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -915,6 +915,9 @@ a.elgg-button { height: 26px; overflow: hidden; } +.elgg-module-widget.elgg-state-draggable .elgg-widget-handle { + cursor: move; +} .elgg-module-widget > .elgg-head h3 { float: left; padding: 4px 45px 0 20px; -- cgit v1.2.3