diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-01-21 01:30:09 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-01-21 01:30:09 +0000 |
commit | 0c5b4c242b0805c55ca3b1a887eb222844a66400 (patch) | |
tree | f3455e9dcac50226d33ab3048a691f90ee82d5c5 /views/default/css.php | |
parent | 3d9fb93c8c91e45b88dfeb816960049e0cb33231 (diff) | |
download | elgg-0c5b4c242b0805c55ca3b1a887eb222844a66400.tar.gz elgg-0c5b4c242b0805c55ca3b1a887eb222844a66400.tar.bz2 |
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
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 4 |
1 files changed, 4 insertions, 0 deletions
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 |