Arreglos visuales en los formularios
git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_PROFIND_Aterrizaje/trunk@20 db07b8d6-80f3-1c4e-84de-227a4fed3af2
This commit is contained in:
parent
30ae7f8c40
commit
2d80b22972
@ -124,6 +124,10 @@ p {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.form-horizontal .controls.text_line {
|
||||
line-height: 30px
|
||||
}
|
||||
|
||||
.form-box {
|
||||
border: 1px solid #ddd;
|
||||
background: #f4f4f4;
|
||||
|
||||
@ -230,7 +230,7 @@
|
||||
<div class="control-group">
|
||||
<label class="control-label">Email:</label>
|
||||
<div class="controls text_line">
|
||||
<?php echo filter_var($_GET['email'], FILTER_SANITIZE_EMAIL); ?>
|
||||
<strong><?php echo filter_var($_GET['email'], FILTER_SANITIZE_EMAIL); ?></strong>
|
||||
<input type="hidden" id="FormularioCambiarPassword_email" name="FormularioCambiarPassword_email" value="<?php echo filter_var($_GET['email'], FILTER_SANITIZE_EMAIL); ?>">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user