2019-02-15 10:00:23 +01:00
|
|
|
/*
|
|
|
|
* Discovery > Wizard css global style
|
|
|
|
*/
|
2020-03-30 19:44:44 +02:00
|
|
|
#main > form.discovery.wizard > .white_box {
|
|
|
|
min-width: 1024px;
|
|
|
|
}
|
2019-02-14 13:27:49 +01:00
|
|
|
ul.wizard {
|
2020-03-30 19:44:44 +02:00
|
|
|
list-style-type: none;
|
2019-02-14 13:27:49 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.wizard li {
|
2021-03-25 14:42:34 +01:00
|
|
|
padding-bottom: 10px;
|
|
|
|
padding-top: 10px;
|
2020-11-30 17:50:36 +01:00
|
|
|
}
|
|
|
|
|
2023-03-09 11:25:43 +01:00
|
|
|
#principal_action_buttons ul.wizard li {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
2024-03-07 16:20:17 +01:00
|
|
|
.label_csv {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2020-11-30 17:50:36 +01:00
|
|
|
ul.wizard.inline li {
|
2020-10-27 15:02:05 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: flex-start;
|
2019-02-14 13:27:49 +01:00
|
|
|
}
|
|
|
|
|
2020-11-30 17:50:36 +01:00
|
|
|
.list .edit_discovery_input {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list .label_select {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2021-06-22 15:32:15 +02:00
|
|
|
ul.wizard li > label:not(.p-switch):first-of-type {
|
2019-02-20 11:11:26 +01:00
|
|
|
width: 250px;
|
|
|
|
vertical-align: top;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2023-03-06 10:09:21 +01:00
|
|
|
/* ul.wizard li > label:not(.p-switch):not(:first-of-type) {
|
2021-06-22 15:32:15 +02:00
|
|
|
margin-left: 1em;
|
2023-03-06 10:09:21 +01:00
|
|
|
} */
|
2021-06-22 15:32:15 +02:00
|
|
|
|
|
|
|
.select2.select2-container {
|
|
|
|
min-width: 200px;
|
|
|
|
}
|
|
|
|
|
2019-02-20 11:11:26 +01:00
|
|
|
ul.wizard li > textarea {
|
2019-04-03 18:13:19 +02:00
|
|
|
height: 15em;
|
2019-02-14 13:27:49 +01:00
|
|
|
display: inline-block;
|
|
|
|
}
|
2019-02-14 17:14:01 +01:00
|
|
|
|
2020-03-13 14:03:50 +01:00
|
|
|
.wizard .hidden {
|
2020-04-01 16:43:04 +02:00
|
|
|
display: none;
|
2019-02-14 17:14:01 +01:00
|
|
|
}
|
2020-03-13 14:03:50 +01:00
|
|
|
|
2020-11-30 17:50:36 +01:00
|
|
|
.indented {
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
|
|
|
|
2020-03-13 14:03:50 +01:00
|
|
|
.wizard .indented {
|
2020-04-07 18:50:56 +02:00
|
|
|
margin-left: 1em;
|
2020-03-13 14:03:50 +01:00
|
|
|
}
|
|
|
|
|
2020-03-30 19:44:44 +02:00
|
|
|
.wizard .std_input {
|
|
|
|
display: flex;
|
|
|
|
margin-bottom: 25px;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
2020-04-15 11:53:10 +02:00
|
|
|
.std_input.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2020-03-30 19:44:44 +02:00
|
|
|
.wizard .std_input > .label_select {
|
|
|
|
flex: 1 1 100%;
|
|
|
|
}
|
|
|
|
.wizard .std_input > * {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
align-self: baseline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizard .inline_input.no-margin {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
.wizard .inline_input {
|
|
|
|
display: flex;
|
|
|
|
margin-bottom: 25px;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: baseline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizard .inline_input * {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizard .discovery_inline_input {
|
2020-05-26 11:26:49 +02:00
|
|
|
display: inline;
|
2020-03-30 19:44:44 +02:00
|
|
|
align-content: end;
|
|
|
|
align-self: flex-start;
|
|
|
|
}
|
|
|
|
|
2020-03-13 14:03:50 +01:00
|
|
|
/* override tag-editor styles */
|
|
|
|
.wizard .tag-editor.ui-sortable {
|
|
|
|
width: 450px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizard .tag-editor .tag-editor-tag {
|
|
|
|
padding: 5px;
|
|
|
|
color: #fff;
|
2021-11-04 16:28:15 +01:00
|
|
|
background: #82b92e;
|
2020-03-13 14:03:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.wizard .tag-editor .tag-editor-delete i {
|
|
|
|
line-height: inherit;
|
|
|
|
}
|
|
|
|
.wizard .tag-editor .tag-editor-delete i:before {
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
.wizard .tag-editor .tag-editor-delete:hover i:before {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizard .tag-editor .tag-editor-delete {
|
|
|
|
padding: 5px;
|
|
|
|
background: #e63c52;
|
|
|
|
}
|
2020-03-30 19:44:44 +02:00
|
|
|
|
2023-03-07 16:17:01 +01:00
|
|
|
.wizard .tag-editor li,
|
|
|
|
.wizard .tag-editor li:focus,
|
|
|
|
.wizard .tag-editor li:hover {
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2020-03-30 19:44:44 +02:00
|
|
|
.wizard .time_selection_container {
|
|
|
|
display: flex;
|
|
|
|
align-items: baseline;
|
|
|
|
justify-items: center;
|
|
|
|
align-content: space-between;
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizard #interval_manual_container #interval_manual > * {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
}
|
2020-04-07 17:46:12 +02:00
|
|
|
|
|
|
|
.wizard-column-levels {
|
|
|
|
float: left;
|
|
|
|
width: 33%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2020-04-08 16:52:34 +02:00
|
|
|
|
2021-11-24 11:33:36 +01:00
|
|
|
.wizard-column-levels-check {
|
|
|
|
float: left;
|
|
|
|
width: 17%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2020-04-08 16:52:34 +02:00
|
|
|
.action_button_list {
|
2022-10-24 13:12:11 +02:00
|
|
|
display: flex;
|
|
|
|
align-content: center;
|
|
|
|
justify-content: flex-end;
|
2020-04-08 16:52:34 +02:00
|
|
|
height: 60px;
|
|
|
|
}
|
|
|
|
|
2022-10-24 13:12:11 +02:00
|
|
|
.action_button_list ul {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2020-04-08 16:52:34 +02:00
|
|
|
.action_button_list li {
|
|
|
|
display: inline;
|
|
|
|
}
|
2021-02-05 12:37:27 +01:00
|
|
|
|
|
|
|
.searchbox ul {
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.searchbox ul li:not(.textbox) {
|
|
|
|
flex-direction: row-reverse !important;
|
|
|
|
justify-content: flex-end !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.searchbox ul li.textbox label {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
.searchbox ul li.textbox {
|
|
|
|
justify-content: space-evenly !important;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
}
|
2021-03-25 14:42:34 +01:00
|
|
|
|
|
|
|
ul.wizard li.mrgn_0px {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.wizard li.pdd_0px {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2023-03-02 17:08:47 +01:00
|
|
|
|
|
|
|
li#textarea-create-site > textarea {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2023-03-07 15:59:36 +01:00
|
|
|
form.alert-correlation > ul.wizard > li > label,
|
2023-03-02 17:08:47 +01:00
|
|
|
form#create_site > ul.wizard > li > label {
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
select[multiple] {
|
|
|
|
min-height: 20em;
|
|
|
|
}
|
2023-03-07 15:59:36 +01:00
|
|
|
|
|
|
|
form.alert-correlation > div > ul,
|
|
|
|
form.alert-correlation > ul {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.alert-correlation > div > ul > li.flex-flex-end {
|
|
|
|
display: flex;
|
|
|
|
align-items: flex-end;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.alert-correlation > div > ul > li.flex-flex-end > input {
|
|
|
|
width: 150px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.alert-correlation > div > ul > li.flex-flex-end > label {
|
|
|
|
width: 50px !important;
|
|
|
|
}
|
2023-03-08 13:36:36 +01:00
|
|
|
|
|
|
|
form.alert-correlation > div > ul > li.display-grid > textarea {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|