LeireTedCas commited on
Commit
8a102c2
1 Parent(s): 30735af

Update templates/guia_visual.html

Browse files
Files changed (1) hide show
  1. templates/guia_visual.html +6 -6
templates/guia_visual.html CHANGED
@@ -81,20 +81,20 @@
81
  </h2>
82
  </div>
83
  <form action="{{url_for('guia_visual_trauma')}}" method="post">
84
- <div style="display: flex; align-items: center;">
85
  {% for titulo, url in guia_visual.items() %}
86
  <!--<input type="button" value="" style="background-color: black; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; src= "{{ abrir }}"; background-repeat: no-repeat; background-size: 40px 40px;"onclick="location.href='{{ url }}'">-->
87
- <div style="display: flex; align-items: center;">
88
  <!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
89
  <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 }}'">
90
  <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
91
 
92
- </div>
93
 
94
  <!--<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 }}'">-->
95
 
96
- <br>
97
- <hr/>
98
  {% endfor %}
99
 
100
  </div>
@@ -116,7 +116,7 @@
116
 
117
 
118
 
119
- </form>
120
 
121
 
122
 
 
81
  </h2>
82
  </div>
83
  <form action="{{url_for('guia_visual_trauma')}}" method="post">
84
+ <div style="display: flex; flex-direction: column; align-items: center;">
85
  {% for titulo, url in guia_visual.items() %}
86
  <!--<input type="button" value="" style="background-color: black; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; src= "{{ abrir }}"; background-repeat: no-repeat; background-size: 40px 40px;"onclick="location.href='{{ url }}'">-->
87
+ <div style="display: flex; align-items: center; margin-bottom: 10px;">
88
  <!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
89
  <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 }}'">
90
  <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
91
 
92
+ </div>
93
 
94
  <!--<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 }}'">-->
95
 
96
+ <br>
97
+ <hr/>
98
  {% endfor %}
99
 
100
  </div>
 
116
 
117
 
118
 
119
+ </form>
120
 
121
 
122