Ver Mensaje Individual
  #4 (permalink)  
Antiguo 11/04/2014, 14:00
Martine
 
Fecha de Ingreso: septiembre-2004
Mensajes: 362
Antigüedad: 19 años, 8 meses
Puntos: 1
Respuesta: Como arreglo este botón de formulario

Hola herzbazi, muchas gracias !

Aunque no me funcionó exactamente como lo recomendaste, si me sirvió de pista para saber por donde ir. Ahora lo veo bien en IE y en Chrome.

Esto fue lo que hice:

Cita:
.viv_form ol li {
display: inline-block;
vertical-align: middle;
padding-right: 6px;
line-height: 20px;
height: 37px;
}
Luego

Cita:
form.viv_form button,form.viv_form .buttons a.link {
background: #6a406a;
background: -moz-linear-gradient(top, #ffffff 0%, #ae79ae 0%, #865186 50%, #6a406a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(0%, #ae79ae), color-stop(50%, #865186), color-stop(100%, #6a406a));
background: -webkit-linear-gradient(top, #1e5799 0%, #ae79ae 0%, #865186 50%, #6a406a 100%);
background: -o-linear-gradient(top, #ffffff 0%, #ae79ae 0%, #865186 50%, #6a406a 100%);
background:-ms-linear-gradient(top, #ffffff 0%, #ae79ae 0%, #865186 50%, #6a406a 100%);
background:linear-gradient(to bottom, #ffffff 0%,#ae79ae 0%,#865186 50%,#6a406a 100%);
color: #ffffff;
font-size: 15px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
border: 2px solid #753a75;
padding: 5px 10px !important;
cursor: pointer;
font-weight: bold;
Y finalmente el texto recibe Gratis "Mentalidad de Exito" lo escribí así directamente en el documento:

Cita:
<div class="signup_form-home"> <!--Comienza Getresponse-->
<style>
li span { line-height: 37px; }
</style>
<form class="viv_form" accept-charset="utf-8" action="https://app.getresponse.com/add_contact_webform.html?u=BiMs" method="post">
<ol>
<li><strong><em><span>Recibe Gratis "Mentalidad de &Eacute;xito"</span></em></strong></li>
<li><input id="nombre" name="nombre" class="newtext" placeholder="*Primer Nombre" value="" type="text"></li>
<li><input id="email" name="email" class="newtext" placeholder="*Email" value="" type="text"></li>
<li class="buttons"><button type="submit" name="submit" value="1">QUIERO EL REPORTE! &raquo;</button></li>
</ol>
<input type="hidden" name="webform_id" value="2180303" />
</form>
</div>
__________________
Saludos,

Martin