LeireTedCas commited on
Commit
7ce24a3
1 Parent(s): cb32657

Update templates/protocolo.html

Browse files
Files changed (1) hide show
  1. templates/protocolo.html +19 -3
templates/protocolo.html CHANGED
@@ -85,13 +85,29 @@
85
 
86
 
87
  {% for titulo,url in protocolos.items() %}
 
 
 
 
 
 
 
 
 
 
 
 
 
88
 
89
- <a href="{{url}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
90
  <br>
91
  <br>
92
- <hr/>
93
  {% endfor %}
94
-
 
 
 
 
95
 
96
  </form>
97
 
 
85
 
86
 
87
  {% for titulo,url in protocolos.items() %}
88
+ <div style="display: flex; align-items: center; margin-bottom: 10px; width: 100%;">
89
+ <!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
90
+
91
+ <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 }}'">
92
+ <strong style="font-size: 2rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
93
+ <!--<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
94
+
95
+ </div>
96
+
97
+ <!--<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 }}'">-->
98
+
99
+ <br>
100
+ <hr style="width: 100%; margin: 0;">
101
 
102
+ <!--<a href="{{url}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>-->
103
  <br>
104
  <br>
 
105
  {% endfor %}
106
+ <!--<a href="{{url}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
107
+ <br>
108
+ <br>
109
+ <hr/>-->
110
+
111
 
112
  </form>
113