Merge branch 'main' of gitlab.fdmci.hva.nl:propedeuse-hbo-ict/onderwijs/2023-2024/out-a-se-ti/blok-3/qaajeeqiinii59
This commit is contained in:
@@ -205,43 +205,109 @@ body {
|
|||||||
top: 0; /* Position it at the very top */
|
top: 0; /* Position it at the very top */
|
||||||
width: 100%; /* Make it span the full width of the page */
|
width: 100%; /* Make it span the full width of the page */
|
||||||
z-index: 1000; /* Make sure it's above all other elements */
|
z-index: 1000; /* Make sure it's above all other elements */
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-nav {
|
.navbar-nav {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center; /* Center the links horizontally */
|
justify-content: center; /* Center the links horizontally */
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%; /* Make it span the full width of the navbar */
|
width: 100%; /* Make it span the full width of the navbar */
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-item {
|
.nav-item {
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-link {
|
.nav-link {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plotly-container {
|
.container {
|
||||||
width: 100%;
|
|
||||||
float: bottom;
|
|
||||||
padding: 1vw;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
.js-plotly-plot {
|
align-self: center;
|
||||||
width: 90%;
|
border: 3px solid #ccc;
|
||||||
|
border-radius: 10px;
|
||||||
|
margin: 20px;
|
||||||
|
padding: 20px;
|
||||||
|
width: 95%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.data-types {
|
||||||
|
flex: 1;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: flex-start;
|
||||||
|
margin-right: 60px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
font-size: 0.8em;
|
||||||
|
padding: 8px;
|
||||||
|
border-radius: 5px;
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.filters {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
width: 100%;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.date-filter {
|
||||||
|
flex: 1;
|
||||||
|
text-align: center;
|
||||||
|
margin-right: 60px;
|
||||||
|
font-size: 1.2em; /* Increase font size for a bigger appearance */
|
||||||
|
padding: 8px;
|
||||||
|
border-radius: 5px; /* Add border radius for a rounded look */
|
||||||
|
background-color: #f0f0f0; /* Light background color for contrast */
|
||||||
|
}
|
||||||
|
|
||||||
|
.node-filter {
|
||||||
|
flex: 1;
|
||||||
|
margin: auto;
|
||||||
|
text-align: center;
|
||||||
|
margin-right: 60px;
|
||||||
|
align-content: center;
|
||||||
|
font-size: 1.2em; /* Increase font size for a bigger appearance */
|
||||||
|
padding: 8px;
|
||||||
|
border-radius: 5px; /* Add border radius for a rounded look */
|
||||||
|
background-color: #f0f0f0; /* Light background color for contrast */
|
||||||
|
}
|
||||||
|
|
||||||
|
.filter-button {
|
||||||
|
width: 10%;
|
||||||
|
background-color: #007bff;
|
||||||
|
color: white;
|
||||||
|
padding: 10px;
|
||||||
|
border: none;
|
||||||
|
border-radius: 5px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.js-plotly-plot {
|
||||||
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
align-self: center center;
|
||||||
|
}
|
||||||
.disabled {
|
/* Additional styling as needed */
|
||||||
opacity: 0;
|
|
||||||
height: 0;
|
.graphBody {
|
||||||
|
display: flex;
|
||||||
}
|
padding: 10px;
|
||||||
|
border: 3px solid #ccc;
|
||||||
|
border-radius: 10px;
|
||||||
|
justify-content: center;
|
||||||
|
width: 95%;
|
||||||
|
height: 100%;
|
||||||
|
align-content: center;
|
||||||
|
align-self: center;
|
||||||
|
}
|
||||||
|
|
Reference in New Issue
Block a user