...
This commit is contained in:
parent
92b224301c
commit
2073a05d9b
|
@ -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>
|
||||
|
|
|
@ -45,7 +45,10 @@ legend{
|
|||
}
|
||||
.box > h1{
|
||||
color:grey;
|
||||
//text-decoration:underline;
|
||||
}
|
||||
h4{
|
||||
color:grey;
|
||||
margin-top:30px;
|
||||
}
|
||||
.box img{
|
||||
max-width:100%;
|
||||
|
|
Loading…
Reference in New Issue