field sous-titre on ressources #2283
This commit is contained in:
@@ -1690,6 +1690,14 @@ a {
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodetitle {
|
||||
margin-left: 9%;
|
||||
margin-right: 9%; } }
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-sous-titre {
|
||||
margin-left: 13%; }
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-sous-titre .field--name-field-edition p {
|
||||
margin-bottom: 0; }
|
||||
@media (max-width: 810px) {
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-sous-titre {
|
||||
margin-left: 9%;
|
||||
margin-right: 9%; } }
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-edition {
|
||||
margin-left: 13%; }
|
||||
.page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-edition .field--name-field-edition p {
|
||||
@@ -4220,6 +4228,8 @@ a {
|
||||
margin: 0; }
|
||||
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-content .views-row .node-type-ressource .field--name-field-auteur-s- .field__label {
|
||||
display: none; }
|
||||
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-content .views-row .node-type-ressource .field--name-field-sous-titre {
|
||||
margin-top: 0.5rem; }
|
||||
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-content .views-row .node-type-ressource .field--name-field-edition {
|
||||
margin-top: 0.5rem; }
|
||||
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-content .views-row .node-type-ressource .field--name-field-edition p {
|
||||
|
||||
@@ -44,6 +44,19 @@
|
||||
margin-right: 9%;
|
||||
}
|
||||
}
|
||||
|
||||
.block-entity-fieldnodefield-sous-titre{
|
||||
margin-left: 13%;
|
||||
.field--name-field-edition{
|
||||
p{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
@media (max-width: 810px){
|
||||
margin-left:9%;
|
||||
margin-right: 9%;
|
||||
}
|
||||
}
|
||||
.block-entity-fieldnodefield-edition{
|
||||
margin-left: 13%;
|
||||
.field--name-field-edition{
|
||||
|
||||
@@ -224,6 +224,9 @@
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
.field--name-field-sous-titre{
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
.field--name-field-edition{
|
||||
margin-top: 0.5rem;
|
||||
p{
|
||||
|
||||
Reference in New Issue
Block a user