Index: lams_central/web/questions/questionChoice.jsp =================================================================== diff -u -r6ef41c856ea65dbebad270baee8e9885329a5f70 -rad1a520d923cb1d641fe38596855996390795267 --- lams_central/web/questions/questionChoice.jsp (.../questionChoice.jsp) (revision 6ef41c856ea65dbebad270baee8e9885329a5f70) +++ lams_central/web/questions/questionChoice.jsp (.../questionChoice.jsp) (revision ad1a520d923cb1d641fe38596855996390795267) @@ -9,22 +9,22 @@ div.answerDiv { padding-left: 50px; display: none; + margin-bottom: 10px; } - input[type="checkbox"] { - border: none; - margin: 10px 10px 0px 15px; + div.checkbox, div.form-group { + width: 100%; + margin-bottom: 15px !important; } - .questionText { - margin-left: 43px; - overflow: auto; + .editableAttribute { + width: 80% !important; } - div.answerDiv input { - margin-top: 5px; + #selectAllDiv { + display: inline; } - + .button { float: right; margin-left: 10px; @@ -40,9 +40,11 @@ #collectionSelect { float: right; + margin-bottom: 30px; } +