diff --git a/styles.css b/styles.css index 64679250316e7d8c43fe51e09d5d68f589ce14cd..501d03dd8d2d3cc86a11093238de141a490ca485 100644 --- a/styles.css +++ b/styles.css @@ -1097,6 +1097,17 @@ overflow: hidden; display: none; } + + +#fgroup_id_modalite .form-inline.align-items-start.felement{ + align-items: center !important; + padding-top: 0.38rem; +} + +#days-text{ + margin-right: 10px; +} + @media only screen and (max-width : 768px) { .mobile_titre_section{ display: block; @@ -1154,4 +1165,5 @@ border-bottom: 1px solid #dee2e6; #progress-details .iena-progress-legend{ order: 1; } -} \ No newline at end of file +} +