pandorafms/pandora_console/include/styles/setup.multicolumn.css

26 lines
402 B
CSS
Raw Normal View History

#form_setup {
2023-03-16 12:50:31 +01:00
/*display: flex;
flex-direction: row;
justify-items: baseline;
justify-content: space-between;
flex-wrap: wrap;
2023-03-16 12:50:31 +01:00
*/
}
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;
}
.full-column {
width: 100%;
flex: none;
margin: 0 0 20px;
}