Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
fb13c0f1
Commit
fb13c0f1
authored
Apr 10, 2018
by
chenith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Styles updated for HT004/HT054.
parent
96db5cc0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
4 deletions
+19
-4
common.css
cmsWebApp/webroot/css/common.css
+17
-0
view_application_tab_applicant.jsp
...nsions/adminportal/inc/view_application_tab_applicant.jsp
+2
-4
No files found.
cmsWebApp/webroot/css/common.css
View file @
fb13c0f1
...
...
@@ -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
cmsWebApp/webroot/extensions/adminportal/inc/view_application_tab_applicant.jsp
View file @
fb13c0f1
...
...
@@ -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">
ⓘ
</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>
<%
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment