2019-06-21 19:34:47 +02:00
|
|
|
#info_key .flex-row,
|
|
|
|
#new_key .flex-row {
|
|
|
|
margin: 1em auto;
|
|
|
|
max-width: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#info_key input,
|
|
|
|
#info_key select,
|
|
|
|
#new_key input,
|
|
|
|
#new_key select {
|
2019-06-21 23:51:22 +02:00
|
|
|
width: 60%;
|
2019-06-21 19:34:47 +02:00
|
|
|
}
|
2019-09-24 11:25:53 +02:00
|
|
|
|
|
|
|
ul.wizard li > label:not(.p-switch) {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
form.top-action-buttons ul.wizard {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.wizard li {
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
2020-09-23 14:07:23 +02:00
|
|
|
form#modal_form ul.wizard li {
|
2019-09-24 11:25:53 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
width: 90%;
|
|
|
|
margin: 0 auto;
|
|
|
|
justify-items: center;
|
|
|
|
}
|
|
|
|
|
2020-09-23 14:07:23 +02:00
|
|
|
form#modal_form ul.wizard li * {
|
2019-09-24 11:25:53 +02:00
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.wizard li.flex-indep {
|
|
|
|
flex: 1;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2020-09-23 14:07:23 +02:00
|
|
|
|
|
|
|
form#modal_form ul.wizard li textarea {
|
|
|
|
font-size: 0.8em;
|
|
|
|
flex: 1 1 400px;
|
|
|
|
max-width: 400px;
|
|
|
|
}
|