LeireTedCas commited on
Commit
6b17023
1 Parent(s): 74e4f62

Update templates/ambulancias.html

Browse files
Files changed (1) hide show
  1. templates/ambulancias.html +16 -3
templates/ambulancias.html CHANGED
@@ -88,13 +88,26 @@
88
  <h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Barra de busqueda:</h2>
89
 
90
  <form action="{{url_for('ambulancias')}}" method="post">
91
-
92
 
93
 
94
 
95
- {% for titulo,url in text.items() %}
 
 
 
 
 
 
 
 
 
 
 
 
 
96
 
97
- <a href="{{url}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
98
  <br>
99
  <br>
100
  {% endfor %}
 
88
  <h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Barra de busqueda:</h2>
89
 
90
  <form action="{{url_for('ambulancias')}}" method="post">
91
+ <div style="display: flex; flex-direction: column; align-items: flex-start; width: 100%;">
92
 
93
 
94
 
95
+ {% for titulo,url in text.items() %}
96
+ <div style="display: flex; align-items: center; margin-bottom: 10px; width: 100%;">
97
+ <!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
98
+
99
+ <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;" onclick="location.href='{{ url }}'">
100
+ <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
101
+ <!--<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
102
+
103
+ </div>
104
+
105
+ <!--<input type="button" value="" style="background-color: white; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px;background-position: center;" onclick="location.href='{{ url }}'">-->
106
+
107
+ <br>
108
+ <hr style="width: 100%; margin: 0;">
109
 
110
+ <!--<a href="{{url}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>-->
111
  <br>
112
  <br>
113
  {% endfor %}