German Correa
9bb8198f1e
Agrega librerias y temas gráficos de forma local, no cdn, directorio local lib Formulario de registro: - select se hacen con select2, falta validarlos - validación de nombre, apellido y mail ya funcionando con jquery-validate - arregla temas gráficos y de presentación FALTA: - validar los select - validar los radiobutton - TODA LA PUTA LOGICA DE BACK-END DE NUEVO!!!
16 lines
486 B
CSS
16 lines
486 B
CSS
#field { margin-left: .5em; float: left; }
|
|
#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }
|
|
br { clear: both; }
|
|
input { border: 1px solid black; margin-bottom: .5em; }
|
|
input.error { border: 1px solid red; }
|
|
label.error {
|
|
background: url('images/unchecked.gif') no-repeat;
|
|
padding-left: 16px;
|
|
margin-left: .3em;
|
|
}
|
|
label.valid {
|
|
background: url('images/checked.gif') no-repeat;
|
|
display: block;
|
|
width: 16px;
|
|
height: 16px;
|
|
} |