ueberschriften

This commit is contained in:
Martin Müller 2014-04-23 22:41:44 +02:00
parent 5ed49c7729
commit 2a037cc508
3 changed files with 12 additions and 2 deletions

View File

@ -3,7 +3,10 @@ App::import('Vendor','tcpdf/xtcpdf');
$cvinhalt = $this->element('user_worker_cv',array('toPDF'=>true,'profil'=>array('User'=>$application['WorkerUser']
,'AppUser'=>$application['AppUserWorker'],'DreamjobWorker'=>$application['DreamjobWorker'],'DreamjobListGraducation'=>$application['WorkerGraducation'],'DreamjobListCity'=>$application['DreamjobWorkerListCity'])));
$cvinhalt .= '<style>span{font-style:italic;font-size:10px;}</style>';
$cvinhalt .= '<style>span{font-style:italic;font-size:10px;}h1,h2,h3,h4,h5{
border-bottom:2px solid grey;
width:100%;
}</style>';
ob_end_clean();

View File

@ -1,7 +1,10 @@
<?php
App::import('Vendor','tcpdf/xtcpdf');
$cvinhalt = $this->element('user_worker_cv',array('toPDF'=>true,'profil'=>$WORKER));
$cvinhalt .= '<style>span{font-style:italic;font-size:10px;}</style>';
$cvinhalt .= '<style>span{font-style:italic;font-size:10px;}h1,h2,h3,h4,h5{
border-bottom:2px solid grey;
width:100%;
}</style>';
ob_end_clean();

View File

@ -11,6 +11,10 @@ body{
padding:0px;
margin:0px;
}
h1,h2,h3,h4,h5{
border-bottom:2px solid grey;
width:100%;
}
a {
color: #428BCA;
text-decoration: none;