diff --git a/questtypes/multiplechoice/html/quest.tpl b/questtypes/multiplechoice/html/quest.tpl index 3ac7a0d8..eba80286 100644 --- a/questtypes/multiplechoice/html/quest.tpl +++ b/questtypes/multiplechoice/html/quest.tpl @@ -1,10 +1,10 @@
- -

-
    + : +

    +
      &$answer) : ?> -
    1. +
    2. />
    3. diff --git a/www/css/desktop.css b/www/css/desktop.css index 3163ea7b..4cd9b3fc 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -30,7 +30,7 @@ sub{bottom:-.25em} svg:not(:root){overflow:hidden} figure{margin:0} fieldset{border:0;margin:0;padding:0} -legend{border:0;padding:0} +legend{border:0;padding:0;margin-bottom:15px} button,input,select,textarea{font-family:inherit;font-size:100%;margin:0} button,input{line-height:normal} button,select{text-transform:none} @@ -238,6 +238,10 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo /** Quest Types **/ +.mchoice li{margin-bottom:10px} +.mchoice input[type=checkbox]{width:8%;float:left;margin-top:6px} +.mchoice label{width:92%;float:right} + .crossword table{width:100%;max-width:800px;border-spacing:2px;border-collapse:separate} .crossword td{background:#d7d4cf;padding:1px} .crossword input[type=text]{text-align:center;height:26px;width:100%;min-width:8px;max-width:40px;margin:0;padding:0;border:none;text-transform:uppercase}