fixed styles

This commit is contained in:
daniel 2023-03-10 08:38:44 +01:00
parent edbc9d8f6b
commit 8736629954
2 changed files with 2 additions and 4 deletions
pandora_console
general
include/styles

View File

@ -129,8 +129,6 @@ echo sprintf('<div id="header_table" class="header_table_%s">', $menuTypeClass);
$search_bar .= 'type="search" onfocus="javascript: if (fieldKeyWordEmpty) $(\'#keywords\').val(\'\');"
onkeyup="showinterpreter()" class="search_input"/>';
$search_bar .= '<div id="result_order" class="result_order"></div>';
// $search_bar .= 'onClick="javascript: document.quicksearch.submit()"';
$search_bar .= "<input type='hidden' name='head_search_keywords' value='abc' />";
$search_bar .= '</form>';

View File

@ -1135,6 +1135,7 @@ div#main {
flex-direction: column;
height: 100%;
margin: 25px;
margin-bottom: 50px;
}
textarea.conf_editor {
@ -8135,7 +8136,7 @@ div.graph div.legend table {
position: relative;
overflow: hidden;
background-color: var(--secondary-color);
min-height: calc(100vh - 220px);
min-height: calc(100vh - 235px);
}
/*
@ -10866,7 +10867,6 @@ tr.bring_next_field {
.dataTables_wrapper {
overflow: auto;
width: 100%;
margin-bottom: 25px;
}
.dataTables_wrapper .dataTables_processing {