From 55478278df7b32a34556c53a9358a56e1066cbfc Mon Sep 17 00:00:00 2001 From: Jamie Pratt Date: Tue, 20 Aug 2013 11:38:42 +0700 Subject: [PATCH] MDL-47494 ddmarker: CONTRIB-4557 make sure bg image is not re-sized by bootstrap based themes. --- question/type/ddmarker/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/question/type/ddmarker/styles.css b/question/type/ddmarker/styles.css index c7381d35a71..e2e88ad4981 100644 --- a/question/type/ddmarker/styles.css +++ b/question/type/ddmarker/styles.css @@ -5,6 +5,7 @@ .que.ddmarker div.droparea img, form.mform fieldset#id_previewareaheader div.droparea img { border: 1px solid #000000; + max-width: none; } .que.ddmarker .draghome img, .que.ddmarker .draghome span {