pandorafms/pandora_console/include/styles/cluster_wizard.css

30 lines
466 B
CSS
Raw Normal View History

2020-05-14 17:49:02 +02:00
.wizard select {
min-width: 16em;
}
2020-05-20 19:04:42 +02:00
.wizard .multi-select.flex-row-vcenter.w80p.mw600px {
margin-top: 2em;
}
.flex-row.line.w100p {
flex-wrap: nowrap;
justify-content: flex-start;
align-items: baseline;
}
.wizard .flex-row.line.w100p > label:not(.p-switch) {
width: auto;
margin: 0 0.2em;
font-weight: normal;
}
.wizard .flex-row.line.w100p > input {
max-width: 100px;
margin: 0 1em;
}
b.state {
font-weight: bolder;
font-size: 1.1em;
}