Change builder style - #1748

This commit is contained in:
enriquecd 2018-02-02 14:56:33 +01:00
parent 47f0a90cab
commit d59289db62
2 changed files with 25 additions and 6 deletions

View File

@ -33,10 +33,10 @@ ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no cl
?>
<div class="new_task_cluster">
<div class="image_task">
<div class="image_task_cluster">
<?php echo html_print_image('images/firts_task/icono-cluster-activo.png', true, array("title" => __('Clusters')));?>
</div>
<div class="text_task">
<div class="text_task_cluster">
<h3> <?php echo __('Create Cluster'); ?></h3>
<p id="description_task"> <?php
@ -50,7 +50,7 @@ ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no cl
?></p>
<form action="index.php?sec=reporting&sec2=enterprise/godmode/reporting/cluster_builder&step=1" method="post">
<input type="submit" class="button_task" value="<?php echo __('Create Cluster'); ?>" />
<input style="margin-bottom:20px;" type="submit" class="button_task" value="<?php echo __('Create Cluster'); ?>" />
</form>
</div>
</div>

View File

@ -7,16 +7,19 @@
background-color: #ececec;
border-radius: 3px 3px 3px 3px;
}
.new_task_cluster
div.new_task_cluster
{
margin-top: 30px;
left: 20px;
width: 60%;
height: 320px;
background-color: #ececec;
border-radius: 3px 3px 3px 3px;
}
div.new_task_cluster, div.new_task_cluster > div
{
background-color: #ececec;
}
.title_task
{
background: url(../../images/icono_exclamacion.png) no-repeat scroll 280px 50% #82B92E;
@ -33,6 +36,14 @@
height:100%;
float:left;
}
.image_task_cluster
{
width:20%;
height:100%;
float:left;
margin-left: 50px;
margin-top: 50px;
}
.image_task>img {
margin-top: 35%;
margin-left: 15%;
@ -45,6 +56,14 @@
height: 100%;
padding-right: 25px;
}
.text_task_cluster
{
width: 70%;
height: 100%;
padding-right: 25px;
margin-left:270px;
padding-top:10px;
}
.text_task>p
{
margin-top: 4%;