From: urs_hunkler Date: Wed, 4 Oct 2006 16:23:44 +0000 (+0000) Subject: 'MDL-6790 Grab handle icon is missing from blocks. Added property to show the move... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=37e7b362bb8015a125819fc9a088b092e62dd008;p=moodle.git 'MDL-6790 Grab handle icon is missing from blocks. Added property to show the move curser for a simmilar signal as for the crosses' --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 2ef612dc46..fb3e877f47 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1184,6 +1184,10 @@ body#course-view .unread { margin-left: 3em; } +body#course-view.editing .sideblock .header { + cursor: move; +} + body#course-enrol .generalbox { margin-top: 20px; }