diff --git a/plonetheme/pfbweb/static/css/pfbweb.css b/plonetheme/pfbweb/static/css/pfbweb.css index ee81455..a12828c 100644 --- a/plonetheme/pfbweb/static/css/pfbweb.css +++ b/plonetheme/pfbweb/static/css/pfbweb.css @@ -391,8 +391,13 @@ body.section-accueil .nav { } #home-first-part .slider_caption p a { + position: absolute; + right: 1ex; color: white; - float: right; +} + +#slider li.slide { + position: relative; } #realcontent{ @@ -3876,3 +3881,11 @@ hr { body[class~="template-tabellio.pfbviews.homenews"] form div#formfield-form-widgets-text { display: none; } + +#home-first-part .slider_caption p span { + max-width: 70%; + display: inline-block; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +}