diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index 4b9c998..44150f3 100755 --- a/css/components/islandora_mods.css +++ b/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; }