diff options
| author | Cash Costello <cash.costello@gmail.com> | 2011-12-23 22:01:18 -0500 |
|---|---|---|
| committer | Cash Costello <cash.costello@gmail.com> | 2011-12-23 22:01:18 -0500 |
| commit | 995472e31c181c729944d2bd9f2c4af5453705e3 (patch) | |
| tree | 0dbf6d35b739c54f2281499239c0ed102f325c9b /views/default/css/elements/modules.php | |
| parent | a9394e1035147e3910b2dc3cf156b0361ea791cc (diff) | |
| download | elgg-995472e31c181c729944d2bd9f2c4af5453705e3.tar.gz elgg-995472e31c181c729944d2bd9f2c4af5453705e3.tar.bz2 | |
Fixes #4186 restricting the drag handle for widgets
Diffstat (limited to 'views/default/css/elements/modules.php')
| -rw-r--r-- | views/default/css/elements/modules.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/css/elements/modules.php b/views/default/css/elements/modules.php index 7750c208f..74092c774 100644 --- a/views/default/css/elements/modules.php +++ b/views/default/css/elements/modules.php @@ -155,7 +155,7 @@ padding: 4px 45px 0 20px; color: #666; } -.elgg-module-widget.elgg-state-draggable > .elgg-head { +.elgg-module-widget.elgg-state-draggable .elgg-widget-handle { cursor: move; } a.elgg-widget-collapse-button { |
