border img ressources

This commit is contained in:
Ouidade Soussi Chiadmi 2025-04-17 16:01:00 +02:00
parent b5156d7614
commit 9ea4d69d50
3 changed files with 14 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -521,6 +521,7 @@
height: 100% !important;
width: inherit !important;
max-width: none;
}
// }
@ -759,6 +760,9 @@
z-index: 0;
padding: .5rem;
margin-top: -1.3rem;
img{
border: 1px solid gray !important;
}
}
.views-field:not(.views-field-field-image){
background: transparent;

View File

@ -132,6 +132,9 @@
}
.views-field-field-image{
grid-row: 2/span 5;
.field-content{
border: 1px solid gray !important;
}
}
.views-field-field-edition{
grid-column: 2;
@ -401,6 +404,9 @@
}
.views-field-field-image{
grid-row: 2/span 5;
img{
border: 1px solid gray !important;
}
}
.views-field-field-edition{
grid-column: 2;
@ -728,6 +734,9 @@
float: left;
width: 40%;
margin: -1rem 1rem 1.5rem 0;
img{
border: 1px solid gray !important;
}
}
#node\:field_auteurs{