fix some slider items adding a second row

This commit is contained in:
Frédéric Péters 2017-06-11 06:31:07 +02:00
parent 5c3bb2c85c
commit 7efe034109
1 changed files with 14 additions and 1 deletions

View File

@ -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;
}