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 +}