some css adjustments

This commit is contained in:
fbsanchez 2020-04-08 11:48:31 +02:00
parent ce5868bbc4
commit 47857de79f
2 changed files with 13 additions and 7 deletions

View File

@ -681,10 +681,21 @@ class HostDevices extends Wizard
}
if ($this->page < $this->maxPagesNetScan) {
$title = __('NetScan');
if ($this->page == 1) {
$title = __(
'"%s" features',
io_safe_output(
$this->task['name']
)
);
}
// Avoid to print header out of wizard.
$this->prepareBreadcrum($breadcrum);
ui_print_page_header(
__('NetScan'),
$title,
'',
false,
'',
@ -1023,12 +1034,6 @@ class HostDevices extends Wizard
],
];
$form['inputs'][] = [
'extra' => '<p><h3>Please, customize task <b>'.io_safe_output(
$this->task['name']
).'</b></h3></p>',
];
$form['inputs'][] = [
'label' => __('Auto discover known hardware').ui_print_help_tip(
__(

View File

@ -169,6 +169,7 @@ span.breadcrumb_link {
form.discovery * {
font-size: 10pt;
font-family: "lato", "Open Sans", sans-serif;
}
form.discovery .label_select b {