pandorafms/pandora_console/include/styles/credential_store.css

50 lines
725 B
CSS
Raw Normal View History

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
}
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 {
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 * {
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;
font-family: "Courier New", Courier, monospace;
flex: 1 1 400px;
max-width: 400px;
}