alphabetical list style for multiple choice quests

This commit is contained in:
Daniel 2014-04-22 01:03:42 +02:00
commit aa2ff20e88

View file

@ -238,9 +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}
.mchoice{list-style-type:lower-alpha;list-style-position:inside}
.mchoice li{margin:0 0 10px 0}
.mchoice input[type=checkbox]{display:inline-block;margin:-19px 10px 0 24px;vertical-align:top}
.mchoice label{width:90%;display:inline-block;margin:-25px 0 0 0;vertical-align:top}
.submit{padding:15px;background:#eae8e4;border-radius:3px;margin-bottom:15px}
.submit p{margin:15px 0 0 0;font-weight:bold}