diff --git a/www/css/desktop.css b/www/css/desktop.css index 83af4e1e..4bb219d1 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -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}