mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 00:50:29 +00:00
Added .chart-container
This commit is contained in:
parent
3efce777b5
commit
5f0e2b3f11
3 changed files with 31 additions and 0 deletions
|
@ -205,3 +205,11 @@ canvas#divDBChartBandwidthhourly {
|
|||
height: 350px!important;
|
||||
}
|
||||
|
||||
.chart-container {
|
||||
height: 150px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.table {
|
||||
margin-bottom: 0rem;
|
||||
}
|
||||
|
|
|
@ -215,3 +215,14 @@ pre.unstyled {
|
|||
font-size: 0.9rem!important;
|
||||
}
|
||||
|
||||
canvas#divDBChartBandwidthhourly {
|
||||
height: 350px!important;
|
||||
}
|
||||
|
||||
.chart-container {
|
||||
height: 150px;
|
||||
width: 200px;
|
||||
}
|
||||
.table {
|
||||
margin-bottom: 0rem;
|
||||
}
|
||||
|
|
|
@ -394,3 +394,15 @@ pre {
|
|||
font-size: 0.9rem!important;
|
||||
}
|
||||
|
||||
canvas#divDBChartBandwidthhourly {
|
||||
height: 350px!important;
|
||||
}
|
||||
|
||||
.chart-container {
|
||||
height: 150px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.table {
|
||||
margin-bottom: 0rem;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue