#7250 config pandora_server.conf multiple columns

This commit is contained in:
Jonathan 2023-01-09 09:56:19 +01:00
parent dda9ba4419
commit 1fc4af9492

View File

@ -9258,3 +9258,28 @@ p.trademark-copyright {
height: 80%;
overflow: auto;
}
form#satellite_conf_edit {
display: flex;
flex-direction: row;
justify-items: baseline;
justify-content: space-between;
flex-wrap: wrap;
}
form#satellite_conf_edit > fieldset {
background-color: #fff;
// border: 1px solid #e2e2e2;
padding: 0.5em;
margin: 0px 1em;
margin-bottom: 20px;
position: relative;
border-radius: 5px;
flex: 1 1 700px;
}
form#satellite_conf_edit > fieldset.full-column {
width: 100%;
flex: none;
margin: 0 0 20px;
}