Commit 204922cd by Saliya Randunu

S12761998 # Client - Incoming Issues (raised by Client) #Limits on values

parent db5a1415
......@@ -67,6 +67,7 @@ header{
z-index: 1000;
}
.relative-parent {position: relative;}
.box-sizing-border-box { box-sizing: border-box;}
.clearboth {clear: both;}
.site-logo {
float: left;
......@@ -1698,7 +1699,7 @@ p.job-txt , p.job-txt span{
.apply-job-logo-header .logo-img {
display: inline-block;
width: 33%;
width: 30%;
border-right: 1px solid #D8D8D8;
padding-right: 40px;
float: left;
......@@ -1721,7 +1722,7 @@ p.job-txt , p.job-txt span{
font-size: 26px;
font-weight: bold;
line-height: 60px;
width: 66%;
width: 70%;
float: left;
}
......@@ -1731,6 +1732,10 @@ p.job-txt , p.job-txt span{
line-height: 45px;
}
.apply-job-logo-header.signinpage > div {
width: 80%;
}
.main-position-overview {
margin: 0 auto;
width: 57.3%;
......@@ -2031,6 +2036,7 @@ table.pos-table{
.welcome-header {
margin: 60px 0 53px ;
height: 40px;
box-sizing: border-box;
}
.welcome-title{
......@@ -2045,6 +2051,7 @@ table.pos-table{
font-weight: bold;
line-height: 40px;
padding-left: 35px;
width: 80%;
}
.welcome-aust-logo {
height: 40px;
......@@ -7290,10 +7297,10 @@ input{
}
.info-panel p{
line-height: 0.5;
line-height: 15px;
color: #7d7f82;
font-size: 10px;
padding-top: 5px;
margin: 10px 0;
}
.info-toggle{
......
......@@ -27,7 +27,7 @@
}
</style>
<div class="apply-job-logo-header">
<div>
<div class="box-sizing-border-box">
<div class="logo-img">
<%
BinaryContent logo = job.getLogo();
......
......@@ -96,7 +96,7 @@
}
</style>
<div class="apply-job-logo-header signinpage">
<div>
<div class="box-sizing-border-box">
<div class="logo-img">
<%
BinaryContent logo = job.getLogo();
......
......@@ -24,7 +24,7 @@
$(document.body).addClass('bg-color');
</script>
<div class="apply-job-logo-header signinpage">
<div>
<div class="box-sizing-border-box">
<div class="logo-img">
<%
BinaryContent logo = job.getLogo();
......
......@@ -123,7 +123,7 @@
</oneit:script>
<oneit:dynInclude page="/extensions/applicantportal/inc/multifieldtext.jsp" data="<%= CollectionUtils.EMPTY_MAP%>"/>
<div class="apply-job-logo-header signinpage">
<div>
<div class="box-sizing-border-box">
<div class="logo-img">
<%
BinaryContent logo = job.getLogo();
......
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