LeireTedCas commited on
Commit
0804068
1 Parent(s): 6ea7e0a

Update templates/guia_visual.html

Browse files
Files changed (1) hide show
  1. templates/guia_visual.html +7 -5
templates/guia_visual.html CHANGED
@@ -81,18 +81,19 @@
81
  </h2>
82
  </div>
83
  <form action="{{url_for('guia_visual_trauma')}}" method="post">
 
84
  <!--<div style="text-align: left;">-->
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
 
88
  <!--<div style="text-align: left;">-->
89
  <!--<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 }}'">-->
90
- <!--<div style="display: flex; align-items: center;">
91
  <button style="background-color: white; border: none; padding: 0; margin-right: 15px; width: 60px;height: 60px;" onclick="location.href='{{ url }}'">
92
  <img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px;" onclick="location.href='{{ url }}'">
93
  </button>
94
  <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif; text-align: left; margin: 0;" >{{ titulo }}</strong>
95
- </div>-->
96
 
97
 
98
 
@@ -102,12 +103,13 @@
102
  <!--<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 }}'">
103
 
104
  <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
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: left center;" onclick="location.href='{{ url }}'">
106
- <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
107
 
108
  <br>
109
  <hr/>
110
  {% endfor %}
 
111
  <!--</div>-->
112
 
113
 
 
81
  </h2>
82
  </div>
83
  <form action="{{url_for('guia_visual_trauma')}}" method="post">
84
+ <div style="display: flex; align-items: center;">
85
  <!--<div style="text-align: left;">-->
86
+ {% for titulo, url in guia_visual.items() %}
87
  <!--<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 }}'">-->
88
 
89
  <!--<div style="text-align: left;">-->
90
  <!--<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 }}'">-->
91
+ <!--<div style="display: flex; align-items: center;">-->
92
  <button style="background-color: white; border: none; padding: 0; margin-right: 15px; width: 60px;height: 60px;" onclick="location.href='{{ url }}'">
93
  <img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px;" onclick="location.href='{{ url }}'">
94
  </button>
95
  <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif; text-align: left; margin: 0;" >{{ titulo }}</strong>
96
+
97
 
98
 
99
 
 
103
  <!--<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 }}'">
104
 
105
  <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
106
+ <!--<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: left center;" onclick="location.href='{{ url }}'">
107
+ <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
108
 
109
  <br>
110
  <hr/>
111
  {% endfor %}
112
+ </div>
113
  <!--</div>-->
114
 
115