10469-Fix omnishell view
This commit is contained in:
parent
e95e6acd0c
commit
7ac794f5ff
|
@ -3559,7 +3559,7 @@ function ui_print_datatable(array $parameters)
|
|||
$filter .= $parameters['form']['html'];
|
||||
}
|
||||
|
||||
$filter .= '<ul class="datatable_filter content">';
|
||||
$filter .= '<ul class="datatable_filter content filter_table">';
|
||||
|
||||
foreach ($parameters['form']['inputs'] as $input) {
|
||||
$filter .= html_print_input(($input + ['return' => true]), 'li');
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
/* CSS file for table dialog in the table plugin */
|
||||
|
||||
.panel_wrapper div.current {
|
||||
height: 245px;
|
||||
height: 245px;
|
||||
}
|
||||
|
||||
.advfield {
|
||||
width: 200px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#class {
|
||||
width: 150px;
|
||||
width: 150px;
|
||||
}
|
||||
|
|
|
@ -180,7 +180,7 @@ ul.wizard {
|
|||
display: flex;
|
||||
}
|
||||
|
||||
.no-class.action-buttons.mw120px.textright.sorting_disabled,
|
||||
.textright.sorting_disabled,
|
||||
.textright {
|
||||
text-align: right;
|
||||
padding-right: 2em;
|
||||
|
@ -306,56 +306,8 @@ div.arrow_box:before {
|
|||
/*
|
||||
* Breadcrum
|
||||
*/
|
||||
|
||||
#menu_tab_frame_view_bc {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
border-bottom: 2px solid #82b92e;
|
||||
max-height: 70px;
|
||||
min-height: 55px;
|
||||
width: 100%;
|
||||
padding-right: 0px;
|
||||
margin-left: 0px;
|
||||
margin-bottom: 20px;
|
||||
height: 55px;
|
||||
box-sizing: border-box;
|
||||
background-color: #fafafa;
|
||||
border-top-right-radius: 7px;
|
||||
border-top-left-radius: 7px;
|
||||
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
#menu_tab_frame_view_bc .breadcrumbs_container {
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
.breadcrumbs_container {
|
||||
padding-top: 4px;
|
||||
text-indent: 0.25em;
|
||||
padding-left: 2.5em;
|
||||
}
|
||||
|
||||
.breadcrumb_link {
|
||||
color: #848484;
|
||||
font-size: 10pt;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
span.breadcrumb_link {
|
||||
color: #d0d0d0;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
.breadcrumb_link.selected {
|
||||
color: #95b750;
|
||||
}
|
||||
|
||||
.breadcrumb_link.selected:hover {
|
||||
color: #95b750;
|
||||
}
|
||||
|
||||
.breadcrumb_link:hover {
|
||||
color: #95b750;
|
||||
#menu_tab_frame_view > #menu_tab_left {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -398,26 +350,8 @@ label {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
li > input[type="text"],
|
||||
li > input[type="email"],
|
||||
li > input[type="password"],
|
||||
li > input[type="email"],
|
||||
.discovery_text_input > input[type="password"],
|
||||
.discovery_text_input > input[type="text"],
|
||||
#interval_manual > input[type="text"] {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
border-bottom: 1px solid #ccc;
|
||||
padding: 0px 0px 2px 0px;
|
||||
box-sizing: border-box;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
#interval_manual > input[type="text"] {
|
||||
width: 50px;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
li .select2 {
|
||||
max-width: 400px !important;
|
||||
}
|
||||
|
||||
.discovery_list_input {
|
||||
|
@ -518,3 +452,122 @@ div.ui-tooltip.ui-corner-all.ui-widget-shadow.ui-widget.ui-widget-content.uitool
|
|||
bottom: -20px;
|
||||
top: auto;
|
||||
}
|
||||
|
||||
form > .white_box {
|
||||
padding: 20px;
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
.white_box {
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
button[type="submit"] {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
li > input[type="text"] {
|
||||
max-width: 428px;
|
||||
}
|
||||
|
||||
div.edit_discovery_input > div {
|
||||
margin-bottom: 8px !important;
|
||||
}
|
||||
|
||||
div.discovery_text_input > input {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
li > .select2,
|
||||
li > .selection,
|
||||
li > .select2-selection {
|
||||
min-width: 428px !important;
|
||||
}
|
||||
|
||||
.edit_discovery_info {
|
||||
margin: 0px !important;
|
||||
padding: 0px !important;
|
||||
}
|
||||
|
||||
.box-flat {
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
.mrgn_20px {
|
||||
margin: 20px !important;
|
||||
}
|
||||
|
||||
.omnishell_results_wrapper {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
.no-text-imp {
|
||||
padding: 0px !important;
|
||||
margin: 0px !important;
|
||||
}
|
||||
|
||||
.candeleted {
|
||||
margin: 0px 10px !important;
|
||||
}
|
||||
|
||||
.dataTables_length,
|
||||
.dt-buttons {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
table {
|
||||
max-width: calc(100% - 40px) !important;
|
||||
}
|
||||
|
||||
/* Filter */
|
||||
li > .action-buttons {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
ul.wizard > li,
|
||||
ul.datatable_filter > li {
|
||||
display: grid;
|
||||
}
|
||||
|
||||
ul.wizard > li > label,
|
||||
ul.datatable_filter > li > label {
|
||||
margin-bottom: 8px !important;
|
||||
}
|
||||
|
||||
ul.datatable_filter > li:has(div.action-buttons) {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
ul.datatable_filter > li > div.action-buttons > button {
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
#backgroundMaskId {
|
||||
bottom: 0px !important;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.action_buttons_right_content {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
#image-1,
|
||||
#image-2 {
|
||||
padding-left: 0px !important;
|
||||
}
|
||||
|
||||
.flex-column {
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
|
||||
.dataTables_length {
|
||||
margin-bottom: 50px !important;
|
||||
}
|
||||
|
||||
.item_status_tree_view {
|
||||
position: initial;
|
||||
}
|
||||
|
||||
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content {
|
||||
z-index: 10000 !important;
|
||||
}
|
||||
|
|
|
@ -461,7 +461,7 @@ a.pandora_pagination.current:hover {
|
|||
}
|
||||
|
||||
.table_action_buttons a:hover {
|
||||
background-color: #fff;
|
||||
background-color: transparent;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue