aboutsummaryrefslogtreecommitdiff
path: root/views/default/object
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-12-23 22:01:18 -0500
committerCash Costello <cash.costello@gmail.com>2011-12-23 22:01:18 -0500
commit995472e31c181c729944d2bd9f2c4af5453705e3 (patch)
tree0dbf6d35b739c54f2281499239c0ed102f325c9b /views/default/object
parenta9394e1035147e3910b2dc3cf156b0361ea791cc (diff)
downloadelgg-995472e31c181c729944d2bd9f2c4af5453705e3.tar.gz
elgg-995472e31c181c729944d2bd9f2c4af5453705e3.tar.bz2
Fixes #4186 restricting the drag handle for widgets
Diffstat (limited to 'views/default/object')
-rw-r--r--views/default/object/widget.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/default/object/widget.php b/views/default/object/widget.php
index f84c44e1c..8c7ec2a03 100644
--- a/views/default/object/widget.php
+++ b/views/default/object/widget.php
@@ -55,8 +55,9 @@ if ($can_edit) {
}
$widget_header = <<<HEADER
- <h3>$title</h3>
+ <div class="elgg-widget-handle"><h3>$title</h3>
$controls
+ </div>
HEADER;
$widget_body = <<<BODY