Changed styles for the button create_network_component - #2814

This commit is contained in:
tatiana.llorente@artica.es 2018-10-01 12:26:06 +02:00
parent f73b4a55e6
commit 04226c7940
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ if (is_ajax()) {
else {
snmp_browser_print_tree ($snmp_tree);
echo html_print_submit_button(__('Create network components'),'create_network_component',
false, array('style' => 'display: none; position: fixed; bottom: 55px; right: 80px;', 'class' => 'sub add'), true);
false, array('style' => 'display: none; position: absolute; bottom: 0px; right: 35px;', 'class' => 'sub add'), true);
echo '<div id="dialog_error" style="display: none" title="Network components">';
echo "<div>";