diff --git a/pandora_console/godmode/modules/manage_inventory_modules.php b/pandora_console/godmode/modules/manage_inventory_modules.php index 229272a3cc..dfaeffe815 100644 --- a/pandora_console/godmode/modules/manage_inventory_modules.php +++ b/pandora_console/godmode/modules/manage_inventory_modules.php @@ -278,7 +278,7 @@ if ($create_module_inventory === true) { $total_modules = db_get_sql('SELECT COUNT(*) FROM tmodule_inventory'); $table = new stdClass(); -$table->styleTable = 'margin: 10px 10px 0; width: -webkit-fill-available'; +$table->styleTable = 'margin: 10px 10px 0; width: -webkit-fill-available; width: -moz-available'; $table->class = 'info_table'; $table->size = []; $table->size[0] = '140px'; diff --git a/pandora_console/godmode/modules/manage_network_components.php b/pandora_console/godmode/modules/manage_network_components.php index 63bef056f6..6c8f7f5865 100644 --- a/pandora_console/godmode/modules/manage_network_components.php +++ b/pandora_console/godmode/modules/manage_network_components.php @@ -743,7 +743,7 @@ if ($components === false) { } $table = new stdClass(); -$table->styleTable = 'margin: 10px 10px 0; width: -webkit-fill-available'; +$table->styleTable = 'margin: 10px 10px 0; width: -webkit-fill-available; width: -moz-available'; $table->head = []; $table->class = 'info_table'; if ($is_management_allowed === true) { diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index e097fb3db0..e0790db4e7 100755 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -4250,7 +4250,7 @@ function ui_toggle( } // Options. - $style = 'overflow:hidden;width: -webkit-fill-available;width: -moz-fill-available;'; + $style = 'overflow:hidden;width: -webkit-fill-available;width: -moz-available;'; $style = 'overflow:hidden;'; if ($hidden_default === true) { $imageRotate = '180deg'; diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 2d9b55a556..9a209c6ded 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -1750,7 +1750,7 @@ div.title_line { border-bottom: 1px solid #c1ccdc; /* width: calc(100% + 3em); */ width: -webkit-fill-available; - width: -moz-fill-available; + width: -moz-available; padding-right: 0px; /* margin-bottom: 20px; */ height: 53px; @@ -2759,6 +2759,7 @@ td.cellBig { .info_box_container.info_box_information { width: -webkit-fill-available; + width: -moz-available; position: relative; top: 0 !important; right: 0; @@ -10765,6 +10766,7 @@ tr.bring_next_field { bottom: 8px; z-index: 1; width: -webkit-fill-available; + width: -moz-available; padding-right: 10px; } @@ -10782,12 +10784,13 @@ tr.bring_next_field { .fixed_action_buttons_size { width: -webkit-fill-available; - width: -moz-fill-available; + width: -moz-available; /*margin-right: 20px;*/ } .action_buttons_background_mask { width: -webkit-fill-available; + width: -moz-available; position: absolute; left: 0; height: 58px; @@ -10861,7 +10864,7 @@ pre.external_tools_output { background-color: #fff; z-index: 1; width: -webkit-fill-available; - width: -moz-fill-available; + width: -moz-available; } /* @@ -11021,7 +11024,7 @@ span.subsection_header_title { .width_available { width: -webkit-fill-available !important; - width: -moz-fill-available !important; + width: -moz-available !important; } .snmp-td {