Dashboard pure fix options
This commit is contained in:
parent
27e13c26c6
commit
ae58add6a9
|
@ -22,7 +22,7 @@
|
|||
}
|
||||
|
||||
#menu_tab {
|
||||
margin: 0px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#menu_tab li.nomn.tab_operation img,
|
||||
|
@ -426,12 +426,16 @@ li#search_input_widget {
|
|||
top: 2px;
|
||||
}
|
||||
|
||||
.select2-search--dropdown .select2-search__field {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
div#dashboard-controls {
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
width: 800px;
|
||||
width: 450px;
|
||||
height: 70px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
@ -444,7 +448,7 @@ div#dashboard-controls {
|
|||
}
|
||||
|
||||
div#dashboard-controls div {
|
||||
flex: 0.5;
|
||||
margin-left: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
|
@ -159,7 +159,7 @@ if ($public_dashboard_hash !== false) {
|
|||
}
|
||||
|
||||
$comboRefreshCountdown['text'] = '<div class="dashboard-countdown display_in"></div>';
|
||||
$comboRefresh['text'] = '<form id="refr-form" method="post" class="mrgn_top_13px" action="'.$urlRefresh.'">';
|
||||
$comboRefresh['text'] = '<form id="refr-form" method="post" class="mrgn_top_13px" action="'.$urlRefresh.'">';
|
||||
$comboRefresh['text'] .= __('Refresh').':';
|
||||
$comboRefresh['text'] .= html_print_select(
|
||||
\get_refresh_time_array(),
|
||||
|
@ -284,7 +284,7 @@ if (isset($config['public_dashboard']) === true
|
|||
}
|
||||
}
|
||||
|
||||
if ($publicLink === false) {
|
||||
if ($config['pure'] === false) {
|
||||
ui_print_standard_header(
|
||||
$dashboardName,
|
||||
'',
|
||||
|
|
Loading…
Reference in New Issue