This commit is contained in:
Martin Müller 2014-04-29 23:19:11 +02:00
parent 92b224301c
commit 2073a05d9b
2 changed files with 6 additions and 3 deletions

View File

@ -16,7 +16,7 @@
?>
<img src="<?=$url;?>"/>
<?php if($edit): ?>
<?php if(!empty($edit)): ?>
<div class="imgsubtitle edit">
<?php
$link = '<span class="glyphicon glyphicon-picture"></span>'.__('dreamjob.image.edit');
@ -49,4 +49,4 @@
<?=$this->Html->link('<span class="glyphicon glyphicon-print"></span> '.__('dreamjob.application.mappePDF'),array('controller'=>'pdf','action'=>'applicationGetPdf','id'=>$application['DreamjobJobApplication']['id']),array('class'=>'btn btn-default btn-sm','escape'=>false,'style'=>'bottom:10px;right:15px;position:absolute;','rel'=>'external','target'=>'_blank'));?>
<?php } ?>
</div>
</div>
</div>

View File

@ -45,7 +45,10 @@ legend{
}
.box > h1{
color:grey;
//text-decoration:underline;
}
h4{
color:grey;
margin-top:30px;
}
.box img{
max-width:100%;