fixed styles
This commit is contained in:
parent
edbc9d8f6b
commit
8736629954
pandora_console
|
@ -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>';
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue