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

Adjust css so that speaker name does not overlap transcript content. … #118

Closed MarcusBarnes closed 6 years ago

MarcusBarnes commented 6 years ago

Addresses issue #111.

What does this Pull Request do?

Two adjustments to the transcript viewer css.

  1. Increases the width of the teir selector button so that if all of "Transcript, Translation, Speaker" are selected, the text in the button is less than the width of the button.
  2. Provides right padding to the speaker name div so that the speaker name will not overlap transcript content on the right.

How should this be tested?

  1. In your test environment, upload some oral history content where the speaker name was overlapping the transcript content.
  2. Pull in the changes and then clear the Drupal cache so that the new CSS rules will be loaded.
  3. When you select Transcript, Translation, Speaker, the text should be contained within the border of the tier select button. Also, the speaker name should no longer overlap the transcript content.

Additional Notes:

These new CSS values may need to be adjusted based on a given sites' theme (unconfirmed).

Interested parties

@kimpham54

Natkeeran commented 6 years ago

Works as described. Adds the padding between speaker and transcript content.