mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Storage legend layout (fix #3108)
This commit is contained in:
parent
bac7c05e4b
commit
9e01d1d13c
2 changed files with 13 additions and 14 deletions
|
|
@ -403,6 +403,18 @@ path.link {
|
|||
width: 400px;
|
||||
}
|
||||
|
||||
.ntop-progress-stacked-legend {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.ntop-progress-stacked-legend > span span:not(:first-child) {
|
||||
/* font-size: 0.8em; */
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.ntop-progress-stacked-legend > span:not(:first-child) {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
/* /\* ntop fix: Keep old behaviour after commit https://github.com/twbs/bootstrap/commit/a15c24410be8b94671dcfc3b154e0034a3aaf35f *\/ */
|
||||
/* .form-inline .input-group .input-group-addon { */
|
||||
|
|
@ -436,19 +448,6 @@ path.link {
|
|||
/* background-color: #EFEFEF !important; */
|
||||
/* } */
|
||||
|
||||
/* .stacked-progress-legend { */
|
||||
/* margin-top: 4px; */
|
||||
/* } */
|
||||
|
||||
/* .stacked-progress-legend > span span:not(:first-child) { */
|
||||
/* font-size: 0.8em; */
|
||||
/* margin-left: 3px; */
|
||||
/* } */
|
||||
|
||||
/* .stacked-progress-legend > span:not(:first-child) { */
|
||||
/* margin-left: 20px; */
|
||||
/* } */
|
||||
|
||||
/* CSS for eBPF process charts */
|
||||
.link {
|
||||
fill: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue