git-svn-id: https://192.168.0.254/svn/Proyectos.Uecko_Web/trunk@2 8c1a5cbb-1905-e346-a7f4-bd4d5d3abd07
36 lines
616 B
CSS
36 lines
616 B
CSS
|
|
.contacto .form input[type="text"]{
|
|
padding-left: 39px;
|
|
margin-bottom: 10px;
|
|
color: white;
|
|
height: 29px;
|
|
border-radius: 3px;
|
|
width: 89%;
|
|
}
|
|
|
|
.contacto .form input.nombre{
|
|
background: url('../img/formname.png') #2e3740 no-repeat 5px;
|
|
}
|
|
|
|
.contacto .form input.mail{
|
|
background: url('../img/formmail.png') #2e3740 no-repeat 5px;
|
|
}
|
|
|
|
.contacto .form input.telefono{
|
|
background: url('../img/formphone.png') #2e3740 no-repeat 5px;
|
|
}
|
|
.contacto .form textarea.mensage{
|
|
background: #2e3740;
|
|
}
|
|
|
|
|
|
.contacto .form textarea{
|
|
padding: 11px;
|
|
width: 89%;
|
|
margin: 0;
|
|
border-radius: 3px;
|
|
height: 113px;
|
|
color: #fff;
|
|
}
|
|
|