From d59289db62728c74a2ff5b11602d2b3348264111 Mon Sep 17 00:00:00 2001 From: enriquecd Date: Fri, 2 Feb 2018 14:56:33 +0100 Subject: [PATCH] Change builder style - #1748 --- .../general/firts_task/cluster_builder.php | 6 ++--- pandora_console/include/styles/firts_task.css | 25 ++++++++++++++++--- 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/pandora_console/general/firts_task/cluster_builder.php b/pandora_console/general/firts_task/cluster_builder.php index 6485568900..eb2e8d0e71 100644 --- a/pandora_console/general/firts_task/cluster_builder.php +++ b/pandora_console/general/firts_task/cluster_builder.php @@ -33,10 +33,10 @@ ui_print_info_message ( array('no_close'=>true, 'message'=> __('There are no cl ?>
-
+
__('Clusters')));?>
-
+

true, 'message'=> __('There are no cl ?>

- +
\ No newline at end of file diff --git a/pandora_console/include/styles/firts_task.css b/pandora_console/include/styles/firts_task.css index 6b13c6bdec..63ed752579 100755 --- a/pandora_console/include/styles/firts_task.css +++ b/pandora_console/include/styles/firts_task.css @@ -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%;