pandorafms/pandora_console/include/styles/wizard.css

129 lines
2.0 KiB
CSS
Raw Normal View History

/*
* Discovery > Wizard css global style
*/
2020-03-30 19:44:44 +02:00
#main > form.discovery.wizard > .white_box {
min-width: 1024px;
}
ul.wizard {
2020-03-30 19:44:44 +02:00
list-style-type: none;
}
ul.wizard li {
padding-bottom: 10px;
padding-top: 10px;
}
ul.wizard li > label:not(.p-switch) {
width: 250px;
vertical-align: top;
display: inline-block;
}
ul.wizard li > textarea {
width: 600px;
height: 15em;
display: inline-block;
font-family: monospace;
}
2020-03-13 14:03:50 +01:00
.wizard .hidden {
2020-04-01 16:43:04 +02:00
display: none;
}
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;
background: #82b92e;
}
.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
.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
.action_button_list {
height: 60px;
}
.action_button_list li {
display: inline;
}