]> _ Git - fluidbook-html5.git/commitdiff
Add missing Fluidbook HTML5 audio description files (part 2 of 2).
authorStephen Cameron <stephen@cubedesigners.com>
Tue, 19 Jul 2016 14:29:05 +0000 (14:29 +0000)
committerStephen Cameron <stephen@cubedesigners.com>
Tue, 19 Jul 2016 14:29:05 +0000 (14:29 +0000)
style/fluidbook.css
style/fluidbook.less

index 67fad2cbf7578cf1d255a311637fa70929c78162..831e2ebf853bddf4dcbc728d9f890a21f906de97 100644 (file)
@@ -366,6 +366,23 @@ body {
   border-top-right-radius: 1px;
   border-bottom-right-radius: 1px;
 }
+.audio-description-button {
+  background-image: url("../data/images/interface-audio-description-on.svg");
+  width: 52px;
+  height: 52px;
+  background-size: 52px 52px;
+  display: inline-block;
+  border: 0;
+  outline: none;
+  position: absolute;
+  cursor: pointer;
+}
+.audio-description-button.right {
+  right: 0;
+}
+.audio-description-button.playing {
+  background-image: url("../data/images/interface-audio-description-off.svg");
+}
 .no-svg.rtl #next,
 .no-svg.ltr #previous {
   background-image: url("../data/images/interface-previous.png");
index 39b50a98d0b460c92b9508470ecbc4db501c0c3e..261cf5b2d117afc39d1bb010c33f076961e9ce02 100644 (file)
@@ -410,6 +410,26 @@ body {
        }
 }
 
+.audio-description-button {
+       background-image: url("../data/images/interface-audio-description-on.svg");
+       width: 52px;
+       height: 52px;
+       background-size: 52px 52px;
+       display: inline-block;
+       border: 0;
+       outline: none;
+       position: absolute;
+       cursor: pointer;
+
+       &.right {
+               right: 0;
+       }
+
+       &.playing {
+               background-image: url("../data/images/interface-audio-description-off.svg");
+       }
+}
+
 .no-svg {
        &.rtl #next, &.ltr #previous {
                background-image: url("../data/images/interface-previous.png");