Skip to content

Commit

Permalink
SAM-2949 : Student View: Return to Assessment List link is not aligne…
Browse files Browse the repository at this point in the history
…d & highlight colors (sakaiproject#4346)

- Solved alignment issues. Change the background color for "Return to
assessment list" tab is not viable, because it's difficult to see it.
- This PR reverts in some way "SAM-2721 : use bootstrap classes and grid
for Samigo HTML" (SHA : 87d4bc5) from
ottenhoff committed on 8 Mar 2016. So which component is preferable :
h:dataTable, t:dataList or t:dataTable?
  • Loading branch information
frasese authored and ottenhoff committed Jul 12, 2017
1 parent a8065c2 commit eec7aab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,15 @@
padding: 0 1em 0 1em;
}

.feedBackCheck, .feedBackCross{
.feedBackCheck, .feedBackCross, .feedBackNone{
min-width: 20px;
margin-right: 0.2em;
}

.feedBackNone{
visibility: hidden;
}

.feedBackCheck{
color: $ok-color;
}
Expand Down Expand Up @@ -234,5 +239,9 @@
min-width: 70px;
}
}

.navIntraTool {
margin: 0px !important;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ should be included in file importing DeliveryMessages
rendered="#{((question.itemData.partialCreditFlag && (selection.answer.partialCredit le 0 || selection.answer.partialCredit == null)) || (selection.answer.isCorrect != null && !selection.answer.isCorrect)) && selection.response}"
styleClass="icon-sakai--delete feedBackCross">
</h:panelGroup>
<h:panelGroup id="noimage"
rendered="#{!selection.response}"
styleClass="icon-sakai--check feedBackNone">
</h:panelGroup>
</h:panelGroup>
<div class="mcscFixUpTarget"></div>
<h:panelGroup styleClass="mcAnswerText">
Expand Down

0 comments on commit eec7aab

Please sign in to comment.