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.

This commit is contained in:
vyshane
2006-11-15 02:41:17 +00:00
parent d3c653c13f
commit 26ee0fa9cd
+1 -1
View File
@@ -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;
}