Spaces:
Sleeping
Sleeping
Commit
·
417a7b8
1
Parent(s):
b28c188
Update templates/buscador_admision.html
Browse files
templates/buscador_admision.html
CHANGED
|
@@ -41,7 +41,7 @@
|
|
| 41 |
max-width: 75%;
|
| 42 |
height: auto;
|
| 43 |
cursor: pointer;
|
| 44 |
-
|
| 45 |
.text {
|
| 46 |
font-size: 36px; /* Tamaño de letra deseado */
|
| 47 |
}
|
|
@@ -97,7 +97,7 @@
|
|
| 97 |
</h2>
|
| 98 |
</div>
|
| 99 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Barra de busqueda:</h2>
|
| 100 |
-
<form action="{{url_for('
|
| 101 |
<!--<input type="search" name="busqueda" placeholder="Escriba aquí la busqueda a realizar" style="box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);width: 70%; border:3px solid black; border-radius: 10px;font-size: 1.5rem;" required="required">
|
| 102 |
<button type="submit" class="btn btn-primary btn-block btn-large" style="padding-bottom: 1%;width:4%;background-color: rgb(0, 128, 255);border:1px solid white; border-radius: 30%;box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);"> <img src="{{ user_image4 }}" alt="" style="max-width:100%;padding-bottom: 0.5%;"> </button>
|
| 103 |
<br>-->
|
|
|
|
| 41 |
max-width: 75%;
|
| 42 |
height: auto;
|
| 43 |
cursor: pointer;
|
| 44 |
+
}
|
| 45 |
.text {
|
| 46 |
font-size: 36px; /* Tamaño de letra deseado */
|
| 47 |
}
|
|
|
|
| 97 |
</h2>
|
| 98 |
</div>
|
| 99 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Barra de busqueda:</h2>
|
| 100 |
+
<form action="{{url_for('buscador_admision')}}" method="post">
|
| 101 |
<!--<input type="search" name="busqueda" placeholder="Escriba aquí la busqueda a realizar" style="box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);width: 70%; border:3px solid black; border-radius: 10px;font-size: 1.5rem;" required="required">
|
| 102 |
<button type="submit" class="btn btn-primary btn-block btn-large" style="padding-bottom: 1%;width:4%;background-color: rgb(0, 128, 255);border:1px solid white; border-radius: 30%;box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);"> <img src="{{ user_image4 }}" alt="" style="max-width:100%;padding-bottom: 0.5%;"> </button>
|
| 103 |
<br>-->
|