diff --git a/app/css/custom.css b/app/css/custom.css index d0ab6fa5..33fd45aa 100644 --- a/app/css/custom.css +++ b/app/css/custom.css @@ -17,8 +17,9 @@ body { .sidebar-brand-text { text-transform: none; color: #212529; - font-size: 1rem; + font-size: 1.8rem; font-weight: 500; + font-family: Helvetica, Arial, sans-serif; } .card .card-header { @@ -134,6 +135,6 @@ pre.unstyled { width: 100%; } -.js-wifi-stations .panel-body { +.js-wifi-stations .card-body { min-height: 256px; } diff --git a/includes/data_usage.php b/includes/data_usage.php index 23a380b8..3c7753bd 100755 --- a/includes/data_usage.php +++ b/includes/data_usage.php @@ -8,8 +8,6 @@ function DisplayDataUsage(&$extraFooterScripts) exec("ip -o link show | awk -F ': ' '{print $2}' | grep -v lo ", $interfacesWlo); echo renderTemplate("data_usage", [ "interfaces" => $interfacesWlo ]); - $extraFooterScripts[] = array('src'=>'dist/raphael/raphael.min.js', 'defer'=>false); - $extraFooterScripts[] = array('src'=>'dist/morrisjs/morris.min.js', 'defer'=>false); $extraFooterScripts[] = array('src'=>'dist/datatables/jquery.dataTables.min.js', 'defer'=>false); $extraFooterScripts[] = array('src'=>'app/js/bandwidthcharts.js', 'defer'=>false); } diff --git a/index.php b/index.php index c26c424c..a364d7a5 100755 --- a/index.php +++ b/index.php @@ -102,7 +102,7 @@ $theme_url = 'app/css/'.htmlspecialchars($theme, ENT_QUOTES);
- +