Commit fb13c0f1 by chenith

Styles updated for HT004/HT054.

parent 96db5cc0
...@@ -6170,3 +6170,19 @@ input{ ...@@ -6170,3 +6170,19 @@ input{
font-size: 10px; font-size: 10px;
padding-top: 5px; 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 @@ ...@@ -74,8 +74,6 @@
}); });
tabToggle("#tab1", ".role-fit"); tabToggle("#tab1", ".role-fit");
$("#accordion-1" ).accordion();
}); });
</script> </script>
<div class="main-applicant-content dashboard-content-area v-applicant-area "> <div class="main-applicant-content dashboard-content-area v-applicant-area ">
...@@ -473,7 +471,7 @@ ...@@ -473,7 +471,7 @@
if(answer.getNotes()!=null) 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; &#9432;
</span> </span>
<% <%
...@@ -485,7 +483,7 @@ ...@@ -485,7 +483,7 @@
if(answer.getNotes()!=null) 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"/> <oneit:toString value="<%= answer.getNotes() %>" mode="ParagraphHTML"/>
</div> </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