Fix styles
This commit is contained in:
parent
d0f1723789
commit
bfb44be775
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue