Skip to content

Commit

Permalink
minor tweak for hakimel#1564
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel authored and Tobias committed Feb 22, 2018
1 parent ffbc77c commit 9f6a880
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 @@ -123,6 +123,10 @@
opacity: 0.3;
}

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

.speaker-controls-time .pacing.ahead {
color: blue;
}
Expand Down Expand Up @@ -197,10 +201,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 9f6a880

Please sign in to comment.