alphabetical list style for multiple choice quests
This commit is contained in:
parent
4bf5c0bb28
commit
aa2ff20e88
1 changed files with 4 additions and 3 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue