Browse Source

change logo and header with temporary stuff

SiM 5 years ago
parent
commit
e9c6783f77

+ 1 - 1
lib/ScanReportPdf.php

@@ -182,7 +182,7 @@ class ScanReportPdf extends FPDF {
         $position = 10;
         $this->setXY($position, $top);
 
-        $this->Image(sfConfig::get('sf_web_dir') . '/images/logo.gif', $position, 10, 15);
+        $this->Image(sfConfig::get('sf_web_dir') . '/images/logo.png', $position, 10, 15);
 	}
 }
 

+ 1 - 1
lib/fpdf/invoice.php

@@ -148,7 +148,7 @@ function sizeOfText( $texte, $largeur )
 // les coordonnees de la societe dans la police Arial-10
 function addSociete( $nom, $adresse, $period = '', $node = '', $orders = '' )
 {
-	$this->Image(sfConfig::get('sf_web_dir') . '/images/logo.gif', 7, 5, 30, 37, 'gif', sfConfig::get('app_katao_frontend_url'));
+	$this->Image(sfConfig::get('sf_web_dir') . '/images/logo.png', 7, 5, 30, 37, 'gif', sfConfig::get('app_katao_frontend_url'));
 	$x1 = 10 + 33;
 	$y1 = 8;
 	//Positionnement en bas

+ 3 - 3
web/css/main.css

@@ -837,15 +837,15 @@ form,fieldset{
 	float:left;
 }
 .logo a{
-	background:url(../images/logo.gif) no-repeat;
-	width:107px;
+	background:url(../images/logo.png) no-repeat;
+	width:380px;
 	height:129px;
 	overflow:hidden;
 	display:block;
 	cursor:pointer;
 	text-indent:-9999px;
 	position:relative;
-	z-index:100;
+	z-index:0;
 }
 .header-box{
 	width:306px;

BIN
web/images/bg-admin-header.png


BIN
web/images/bg-header.png


BIN
web/images/logo.gif


BIN
web/images/logo.png