Skip to content

Commit 397cbdd

Browse files
Guillaume De Saint MartinGuillaumeDSM
authored andcommitted
force footer color
1 parent 5a93668 commit 397cbdd

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Services/Interfaces/web_interface/static/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ body:before {
6565
max-width: 2.5rem;
6666
}
6767

68-
.navbar.navbar-dark, .page-footer {
68+
.navbar.navbar-dark, footer.page-footer .footer-copyright {
6969
background-color: #C62828;
7070
}
7171

Services/Interfaces/web_interface/templates/config.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,8 @@
2020
{% block body %}
2121
<div class="row mt-md-4 mt-2">
2222
<nav class="mt-md-4 mt-2 col-md-3 col-lg-2 col-1 d-block sidebar shadow">
23-
<div class="sidebar-sticky">
24-
<div class="nav-title d-none d-md-block">
25-
<h5>Profile: </h5>
26-
<h4>Default</h4>
27-
</div>
28-
<div class="nav flex-column bordered mt-0 mt-md-4" id="v-tab" role="tablist" aria-orientation="vertical">
23+
<div class="sidebar-sticky mt-0 pt-0">
24+
<div class="nav flex-column bordered pt-0 mt-0 mt-md-4" id="v-tab" role="tablist" aria-orientation="vertical">
2925
<a class="nav-link pl-2 pl-sm-3 waves-effect d-flex active" id="panelEvaluators-tab" data-toggle="pill" href="#panelEvaluators" role="tab" aria-controls="panelEvaluators" aria-selected="true">
3026
<i class="fab fa-octopus-deploy"></i><span class="d-none d-md-block pl-3">Strategies</span>
3127
</a>

0 commit comments

Comments
 (0)