Commit 6de2ef49c6f7c9da4426b668f88347ea3319ad67

Authored by Miguel Barão
1 parent 29c8b4cb
Exists in master and in 1 other branch dev

- added tooltip in the submit button

Showing 2 changed files with 2 additions and 1 deletions   Show diff stats
1 1
2 BUGS: 2 BUGS:
3 3
  4 +- animação no final de cada topico para se perceber a transição
4 - aumentar espaço a seguir às tabelas no texto 5 - aumentar espaço a seguir às tabelas no texto
5 - guardar state cada vez que topico termina 6 - guardar state cada vez que topico termina
6 - tabs em textarea nao funcionam correctamente (insere 1 espaco em vez de 4) 7 - tabs em textarea nao funcionam correctamente (insere 1 espaco em vez de 4)
templates/learn.html
@@ -105,7 +105,7 @@ @@ -105,7 +105,7 @@
105 </div> 105 </div>
106 106
107 </form> 107 </form>
108 - <button class="btn btn-primary" id="submit">Continuar</button> 108 + <button class="btn btn-primary" id="submit" data-toggle="tooltip" data-placement="right" title="Shift-Enter">Continuar</button>
109 </div> 109 </div>
110 </div> <!-- body --> 110 </div> <!-- body -->
111 </div> <!-- main --> 111 </div> <!-- main -->