Merge branch 'ent-7250-mejoras-en-el-nuevo-editor-de-pandora_server-conf' into 'develop'

Ent 7250 mejoras en el nuevo editor de pandora server conf

See merge request artica/pandorafms!5385
This commit is contained in:
Daniel Rodriguez 2023-01-10 16:20:05 +00:00
commit 75045df090
1 changed files with 25 additions and 0 deletions

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;
}