Update static/css/style.css
This commit is contained in:
parent
12be020717
commit
418dba4bb6
1 changed files with 139 additions and 89 deletions
|
|
@ -252,7 +252,6 @@ canvas {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
.bgprtv-container {
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
|
|
@ -289,7 +288,7 @@ canvas {
|
|||
}
|
||||
#bgprtv-mynetwork {
|
||||
width: 100%;
|
||||
min-height: 60vh; /* Geef de container een goede minimale hoogte */
|
||||
min-height: 60vh;
|
||||
height: 60vh;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 8px;
|
||||
|
|
@ -297,18 +296,7 @@ canvas {
|
|||
}
|
||||
#bgprtv-mynetwork .vis-network,
|
||||
#bgprtv-mynetwork canvas {
|
||||
height: 100% !important; /* Forceer het canvas om de container te vullen */
|
||||
}
|
||||
.bgprtv-legend-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
gap: 25px;
|
||||
padding: 10px;
|
||||
margin-bottom: 20px;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 8px;
|
||||
background-color: #fff;
|
||||
height: 100% !important;
|
||||
}
|
||||
.bgprtv-legend-item {
|
||||
display: flex;
|
||||
|
|
@ -342,3 +330,65 @@ canvas {
|
|||
.bgprtv-legend-node.alt-path-node {
|
||||
background-color: #D6DBDF;
|
||||
}
|
||||
|
||||
.bgprtv-legend-line.multipath {
|
||||
border-top: 2px solid #F39C12;
|
||||
}
|
||||
|
||||
.bgprtv-legend-node.multipath-node {
|
||||
background-color: #FDEBD0;
|
||||
}
|
||||
|
||||
.bgprtv-filter-title {
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.bgprtv-legend-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
gap: 15px 25px;
|
||||
padding: 15px;
|
||||
margin-bottom: 20px;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 8px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.bgprtv-filter-container {
|
||||
flex-basis: 100%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 15px;
|
||||
margin-top: 10px;
|
||||
padding-top: 10px;
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
|
||||
#bgprtv-filter-controls {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 10px 15px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#bgprtv-filter-controls label {
|
||||
margin: 0;
|
||||
font-weight: normal;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.bgprtv-filter-separator {
|
||||
display: inline-block;
|
||||
border-left: 1px solid #ccc;
|
||||
height: 16px;
|
||||
margin: 0 5px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue