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
BUGS.md
1 1  
2 2 BUGS:
3 3  
  4 +- animação no final de cada topico para se perceber a transição
4 5 - aumentar espaço a seguir às tabelas no texto
5 6 - guardar state cada vez que topico termina
6 7 - tabs em textarea nao funcionam correctamente (insere 1 espaco em vez de 4)
... ...
templates/learn.html
... ... @@ -105,7 +105,7 @@
105 105 </div>
106 106  
107 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 109 </div>
110 110 </div> <!-- body -->
111 111 </div> <!-- main -->
... ...