Browse Source

audio

master
rdrew 3 weeks ago
parent
commit
ba6ca336a4
  1. 27
      css/components/islandora_mods.css

27
css/components/islandora_mods.css

@ -1,3 +1,30 @@
/*audio player*/
div#global-audio-wrapper.is-hidden {
display:none;
}
#global-audio-wrapper {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #111;
color: #fff;
padding: 0.5em 1em;
z-index: 9999;
}
#global-audio-title {
font-weight: bold;
margin-bottom: 0.3em;
}
div#block-olivesbdh-audioplayer {
border: none;
background: none;
}
audio#global-able-player {
width: 100%;
}
/*end audio player code*/
iframe.pdf {
height: 1380px;
}

Loading…
Cancel
Save