diff --git a/pandora_console/general/first_task/service_list.php b/pandora_console/general/first_task/service_list.php index 9e4d771663..f8fc81fdb5 100755 --- a/pandora_console/general/first_task/service_list.php +++ b/pandora_console/general/first_task/service_list.php @@ -20,7 +20,7 @@ ui_require_css_file('first_task');
- __('Services')]); ?> + __('Services'), 'class' => 'w120px']); ?>

@@ -37,7 +37,17 @@ ui_require_css_file('first_task'); ?>

- + 'wand'], + true + ) + ); + ?>
diff --git a/pandora_console/include/styles/first_task.css b/pandora_console/include/styles/first_task.css index b9d1e41ffa..c5580e6a4a 100755 --- a/pandora_console/include/styles/first_task.css +++ b/pandora_console/include/styles/first_task.css @@ -9,7 +9,6 @@ } .new_task { - margin-top: 30px; min-width: 600px; width: 100%; left: 20px; @@ -19,10 +18,8 @@ clear: both; display: flex; flex-direction: row; - padding-top: 1em; - padding-bottom: 5em; + padding: 1em 0 1em; align-items: center; - align-content: center; } .title_task { diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 03141c450f..af6aa08ce9 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -9892,6 +9892,11 @@ div#err_msg_centralised { font-style: italic; } +.div-2-col { + flex: 50%; + display: flex; + flex-direction: column; +} .div-4-col { flex: 25%; display: flex;