From 26ee0fa9cd497e8edb60a9f04812ef215c44865b Mon Sep 17 00:00:00 2001 From: vyshane Date: Wed, 15 Nov 2006 02:41:17 +0000 Subject: [PATCH] Small css selector change to accomdate fix for blocks move handle (should not be shown for pinned blocks in ajax course format). Thanks to Andrew Walker for suggested fix. --- theme/standard/styles_layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index c7eb7e57449..bde107f969e 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1201,7 +1201,7 @@ body#course-view .unread { margin-left: 3em; } -body#course-view.drag .sideblock .header { +body#course-view .drag.sideblock .header { cursor: move; }