diff --git a/application/views/dashboard/index.php b/application/views/dashboard/index.php index 42c766bc..b9188cbe 100644 --- a/application/views/dashboard/index.php +++ b/application/views/dashboard/index.php @@ -28,8 +28,8 @@ Time Call Mode - Sent - Recv + Sent + Recv Band @@ -45,8 +45,8 @@ COL_MODE; ?> - COL_RST_SENT; ?> COL_STX_STRING) { ?>COL_STX_STRING;?> - COL_RST_RCVD; ?> COL_SRX_STRING) { ?>COL_SRX_STRING;?> + COL_RST_SENT; ?> COL_STX_STRING) { ?>COL_STX_STRING;?> + COL_RST_RCVD; ?> COL_SRX_STRING) { ?>COL_SRX_STRING;?> COL_SAT_NAME != null) { ?> COL_SAT_NAME; ?> @@ -60,9 +60,9 @@
- +
- + @@ -79,14 +79,13 @@ +
QSOs QSOs Breakdown
Month
- - - - - + + + - + @@ -103,7 +102,10 @@ - +
Countries Countries Breakdown
+ + config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) { ?> + @@ -123,6 +125,7 @@
QSL Cards
+
diff --git a/assets/css/general.css b/assets/css/general.css index 7cafa2fe..2c804635 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -5,4 +5,11 @@ width : 710px !important; height : 310px !important; margin: 0; +} + +.dashboard { + padding-top: 15px; +} +.row.logdata { + padding-top: 15px; } \ No newline at end of file