From 37e7b362bb8015a125819fc9a088b092e62dd008 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Wed, 4 Oct 2006 16:23:44 +0000 Subject: [PATCH] 'MDL-6790 Grab handle icon is missing from blocks. Added property to show the move curser for a simmilar signal as for the crosses' --- theme/standard/styles_layout.css | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- 2.39.5