LeireTedCas commited on
Commit
d1a5513
1 Parent(s): 92fab3c

Update templates/buscador_admision1.html

Browse files
Files changed (1) hide show
  1. templates/buscador_admision1.html +5 -3
templates/buscador_admision1.html CHANGED
@@ -32,6 +32,7 @@
32
  .element {
33
  text-align: center;
34
  max-height: 100%;
 
35
  }
36
  img {
37
  max-width: 15%;
@@ -98,12 +99,13 @@
98
  <button type="submit" class="btn btn-primary btn-block btn-large" style="padding-bottom: 1%; width: 50px; 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); height: 50px;"><img src="{{ user_image4 }}" alt="" style="max-width: 100%; height: 100%; padding-bottom: 0.5%;"></button>
99
  </div>
100
  <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
101
- <div style="display: flex; flex-direction: column; align-items: flex-start; width: 100%;">
102
  {% for titulo,link in result_busqueda.items() %}
 
 
103
  <!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
104
 
105
- <input type="button" value="" style="background-color: white; font-size: 2.5rem; width: 60px; height: 60px; margin-right: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px; background-position: center;" href='{{ link }}'">
106
- <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
107
  <!--<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
108
 
109
  </div>
 
32
  .element {
33
  text-align: center;
34
  max-height: 100%;
35
+ color: #333;
36
  }
37
  img {
38
  max-width: 15%;
 
99
  <button type="submit" class="btn btn-primary btn-block btn-large" style="padding-bottom: 1%; width: 50px; 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); height: 50px;"><img src="{{ user_image4 }}" alt="" style="max-width: 100%; height: 100%; padding-bottom: 0.5%;"></button>
100
  </div>
101
  <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
 
102
  {% for titulo,link in result_busqueda.items() %}
103
+ <div style="display: flex; align-items: center; margin-bottom: 10px; width: 100%;">
104
+
105
  <!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
106
 
107
+ <input type="button" value="" style="background-color: white; font-size: 2.5rem; width: 60px; height: 60px; margin-right: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px; background-position: center;" href='{{ link }}'">
108
+ <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
109
  <!--<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
110
 
111
  </div>