collective / collective.nitf

A Dexterity-based content type inspired on the News Industry Text Format specification
8 stars 3 forks source link

Slideshow template is broken #183

Closed hvelarde closed 7 years ago

hvelarde commented 7 years ago

Plone 4.3.11 and collective.nitf 2.0b4; setting the slideshow view on a news article leads to a broken layout:

screen shot 2016-12-22 at 09 30 42

hvelarde commented 7 years ago

adding the following CSS code to fix the issue reveals duplicated arrows:

.slideshow-container {
  background: #f4f3ee;
  position: relative;
}

screen shot 2016-12-22 at 09 39 31

hvelarde commented 7 years ago

closed in #190