alignement elements connection
This commit is contained in:
+8
@@ -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;
|
||||
|
||||
@@ -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{
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
height: fit-content;
|
||||
width: 100%;
|
||||
margin: auto;
|
||||
top: -0.5rem;
|
||||
h1{
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user