Skip to content

Commit

Permalink
SAK-40052 - Question progress bar is not visible due to a previous pa…
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmerino authored and jonespm committed Jun 12, 2018
1 parent 30f101b commit 9fc9b92
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions samigo/samigo-app/src/webapp/jsf/delivery/deliverAssessment.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,10 @@
border-color: light grey;
}
#delivPageWrapper
{
width: 100%
float: left;
}
#delivAssessmentWrapper
{
width: 96%;
float: left;
}
</style>

Expand Down Expand Up @@ -102,7 +97,7 @@
</div>

<div class="portletBody Mrphs-sakai-samigo">
<h:outputText value="<div style='#{delivery.settings.divBgcolor};#{delivery.settings.divBackground}'>" escape="false"/>
<div>

<!-- content... -->
<h:form id="takeAssessmentForm" enctype="multipart/form-data"
Expand Down Expand Up @@ -301,7 +296,7 @@ document.links[newindex].onclick();
</h:panelGroup>

<div id="delivPageWrapper">
<div id="delivAssessmentWrapper">
<h:outputText value="<div id='delivAssessmentWrapper' style='#{delivery.settings.divBgcolor};#{delivery.settings.divBackground}'>" escape="false"/>

<!-- IF A SECURE DELIVERY MODULE HAS BEEN SELECTED, INJECT ITS HTML FRAGMENT (IF ANY) HERE -->
<h:outputText value="#{delivery.secureDeliveryHTMLFragment}" escape="false" />
Expand Down

0 comments on commit 9fc9b92

Please sign in to comment.