Dashboard widget + data usage styles

This commit is contained in:
billz 2020-02-02 11:37:23 +00:00
parent 7cecb1d1af
commit 631963dfdf
1 changed files with 12 additions and 2 deletions

View File

@ -6,8 +6,9 @@ body {
margin: 20px 0 20px; margin: 20px 0 20px;
} }
.page-header .logo { .navbar-logo {
margin-right: 5px; margin-top: 0.5em;
margin-left: 0.5em;
} }
/* Small devices (portrait phones, up to 576px) */ /* Small devices (portrait phones, up to 576px) */
@ -100,6 +101,11 @@ i.fa.fa-bars:hover{
float: left; float: left;
} }
.info-item-xs {
font-size: 0.7rem;
margin-left: 0.3rem;
}
.info-item-wifi { .info-item-wifi {
width: 6rem; width: 6rem;
float: left; float: left;
@ -191,3 +197,7 @@ pre.unstyled {
font-size: 0.9rem!important; font-size: 0.9rem!important;
} }
canvas#divChartBandwidthhourly {
height: 350px!important;
}