LeireTedCas commited on
Commit
97731ae
1 Parent(s): 8a102c2

Update templates/guia_visual.html

Browse files
Files changed (1) hide show
  1. templates/guia_visual.html +3 -2
templates/guia_visual.html CHANGED
@@ -81,20 +81,21 @@
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>
 
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; justify-content: flex-start;">
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
+ <!--<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
92
 
93
  </div>
94
 
95
  <!--<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 }}'">-->
96
 
97
  <br>
98
+ <hr>
99
  {% endfor %}
100
 
101
  </div>