diff --git a/pandora_console/general/footer.php b/pandora_console/general/footer.php index 987f7abcfd..5c40d49d0c 100644 --- a/pandora_console/general/footer.php +++ b/pandora_console/general/footer.php @@ -31,7 +31,7 @@ if (!$config['MR']) { $config['MR'] = 0; } -echo ''; +echo ''; require_once $config['homedir'].'/include/functions_update_manager.php'; @@ -49,9 +49,7 @@ echo __( $pandora_version, $build_package_version, $config['MR'] -); -echo '
'; -echo ''.__('Page generated on %s', date('Y-m-d H:i:s')).''; +).'
'.__('Page generated on %s', date('Y-m-d H:i:s')).'
'; diff --git a/pandora_console/include/styles/footer.css b/pandora_console/include/styles/footer.css index 7899dbb0d1..3c80af8b18 100644 --- a/pandora_console/include/styles/footer.css +++ b/pandora_console/include/styles/footer.css @@ -22,6 +22,7 @@ div#foot a, div#foot span { font-size: 8pt; color: #9ca4a6; + line-height: 12pt; } div#foot small span { diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index fac0c77a8d..15c01b7987 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -8335,3 +8335,6 @@ div.stat-win-spinner img { .line_heigth_initial { line-height: initial; } +.line_height_12pt { + line-height: 12pt; +}