Commit 3fd70d27267227c06f1e940156dc7b788b3b6eef

Authored by Miguel Barao
1 parent 3119d587
Exists in master and in 1 other branch dev

- information icon on test.html

Showing 1 changed file with 6 additions and 4 deletions   Show diff stats
templates/test.html
@@ -135,12 +135,14 @@ @@ -135,12 +135,14 @@
135 % if q['type'] == 'information': 135 % if q['type'] == 'information':
136 <div class="panel panel-default drop-shadow"> 136 <div class="panel panel-default drop-shadow">
137 <div class="panel-heading"> 137 <div class="panel-heading">
  138 + <span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
138 Informação 139 Informação
139 </div> 140 </div>
140 - <div class="panel-body">  
141 - <h4> ${i+1}.</h4>  
142 - ${pretty(q['text'])}  
143 - </div> 141 + <div class="panel-body">
  142 + <!-- <div class="well danger drop-shadow"> -->
  143 + <h4> ${i+1}.</h4>
  144 + ${pretty(q['text'])}
  145 + </div>
144 </div> 146 </div>
145 % elif q['type'] == 'warning': 147 % elif q['type'] == 'warning':
146 <div class="alert alert-warning drop-shadow" role="alert"> 148 <div class="alert alert-warning drop-shadow" role="alert">