Commit df0dcb767270778147d147ce84beec58368eef40

Authored by Miguel Barão
1 parent 739d2532
Exists in master and in 1 other branch dev

- fixed uevora logo in the navigation bar

static/logo_horizontal10.png 0 → 100644

5.47 KB

templates/maintopics.html
... ... @@ -29,7 +29,7 @@
29 29 <body>
30 30 <nav class="navbar navbar-expand-sm fixed-top navbar-dark bg-primary">
31 31 <!-- <a class="navbar-brand" href="#"> -->
32   - <img src="/static/logo_horizontal.png" class="navbar-brand" height="48" alt="UEvora">
  32 + <img src="/static/logo_horizontal10.png" class="navbar-brand" alt="UEvora">
33 33 <!-- </a> -->
34 34 <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
35 35 <span class="navbar-toggler-icon"></span>
... ...
templates/topic.html
... ... @@ -59,7 +59,7 @@
59 59 <!-- Navbar -->
60 60 <nav class="navbar navbar-expand-sm fixed-top navbar-dark bg-primary">
61 61 <!-- <a class="navbar-brand" href="#"> -->
62   - <img src="/static/logo_horizontal.png" class="navbar-brand" height="48" alt="UEvora">
  62 + <img src="/static/logo_horizontal10.png" class="navbar-brand" alt="UEvora">
63 63 <!-- </a> -->
64 64 <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
65 65 <span class="navbar-toggler-icon"></span>
... ... @@ -87,7 +87,7 @@
87 87  
88 88 <!-- ===================================================================== -->
89 89 <div class="progress">
90   - <div class="progress-bar bg-warning" id="topic_progress" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="min-width: 1em;width: 0%"></div>
  90 + <div class="progress-bar bg-primary" id="topic_progress" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="min-width: 1em;width: 0%"></div>
91 91 </div>
92 92 <!-- ===================================================================== -->
93 93 <!-- main panel with questions -->
... ...