Fix bugs - #1748
This commit is contained in:
parent
1f47f2f1a9
commit
768e6e605f
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue