From d89a34852406ef5f7aba112cab085787b6d985d3 Mon Sep 17 00:00:00 2001 From: Jamie Pratt Date: Tue, 29 Nov 2011 14:44:06 +0700 Subject: [PATCH] MDL-47494 ddmarker: OU-2422 Added 20px margin between drag items and image above --- question/type/ddmarker/styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/question/type/ddmarker/styles.css b/question/type/ddmarker/styles.css index 0da4f62dbf5..a0790ac2be6 100644 --- a/question/type/ddmarker/styles.css +++ b/question/type/ddmarker/styles.css @@ -34,6 +34,9 @@ .que.ddmarker .dragitems .draghome { margin : 10px; } +.que.ddmarker .dragitems { + margin-top : 20px; +} .que.ddmarker .dragitems.readonly .dragitem { cursor: auto; }