Commit 204922cd by Saliya Randunu

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

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