This commit is contained in:
enriquecd 2018-02-02 13:05:36 +01:00
parent 1f47f2f1a9
commit 768e6e605f
2 changed files with 10 additions and 1 deletions

View File

@ -32,7 +32,7 @@ ui_require_css_file ('firts_task');
ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no clusters defined yet.') ) );
?>
<div class="new_task">
<div class="new_task_cluster">
<div class="image_task">
<?php echo html_print_image('images/firts_task/icono-cluster-activo.png', true, array("title" => __('Clusters')));?>
</div>

View File

@ -7,6 +7,15 @@
background-color: #ececec;
border-radius: 3px 3px 3px 3px;
}
.new_task_cluster
{
margin-top: 30px;
left: 20px;
width: 60%;
height: 320px;
background-color: #ececec;
border-radius: 3px 3px 3px 3px;
}
.title_task
{