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:
commit
75045df090
|
@ -9258,3 +9258,28 @@ p.trademark-copyright {
|
||||||
height: 80%;
|
height: 80%;
|
||||||
overflow: auto;
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue