Omnishell fix view
This commit is contained in:
parent
d2d8b43c87
commit
a960644975
|
@ -845,9 +845,9 @@ foreach ($defaultAgentWizardOptions as $key => $value) {
|
|||
$i++;
|
||||
}
|
||||
|
||||
echo '<form id="form_setup" method="post">';
|
||||
echo '<form id="form_setup" method="post" class="max_floating_element_size">';
|
||||
|
||||
echo '<fieldset class="full-column">';
|
||||
echo '<fieldset>';
|
||||
echo '<legend>'.__('Database maintenance status').' '.ui_print_help_icon('database_maintenance_status_tab', true).'</legend>';
|
||||
html_print_table($table_status);
|
||||
echo '</fieldset>';
|
||||
|
|
|
@ -555,3 +555,7 @@ ul.datatable_filter > li > div.action-buttons > button {
|
|||
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content {
|
||||
z-index: 10000 !important;
|
||||
}
|
||||
|
||||
.action_buttons_right_content {
|
||||
z-index: 1 !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue