Skip to content

Commit

Permalink
minor tweak for #1564
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Apr 21, 2017
1 parent 715cf0b commit 0c3d89b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions plugin/notes/notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@
opacity: 0.3;
}

.speaker-controls-time .pacing-title {
margin-top: 5px;
}

.speaker-controls-time .pacing.ahead {
color: blue;
}
Expand Down Expand Up @@ -297,10 +301,9 @@ <h4 class="label">Time <span class="reset-button">Click to Reset</span></h4>
</div>
<div class="clear"></div>

<h4 class="label pacing-title" style="display: none">Pacing</h4>
<h4 class="label pacing-title" style="display: none">Pacing – Time to finish current slide</h4>
<div class="pacing" style="display: none">
<span class="hours-value">00</span><span class="minutes-value">:00</span><span class="seconds-value">:00</span>
to finish current slide
</div>
</div>

Expand Down

0 comments on commit 0c3d89b

Please sign in to comment.