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
c1cb99e3
Commit
c1cb99e3
authored
Jun 04, 2019
by
nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
S37475913 # Client - Incoming Issues (raised by Client) #Align wrapping on Working Conditions
parent
b746b884
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
3 deletions
+18
-3
common.css
cmsWebApp/webroot/css/common.css
+15
-0
view_application_tab_applicant.jsp
...nsions/adminportal/inc/view_application_tab_applicant.jsp
+3
-3
No files found.
cmsWebApp/webroot/css/common.css
View file @
c1cb99e3
...
...
@@ -3435,6 +3435,21 @@ span.export-candidate,span.appli-status-short{
}
.culture-detail-row
{
position
:
relative
;
margin-top
:
0
;
margin-bottom
:
0
}
.culture-dot
{
position
:
absolute
;
top
:
16px
;}
.culture-text
{
padding-left
:
20px
;
position
:
absolute
;
top
:
0
;
width
:
75%
;
display
:
table
;
height
:
45px
;
}
.culture-text
.calcField
{
display
:
table-cell
;
vertical-align
:
middle
;
}
.culture-fit
.text-dot-dot
{
white-space
:
normal
;
overflow
:
visible
;}
.r-y-label
{
font-size
:
10px
;
...
...
cmsWebApp/webroot/extensions/adminportal/inc/view_application_tab_applicant.jsp
View file @
c1cb99e3
...
...
@@ -454,9 +454,9 @@
String dotClass = cultureNarrative != null && cultureNarrative.getColorCode() != null ? cultureNarrative.getColorCode().getDotCSSClass() : "";
%>
<div class="detail-tab-row" id="<%= ((CultureElement)tuple.get1()).getObjectID() %>">
<div class="detail-tab-row-title col-md-4 col-sm-4 col-xs-4">
<span class="common-dot <%= dotClass %>"></span>
<
oneit:toString value="<%= tuple.get1() %>" mode="EscapeHTML"/
>
<div class="detail-tab-row-title col-md-4 col-sm-4 col-xs-4
culture-detail-row
">
<span class="common-dot <%= dotClass %>
culture-dot
"></span>
<
span class="culture-text"><oneit:toString value="<%= tuple.get1() %>" mode="EscapeHTML"/></span
>
</div>
<div class="detail-tab-row-text col-md-8 col-sm-8 col-xs-8">
<oneit:toString value="<%= cultureNarrative %>" mode="EscapeHTML"/>
...
...
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