Jelajahi Sumber

alignement elements connection

ouidade 1 Minggu lalu
induk
melakukan
c4f12aab1d

+ 8 - 0
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;

+ 4 - 0
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{

+ 1 - 0
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;
                         }

+ 10 - 1
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{