diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 9468db72cf..ddac6b304b 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2013-06-03 Sergio Martin + + * include/styles/pandora.css + index.php: Fix footer layout merged from 4.1 + 2013-05-31 Miguel de Dios * mobile/include/style/main.css: fixed the list of modules in the diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index ac95cbdc4c..5590a5b973 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -238,8 +238,9 @@ div#main_help a.footer { color: #999; } -a.footer{ +a.footer, a.footer span{ font-size: 9px; + color: white; } div#main_help div.databox hr{ @@ -275,7 +276,7 @@ div#foot { padding-top: 8px; padding-bottom: 5px; text-align: center; - background: #111; + background: #333333; width: 960px; height: 38px; clear: both; diff --git a/pandora_console/index.php b/pandora_console/index.php index b824a2c2ec..b9e1b8c3bb 100644 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -549,10 +549,10 @@ else { if ($config["pure"] == 0) { + echo ''; //container div echo ''; - echo ''; //container div } while (@ob_end_flush ()); @@ -565,3 +565,20 @@ echo "\n\n"; // Values from PHP to be recovered from JAVASCRIPT require('include/php_to_js_values.php'); ?> + +