diff --git a/web/themes/custom/reha/dist/css/bundle.css b/web/themes/custom/reha/dist/css/bundle.css index 9927f26..e3b33f4 100644 --- a/web/themes/custom/reha/dist/css/bundle.css +++ b/web/themes/custom/reha/dist/css/bundle.css @@ -905,11 +905,18 @@ input { padding-bottom: 1rem; padding-left: 0.2; width: 80%; + flex-wrap: wrap; } #user-login-form .form-item label { padding-right: 0.5rem; flex: 1 1 auto; } +#user-login-form .form-item .description { + width: 100%; + font-style: italic; + font-size: 0.8rem; + padding-top: 0.5rem; +} #edit-persistent-login { height: 1.5rem; @@ -3249,6 +3256,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div height: fit-content; width: 100%; margin: auto; + top: -0.5rem; } .page-actualites .view-actus .views-row .node-type-actualite .entete_actu .infos-content h1 { display: none; diff --git a/web/themes/custom/reha/scss/global/admin/connect.scss b/web/themes/custom/reha/scss/global/admin/connect.scss index ba8831b..d18d393 100644 --- a/web/themes/custom/reha/scss/global/admin/connect.scss +++ b/web/themes/custom/reha/scss/global/admin/connect.scss @@ -5,6 +5,9 @@ form{ width: 100%; max-width: 300px; margin: auto; + &.form-item{ + flex-wrap: wrap !important; + } & > div { &:not(:last-child){ margin-bottom: 2rem; @@ -32,6 +35,7 @@ form{ font-size: 0.6rem; margin-top: 0.4rem; font-family: 'Mariannelight'; + width: 100%; } } #edit-actions{ diff --git a/web/themes/custom/reha/scss/pages/_actualites.scss b/web/themes/custom/reha/scss/pages/_actualites.scss index 00a2be1..29073b1 100644 --- a/web/themes/custom/reha/scss/pages/_actualites.scss +++ b/web/themes/custom/reha/scss/pages/_actualites.scss @@ -37,6 +37,7 @@ height: fit-content; width: 100%; margin: auto; + top: -0.5rem; h1{ display: none; } diff --git a/web/themes/custom/reha/scss/partials/_forms.scss b/web/themes/custom/reha/scss/partials/_forms.scss index fa5735e..bbb62c1 100644 --- a/web/themes/custom/reha/scss/partials/_forms.scss +++ b/web/themes/custom/reha/scss/partials/_forms.scss @@ -42,14 +42,23 @@ input{ padding-bottom: 1rem; padding-left: 0.2; width: 80%; - + flex-wrap: wrap; label{ padding-right: 0.5rem; flex: 1 1 auto; } + .description{ + width: 100%; + font-style: italic; + font-size: 00.8rem; + padding-top: 0.5rem; + } } + // .form-item-persistent-login{ + // flex-direction: row; + // } } #edit-persistent-login{