Skip to content

Commit

Permalink
SAK-30985 No "X" button in grading lightbox window (sakaiproject#4299)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecebe authored and ern committed May 16, 2017
1 parent ac3543d commit 0aff5c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions msgcntr/messageforums-app/src/webapp/css/msgcntr.css
Original file line number Diff line number Diff line change
Expand Up @@ -674,3 +674,10 @@ div.msgcntr-profile-qtip {
#synopticForm\:myWorkspaceUnread\:myWorkspaceTable .siteHeader{
width:60%;
}

/* Styles for modal */
.close-button {
float: right;
cursor: pointer;
font-size: 20px !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@
</script>
<script type="text/javascript" src="/library/js/spinner.js"></script>

<h3><h:outputText value="#{msgs.cdfm_grade_msg}" /></h3>
<span class="close-button fa fa-times" onClick="clearFormHiddenParams_msgForum('msgForum');SPNR.disableControlsAndSpin(this, null);closeDialogBoxIfExists();" aria-label="<h:outputText value="#{msgs.close_window}" />"></span>
<h3><h:outputText value="#{msgs.cdfm_grade_msg}" /></h3>
<h4>
<h:outputText value="#{ForumTool.selectedForum.forum.title}" />
<h:outputText value=" #{msgs.cdfm_dash} " rendered="#{!empty ForumTool.selectedTopic}"/>
Expand Down

0 comments on commit 0aff5c9

Please sign in to comment.