Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
dashboard nav
Browse files Browse the repository at this point in the history
  • Loading branch information
elouanjef committed Jan 26, 2024
1 parent 20b5396 commit 2576488
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17 deletions.
13 changes: 3 additions & 10 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,9 @@ <h5 class="modal-title" id="alertModalLabel"></h5>

<style>
.border-bottom-nav {
border-bottom: 2px solid #FFF; /* Remplacez "yourColor" par la couleur souhaitée en format hexadécimal, RVB, ou autre */
border-bottom: 2px solid #FFF;
}

.dropdown-menu-right {
right: 0;
left: auto;
Expand Down Expand Up @@ -326,11 +327,7 @@ <h5 class="modal-title" id="alertModalLabel"></h5>
text-align: center;
}

#addTemplateCard {
cursor: pointer;
}

#addUserCard, #addVMOutCard {
#addUserCard, #addVMOutCard, #addTemplateCard, a:hover {
cursor: pointer;
}

Expand All @@ -353,10 +350,6 @@ <h5 class="modal-title" id="alertModalLabel"></h5>
a {
color: inherit;
}

a:hover {
cursor: pointer;
}
</style>
{% block content %}{% endblock %}
</body>
Expand Down
10 changes: 5 additions & 5 deletions templates/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,14 +249,14 @@
});
</script>

<br>

<div class="container">
<div class="row">
<div class="col-md-10">
<ul class="nav nav-tabs">
<li class="nav-item">
<a class="nav-link active" data-toggle="tab" href="#rubrique1">Machines virtuelles disponibles</a>
</li>
</ul>
<nav class="nav nav-pills nav-justified">
<a class="nav-item nav-link active" data-toggle="tab" href="#rubrique1">Machines virtuelles disponibles</a>
</nav>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
<style>
.border-bottom-nav {
border-bottom: 2px solid #FFF; /* Remplacez "yourColor" par la couleur souhaitée en format hexadécimal, RVB, ou autre */
border-bottom: 2px solid #FFF;
}

.cards {
display: flex;
flex-wrap: wrap;
Expand Down

0 comments on commit 2576488

Please sign in to comment.