# HG changeset patch # User ymh # Date 1478600282 -3600 # Node ID a5bd0f6082f3288f03aed8ab72b3e5eb95ab442b # Parent 35c597ce5da4e74f01cd116ec64e94f127adf86f css corrections + transcript diff -r 35c597ce5da4 -r a5bd0f6082f3 cms/app-client/app/styles/components/player-component.scss --- a/cms/app-client/app/styles/components/player-component.scss Tue Nov 08 09:01:53 2016 +0100 +++ b/cms/app-client/app/styles/components/player-component.scss Tue Nov 08 11:18:02 2016 +0100 @@ -106,7 +106,7 @@ } .player-component #audio .progress .bar { - width: 303px; + width: 226px; height: 3px; background-color: $corpus-light-blue; margin: -1px 60px 0 60px; @@ -117,10 +117,6 @@ border: none; } -.player-component #audio.extra .progress .bar { - width: 226px; -} - .player-component #audio.extra.multiple .progress .bar { width: 181px; } @@ -163,7 +159,7 @@ .player-component #audio .meta .language, .player-component #audio .meta .date { - + } .player-component #audio .meta .language a { @@ -227,4 +223,4 @@ .player-component #audio .controls.extra i.fa-expand::before, .player-component #audio .controls.extra i.fa-compress::before { font-size: 19px; -} \ No newline at end of file +} diff -r 35c597ce5da4 -r a5bd0f6082f3 server/src/app/Libraries/Transcript/TranscriptConverterBase.php --- a/server/src/app/Libraries/Transcript/TranscriptConverterBase.php Tue Nov 08 09:01:53 2016 +0100 +++ b/server/src/app/Libraries/Transcript/TranscriptConverterBase.php Tue Nov 08 11:18:02 2016 +0100 @@ -7,7 +7,7 @@ use DateTime; -abstract class TranscriptConverterBase implements Transcriptconverterinterface { +abstract class TranscriptConverterBase implements TranscriptConverterInterface { public function __construct(Document $document, $source, $creationDate = null) { $this->resJSON = []; @@ -156,4 +156,4 @@ return $this->resJSON; } -} \ No newline at end of file +}