css corrections + transcript
authorymh <ymh.work@gmail.com>
Tue, 08 Nov 2016 11:18:02 +0100
changeset 398 a5bd0f6082f3
parent 397 35c597ce5da4
child 399 800d6baf35f7
css corrections + transcript
cms/app-client/app/styles/components/player-component.scss
server/src/app/Libraries/Transcript/TranscriptConverterBase.php
--- 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
+}
--- 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
+}