From 0c5b4c242b0805c55ca3b1a887eb222844a66400 Mon Sep 17 00:00:00 2001 From: brettp Date: Thu, 21 Jan 2010 01:30:09 +0000 Subject: Fixes #750: All actions require __elgg_ts and __elgg_token. git-svn-id: http://code.elgg.org/elgg/trunk@3821 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index d70e18ee6..75b20b141 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -2524,3 +2524,7 @@ div.ajax_loader { float: left; padding-right: 1em; } + +.draggable { + cursor: move; +} \ No newline at end of file -- cgit v1.2.3