Nenad Stojanovic hace 5 años
padre
commit
a5f6388be5
Se han modificado 3 ficheros con 21 adiciones y 25 borrados
  1. 1
    1
      job_apply.php
  2. 0
    1
      style.css
  3. 20
    23
      styles/custom.css

+ 1
- 1
job_apply.php Ver fichero

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

+ 0
- 1
style.css Ver fichero

@@ -373,7 +373,6 @@ p .bold-team-info,
}
#contact:not(.our_partners)
{
padding-top: 0px;
margin-top: -53px;
}
#about-section,

+ 20
- 23
styles/custom.css Ver fichero

@@ -57,30 +57,27 @@ ul.bulleted-list {

/* 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{
display: block;
}

Cargando…
Cancelar
Guardar