From 189a346eec35eda5db78e96a110f7702179aa424 Mon Sep 17 00:00:00 2001 From: Kathrin Date: Mon, 13 Jul 2015 08:11:17 +0200 Subject: [PATCH] MDL-79863 qtype_ordering: Made with of draggable fields relative I found out that together with the plugin active quiz, the fixed with to 360 px leads to problems when viewed responsive in smaller mobile devices like smartphones. So I changed the with to a relative value of 80%. --- question/type/ordering/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/type/ordering/styles.css b/question/type/ordering/styles.css index dd08f0336f4..6b2ce54c323 100644 --- a/question/type/ordering/styles.css +++ b/question/type/ordering/styles.css @@ -7,7 +7,7 @@ margin : 0px; margin-left : 5px; padding : 4px 4px 0 4px; - width : 360px; + width : 80%; } .que.ordering ul.sortablelist li { background-color : #eeeeee;