Commit fb13c0f1 by chenith

Styles updated for HT004/HT054.

parent 96db5cc0
......@@ -6169,4 +6169,20 @@ input{
color: #7d7f82;
font-size: 10px;
padding-top: 5px;
}
.info-toggle{
padding-left: 10px;
display: inline-block;
font-weight: bold;
font-size: 15px;
}
.info-panel{
padding: 0 31.5%;
display: none;
background-color: white;
overflow: hidden;
color: #7d7f82;
font-size: 10px;
}
\ No newline at end of file
......@@ -74,8 +74,6 @@
});
tabToggle("#tab1", ".role-fit");
$("#accordion-1" ).accordion();
});
</script>
<div class="main-applicant-content dashboard-content-area v-applicant-area ">
......@@ -473,7 +471,7 @@
if(answer.getNotes()!=null)
{
%>
<span class="info-toggle" style="padding-left: 10px; display: inline-block; font-weight: bold; font-size: 15px;">
<span class="info-toggle">
&#9432;
</span>
<%
......@@ -485,7 +483,7 @@
if(answer.getNotes()!=null)
{
%>
<div class="tab-row info-panel" style=" padding: 0 31.5%; display: none; background-color: white;overflow: hidden; color: #7d7f82; font-size: 10px; ">
<div class="tab-row info-panel">
<oneit:toString value="<%= answer.getNotes() %>" mode="ParagraphHTML"/>
</div>
<%
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment