2011-08-11 Sancho Lerena <slerena@artica.es>
* 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. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4701 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
765fb5e563
commit
8d7a5fcd0e
|
@ -1,3 +1,12 @@
|
|||
2011-08-11 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* 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 <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/styles/pandora.css: Fixed height on css header attributes.
|
||||
|
|
|
@ -29,7 +29,7 @@ $_SESSION["alert_msg"] = "";
|
|||
config_check();
|
||||
|
||||
?>
|
||||
<table width="100%" cellpadding="0" cellspacing="0" style="margin:0px; padding:0px;" border="0">
|
||||
<table width="100%" cellpadding="0" cellspacing="0" style="margin:0px; padding:0px; margin-top: 5px;" border="0">
|
||||
<tr>
|
||||
<td rowspan="2">
|
||||
|
||||
|
@ -87,7 +87,7 @@ config_check();
|
|||
echo '<a class="white_bold" href="index.php?bye=bye">';
|
||||
html_print_image("images/log-out.png", false, array("alt" => __('Logout'), "class" => 'bot', "title" => __('Logout')));
|
||||
echo '</a></td>';
|
||||
echo '<td width="20%">';
|
||||
echo '<td width="20%">';
|
||||
|
||||
if ($config["metaconsole"] == 0){
|
||||
echo '<a class="white_bold" href="index.php?sec=estado_server&sec2=operation/servers/view_server&refr=60">';
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 16 KiB |
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue