- Arreglos css
- Mejorar formularios para especificar tipos de campo (email) git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_PROFIND_Aterrizaje/trunk@22 db07b8d6-80f3-1c4e-84de-227a4fed3af2
This commit is contained in:
parent
0cb1c8262d
commit
b42170028d
@ -13,7 +13,8 @@
|
||||
color: #222;
|
||||
border-width: 0px 0px 0px 0px !important;
|
||||
}
|
||||
input[type="text"], select, textarea {
|
||||
input[type="text"], input[type="email"], input[type="password"],
|
||||
select, textarea {
|
||||
width: 210px;
|
||||
}
|
||||
|
||||
@ -55,7 +56,8 @@
|
||||
margin-left: 140px;
|
||||
}
|
||||
|
||||
input[type="text"], input[type="password"], select, textarea {
|
||||
input[type="text"], input[type="email"], input[type="password"],
|
||||
select, textarea {
|
||||
width: 90% !important;
|
||||
}
|
||||
}
|
||||
@ -90,7 +92,8 @@
|
||||
margin-left: 140px;
|
||||
}
|
||||
|
||||
input[type="text"], input[type="password"], select, textarea {
|
||||
input[type="text"], input[type="email"], input[type="password"],
|
||||
select, textarea {
|
||||
width: 80% !important;
|
||||
}
|
||||
|
||||
@ -98,7 +101,7 @@
|
||||
|
||||
/*----------------------------------------*/
|
||||
/* Monitores */
|
||||
@media only screen and (min-width: 1200px) {
|
||||
@media only screen and (min-width: 1025px) {
|
||||
.row {
|
||||
margin-left: -20px;
|
||||
zoom: 1;
|
||||
|
||||
@ -52,7 +52,7 @@
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="FormularioLogin_email">Email:</label>
|
||||
<div class="controls">
|
||||
<input type="text" class="input-large" id="FormularioLogin_email" name="FormularioLogin_email">
|
||||
<input type="email" class="input-large" id="FormularioLogin_email" name="FormularioLogin_email">
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
@ -84,7 +84,7 @@
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="FormularioRegistro_email">Email:</label>
|
||||
<div class="controls">
|
||||
<input type="text" class="input-large" id="FormularioRegistro_email" name="FormularioRegistro_email">
|
||||
<input type="email" class="input-large" id="FormularioRegistro_email" name="FormularioRegistro_email">
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user