diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 8dbe2c03e5..f67f840744 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -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; +}