pandorafms/pandora_console/include/styles/credential_store.css

13 lines
168 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
}