Islandora-Labs / islandora_solution_pack_oralhistories

Adds all required Fedora objects to allow users to ingest and retrieve Oral Histories (video/audio) files through the Islandora interface
GNU General Public License v3.0
13 stars 23 forks source link

target bootstrap for transcript only #142

Closed Natkeeran closed 5 years ago

Natkeeran commented 5 years ago

What does this Pull Request do?

We include a bootstrap css style sheet to target transcript sections if the user does not have a bootstrap based theme. Previously, it was targeting .islandora-oralhistories-content section. That can potentially interfere with VideoJS styling. We only need to target the #transcript-tabs section. This PR ensures that we only target #transcript-tabs section.

How should this be tested?

Additional Notes:

This change is intended to help with transitioning to newer VideoJS version.

Interested parties

@MarcusBarnes

MarcusBarnes commented 5 years ago

Tested and appears to work as expected. Merging. Thanks @Natkeeran .