diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-04-21 09:35:51 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-04-21 09:35:51 +0200 |
commit | 0c3d89bfce2723b077f075b22e536f7e530a0b13 (patch) | |
tree | abcbba5aab60cd65629a8dce045b81e4edab962f /plugin | |
parent | 715cf0ba11db0f913cfd2edb56a2c66aed57b505 (diff) | |
download | fosdem-2018-presentation-0c3d89bfce2723b077f075b22e536f7e530a0b13.tar fosdem-2018-presentation-0c3d89bfce2723b077f075b22e536f7e530a0b13.tar.gz |
minor tweak for #1564
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/notes/notes.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html index c339d58..e368a5f 100644 --- a/plugin/notes/notes.html +++ b/plugin/notes/notes.html @@ -135,6 +135,10 @@ opacity: 0.3; } + .speaker-controls-time .pacing-title { + margin-top: 5px; + } + .speaker-controls-time .pacing.ahead { color: blue; } @@ -297,10 +301,9 @@ </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> |