diff --git a/VERSIONS_HOTLINE/141810 b/VERSIONS_HOTLINE/141810 new file mode 100644 index 0000000000000000000000000000000000000000..41b5eb299f4a3bb000a9e332b2841ca837072c10 --- /dev/null +++ b/VERSIONS_HOTLINE/141810 @@ -0,0 +1 @@ + - ticket #141810 : Kiosque : correction de l'affichage du composant protoFlow. \ No newline at end of file diff --git a/public/opac/java/protoflow/protoFlow.css b/public/opac/java/protoflow/protoFlow.css index 3ab2820965711d57014e452cae8744a69e5b8911..70ace0991cda6c13ed484ed9e5be91d6b5272d6d 100644 --- a/public/opac/java/protoflow/protoFlow.css +++ b/public/opac/java/protoflow/protoFlow.css @@ -1,47 +1,57 @@ - #bodyWrap { - width: 800px; - margin-left: auto; - margin-right: auto; - } - - #overlay { - background: url('trans.png') repeat-y; - } - - #protoflowContainer { - border: 5px solid #444444; - margin-left: auto; - margin-right: auto; - } - #protoflow { - width: auto; - border: 0px solid red; - - } - - .sliderTrack { - background:transparent url('track_fill_left.png') no-repeat scroll left top; - height:15px; - position:relative; - text-align:left; - width:137px; - } - - .sliderHandle { - background:transparent url('knob.png') no-repeat scroll left top; - cursor:pointer; - height:16px; - margin-left:-2px; - position:absolute; - top:-5px; - width:16px; - } - - .protoCaptions { - display: none; - } - - .captionHolder { - font-size: 26px; - color: black; - } +#bodyWrap { + width: 800px; + margin-left: auto; + margin-right: auto; +} + +#overlay { + background: url('trans.png') repeat-y; +} + +#protoflowContainer { + border: 5px solid #444444; + margin-left: auto; + margin-right: auto; +} +#protoflow { + width: auto; + border: 0px solid red; + +} + +.sliderTrack { + background:transparent url('track_fill_left.png') no-repeat scroll left top; + height:15px; + position:relative; + text-align:left; + width:137px; +} + +.sliderHandle { + background:transparent url('knob.png') no-repeat scroll left top; + cursor:pointer; + height:16px; + margin-left:-2px; + position:absolute; + top:-5px; + width:16px; +} + +.protoCaptions { + display: none; +} + +.captionHolder { + font-size: 26px; + color: black; +} + +img.reflected + canvas { + opacity: .5; +} + +.captionHolder { + font-size: 26px; + color: black; + z-index: 10; +}