Browse Source

fixes

master
Nenad Stojanovic 5 years ago
parent
commit
a5f6388be5
3 changed files with 21 additions and 25 deletions
  1. 1
    1
      job_apply.php
  2. 0
    1
      style.css
  3. 20
    23
      styles/custom.css

+ 1
- 1
job_apply.php View File

$mail->Port = 587; $mail->Port = 587;
$mail->Username = "contactus@dilig.net"; // SMTP username $mail->Username = "contactus@dilig.net"; // SMTP username
$mail->Password = "contactus#dlgnt"; // SMTP password $mail->Password = "contactus#dlgnt"; // SMTP password
$mail->SetFrom($email, 'Nikola Ignjatovic');
$mail->SetFrom($email, $name);
$data = substr($resume, strpos($resume, ",")); $data = substr($resume, strpos($resume, ","));
$filename = $resume_name; $filename = $resume_name;
$encoding = "base64"; $encoding = "base64";

+ 0
- 1
style.css View File

} }
#contact:not(.our_partners) #contact:not(.our_partners)
{ {
padding-top: 0px;
margin-top: -53px; margin-top: -53px;
} }
#about-section, #about-section,

+ 20
- 23
styles/custom.css View File



/* header end*/ /* header end*/


#back-to-top
{
position: fixed;
right: 16px;
bottom: 40px;
width: 0;
height: 0;
display: none;
border-right: 50px solid transparent;
border-left: 50px solid transparent;
border-bottom: 50px solid #993c95;
border-radius: 7px;
z-index: 99;
#back-to-top {
position: fixed;
right: 16px;
bottom: 40px;
width: 70px;
height: 50px;
display: none;
background-color: #993c95;
border-radius: 7px;
z-index: 99;
}

#back-to-top span {​​​​​​​​
position: relative;
top: 17px;
left: 29%;
font-size: 20px;
color: #fff;
}​​​​​​​​



}
#back-to-top span
{
position: relative;
top: 21px;
left: -15px;
font-size: 20px;
color: #fff;
}
#back-to-top.active{ #back-to-top.active{
display: block; display: block;
} }

Loading…
Cancel
Save