diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c206e6657c..c13ae4f62c 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,12 @@ +2011-08-11 Sancho Lerena + + * include/styles/pandora.css: Removed black line in header. + + * images/pandora_header_logo_enterprise.png, + images/pandora_header_logo.png, + general/header.php: Resized images and added a few pixels to let + chrome render better the header on default style. + 2011-08-10 Juan Manuel Ramon * include/styles/pandora.css: Fixed height on css header attributes. diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php index 006587e03d..ba021e0a6b 100644 --- a/pandora_console/general/header.php +++ b/pandora_console/general/header.php @@ -29,7 +29,7 @@ $_SESSION["alert_msg"] = ""; config_check(); ?> - +
'; - echo '
@@ -87,7 +87,7 @@ config_check(); echo ''; html_print_image("images/log-out.png", false, array("alt" => __('Logout'), "class" => 'bot', "title" => __('Logout'))); echo ''; + echo ''; if ($config["metaconsole"] == 0){ echo ''; diff --git a/pandora_console/images/pandora_header_logo.png b/pandora_console/images/pandora_header_logo.png index 04788b84ba..fe7e3f39e0 100644 Binary files a/pandora_console/images/pandora_header_logo.png and b/pandora_console/images/pandora_header_logo.png differ diff --git a/pandora_console/images/pandora_header_logo_enterprise.png b/pandora_console/images/pandora_header_logo_enterprise.png index edd33bc6b1..cac489252d 100644 Binary files a/pandora_console/images/pandora_header_logo_enterprise.png and b/pandora_console/images/pandora_header_logo_enterprise.png differ diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index daf1c7373c..dec40fe828 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -236,10 +236,9 @@ div#menu { div#head { font-size: 8pt; width: 960px; - height: 70px; /*height: 60px;*/ + height: 62px; padding-top: 1px; background: url(../../images/header.jpg); - border-bottom: solid 1px #000; } div#foot {