Merge branch 'ent-8641-Estilos-rotos-vista-inicial-Manage-Database-HA' into 'develop'

Fix styles

See merge request artica/pandorafms!4801
This commit is contained in:
Daniel Rodriguez 2022-06-03 09:00:57 +00:00
commit 7f34ec585e
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ ui_require_css_file('first_task');
ui_print_info_message(['no_close' => true, 'message' => __('There are no HA clusters defined yet.') ]);
?>
<div class="new_task_cluster">
<div class="new_task">
<div class="image_task_cluster">
<?php echo html_print_image('images/first_task/slave-mode.png', true, ['title' => __('Clusters')]); ?>
</div>

View File

@ -340,8 +340,8 @@ a.pandora_pagination {
/* firts_task.css */
.new_task,
div.new_task_cluster,
div.new_task_cluster > div {
div.new_task,
div.new_task > div {
background-color: #222;
}