Index: lams_central/web/css/components.css =================================================================== diff -u -r8ea5094b7d3b0f6e705ede366fd0c78c175905ab -ra2a21e30023e4e11e0df353b781e73fcd8d9e6b8 --- lams_central/web/css/components.css (.../components.css) (revision 8ea5094b7d3b0f6e705ede366fd0c78c175905ab) +++ lams_central/web/css/components.css (.../components.css) (revision a2a21e30023e4e11e0df353b781e73fcd8d9e6b8) @@ -89,10 +89,16 @@ content: "\f054"; } -.component-page-wrapper table.table thead { - background-color: #e5e5e5; +.component-page-wrapper table.table thead th { + border: none; + border-bottom: 2px solid #20639B; } +.component-page-wrapper table.table tbody td { + border: none; + border-bottom: 2px solid #C3CEDC; +} + .component-page-content { width: 100%; min-height: 100%; Index: lams_tool_assessment/web/pages/authoring/parts/questionlist.jsp =================================================================== diff -u -r1260e45458aeab2dd1bc862fb07096f514444aad -ra2a21e30023e4e11e0df353b781e73fcd8d9e6b8 --- lams_tool_assessment/web/pages/authoring/parts/questionlist.jsp (.../questionlist.jsp) (revision 1260e45458aeab2dd1bc862fb07096f514444aad) +++ lams_tool_assessment/web/pages/authoring/parts/questionlist.jsp (.../questionlist.jsp) (revision a2a21e30023e4e11e0df353b781e73fcd8d9e6b8) @@ -67,7 +67,7 @@ }); - +
Index: lams_tool_assessment/web/pages/authoring/parts/questionlistRestricted.jsp =================================================================== diff -u -r1260e45458aeab2dd1bc862fb07096f514444aad -ra2a21e30023e4e11e0df353b781e73fcd8d9e6b8 --- lams_tool_assessment/web/pages/authoring/parts/questionlistRestricted.jsp (.../questionlistRestricted.jsp) (revision 1260e45458aeab2dd1bc862fb07096f514444aad) +++ lams_tool_assessment/web/pages/authoring/parts/questionlistRestricted.jsp (.../questionlistRestricted.jsp) (revision a2a21e30023e4e11e0df353b781e73fcd8d9e6b8) @@ -1,94 +1,97 @@ <%@ include file="/common/taglibs.jsp"%> - - - - - - - - - +
- # - - - - -
+ - - + + + + + + + + + + - - - - - - - - + + + + v. ${question.qbQuestion.version} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- ${status.count}) - - - - - - - - - - - + + # + + + + +
+ ${status.count}) + + - - - v. ${question.qbQuestion.version} - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - " - alt="" - onClick="javascript:toggleQuestionRequired(this)"> - - - - "> - - -
+ + + " + alt="" + onClick="javascript:toggleQuestionRequired(this)"> + + + + "> + + +
\ No newline at end of file