mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Dashboard widget + data usage styles
This commit is contained in:
parent
7cecb1d1af
commit
631963dfdf
@ -6,8 +6,9 @@ body {
|
||||
margin: 20px 0 20px;
|
||||
}
|
||||
|
||||
.page-header .logo {
|
||||
margin-right: 5px;
|
||||
.navbar-logo {
|
||||
margin-top: 0.5em;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
/* Small devices (portrait phones, up to 576px) */
|
||||
@ -100,6 +101,11 @@ i.fa.fa-bars:hover{
|
||||
float: left;
|
||||
}
|
||||
|
||||
.info-item-xs {
|
||||
font-size: 0.7rem;
|
||||
margin-left: 0.3rem;
|
||||
}
|
||||
|
||||
.info-item-wifi {
|
||||
width: 6rem;
|
||||
float: left;
|
||||
@ -191,3 +197,7 @@ pre.unstyled {
|
||||
font-size: 0.9rem!important;
|
||||
}
|
||||
|
||||
canvas#divChartBandwidthhourly {
|
||||
height: 350px!important;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user