bug fix : print with only one image

http://studio.g-u-i.net/fr/materio/node/1523
This commit is contained in:
Bachir Soussi Chiadmi
2016-06-13 15:14:54 +02:00
parent aea9683c77
commit 422322c96d
2 changed files with 40 additions and 25 deletions

View File

@@ -2907,6 +2907,10 @@ body.node-type-publication #footer {
padding-right: 1em;
margin-right: 1em;
border-right: 1px solid #707070; }
@media only screen and (max-width: 40em) {
#header #header-blocks > .region {
padding-right: 0.3em;
margin-right: 0.3em; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#header #header-blocks > .region {
padding-right: 0.3em;
@@ -3034,6 +3038,9 @@ body.node-type-publication #footer {
line-height: 1.5; }
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav h2 i {
line-height: 1; }
@media only screen and (max-width: 40em) {
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav h2 span.menu-title {
display: none; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav h2 span.menu-title {
display: none; } }
@@ -5653,6 +5660,14 @@ article.node-materiau.vm-cardfull, article.node-breve.vm-cardfull {
max-width: 100%; }
.print-content .node-materiau.vm-print .side.group-side-right .field-name-field-materiau-image {
text-align: right; }
.print-content .node-materiau.vm-print .side.group-side-right .field-name-field-materiau-image > figure {
display: inline-block;
max-width: 19%;
margin: 0.5em 0 0 0.5em;
max-width: 100%;
margin-left: 50%; }
.print-content .node-materiau.vm-print .side.group-side-right .field-name-field-materiau-image > figure img {
max-width: 100%; }
.print-content .node-materiau.vm-print .side.group-side-right .field-name-field-materiau-image .field-item {
display: none;
max-width: 19%;