css img zoom
This commit is contained in:
parent
7bcbe078fc
commit
c5f6316ce5
|
@ -437,6 +437,10 @@ header {
|
||||||
#presentation .layout-content .content_container article.node-type-static .field_field_textes .field_field_picto img {
|
#presentation .layout-content .content_container article.node-type-static .field_field_textes .field_field_picto img {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: auto; }
|
height: auto; }
|
||||||
|
#presentation .layout-content .content_container article.node-type-static .field_field_textes #paragraph-id--9 img {
|
||||||
|
width: -moz-available;
|
||||||
|
height: auto;
|
||||||
|
cursor: url(/img/layout/backgrounds/zoom.cur), -moz-zoom-in; }
|
||||||
#presentation aside {
|
#presentation aside {
|
||||||
position: relative;
|
position: relative;
|
||||||
grid-column: 1 /span 2;
|
grid-column: 1 /span 2;
|
||||||
|
|
|
@ -110,6 +110,13 @@
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#paragraph-id--9{
|
||||||
|
img{
|
||||||
|
width: -moz-available;
|
||||||
|
height: auto;
|
||||||
|
cursor: url(/img/layout/backgrounds/zoom.cur), -moz-zoom-in;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue