Commit a353168ea3343ff386e93808a5351be9e200c534
Exists in
master
and in
1 other branch
Merge branch 'master' into dev
Showing
1 changed file
with
13 additions
and
10 deletions
Show diff stats
aprendizations/templates/maintopics-table.html
@@ -60,21 +60,24 @@ | @@ -60,21 +60,24 @@ | ||
60 | 60 | ||
61 | <div id="notifications"></div> | 61 | <div id="notifications"></div> |
62 | 62 | ||
63 | - <div class="alert alert-warning alert-dismissible fade show" role="alert"> | ||
64 | - <p><strong>Legenda:</strong></p> | ||
65 | - <p class="ml-3"> | ||
66 | - <i class="fas fa-book"></i> - Material de estudo<br> | ||
67 | - <i class="fas fa-pencil-alt"></i> - Exercícios<br> | ||
68 | - <i class="fas fa-puzzle-piece"></i> - Tópico que não faz parte dos objectivos deste curso mas que é necessário saber<br> | ||
69 | - <i class="fas fa-flag"></i> - Milestone, terminou um certo conjunto de tópicos | ||
70 | - </p> | ||
71 | - | 63 | + <div class="alert alert-warning alert-dismissible fade show" role="warning"> |
64 | + <h5 class="my-3">Legenda:</h5> | ||
65 | + <dl class="row ml-3"> | ||
66 | + <dt class="my-0 col-sm-1"><i class="fas fa-book"></i></dt> | ||
67 | + <dd class="my-0 col-sm-11">Material de estudo</dd> | ||
68 | + <dt class="my-0 col-sm-1"><i class="fas fa-pencil-alt"></i></dt> | ||
69 | + <dd class="my-0 col-sm-11">Exercícios</dd> | ||
70 | + <dt class="my-0 col-sm-1"><i class="fas fa-puzzle-piece"></i></dt> | ||
71 | + <dd class="my-0 col-sm-11">Não faz parte deste curso mas é necessário saber</dd> | ||
72 | + <dt class="my-0 col-sm-1"><i class="fas fa-flag"></i></dt> | ||
73 | + <dd class="my-0 col-sm-11">Milestone (terminou um certo conjunto de tópicos)</dd> | ||
74 | + </dl> | ||
72 | <button type="button" class="close" data-dismiss="alert" aria-label="Close"> | 75 | <button type="button" class="close" data-dismiss="alert" aria-label="Close"> |
73 | <span aria-hidden="true">×</span> | 76 | <span aria-hidden="true">×</span> |
74 | </button> | 77 | </button> |
75 | </div> | 78 | </div> |
76 | 79 | ||
77 | - <h4 class="p-4">{{ course['title'] }}</h4> | 80 | + <h1 class="display-5 p-4">{{ course['title'] }}</h1> |
78 | 81 | ||
79 | <table class="table table-hover"> | 82 | <table class="table table-hover"> |
80 | <thead class=""> | 83 | <thead class=""> |