From 87e33b2fab8787b0724ff981b1eacb8099986d08 Mon Sep 17 00:00:00 2001 From: Dimitri Vorona Date: Fri, 30 Sep 2016 13:18:03 +0200 Subject: [PATCH] Adjust styles for 3.1 --- styles.css | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/styles.css b/styles.css index 1082290..f472c75 100644 --- a/styles.css +++ b/styles.css @@ -1,6 +1,11 @@ +.jsenabled .ddmatch td.visibleifjs { + display: block; +} + .ddmatch li { margin: 6px; padding: 4px; + list-style-type: none !important; } .ddmatch li.matchdrag { @@ -22,21 +27,12 @@ float: right; } -.ddmatch .matchorigin li { - list-style:none; -} - .ddmatch .matchtarget { border: 1px solid black; list-style: none; min-height: 30px; margin: 6px; padding: 4px; - width: 100%; -} - -.ddmatch .matchtarget li { - list-style:none; } .ddmatch li p { @@ -106,4 +102,4 @@ body#page-question-type-ddmatch div[id^=fitem_id_][id*=subanswers_] { padding-top: 5px; border: 1px solid #BBB; border-top: 0; -} \ No newline at end of file +}