mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 01:46:14 -04:00
fix timeslider title issues
This commit is contained in:
parent
fef746e80e
commit
f6b4b5603d
2 changed files with 9 additions and 3 deletions
|
@ -61,11 +61,11 @@
|
|||
<div id="ui-slider-bar"></div>
|
||||
</div>
|
||||
<div id="playpause_button">
|
||||
<button id="playpause_button_icon" class="" data-l10n-id="timeslider.playPause"></button>
|
||||
<button id="playpause_button_icon" class=""></button>
|
||||
</div>
|
||||
<div id="steppers">
|
||||
<button class="stepper" id="leftstep" data-l10n-id="timeslider.backRevision"></button>
|
||||
<button class="stepper" id="rightstep" data-l10n-id="timeslider.forwardRevision"></button>
|
||||
<button class="stepper" id="leftstep"></button>
|
||||
<button class="stepper" id="rightstep"></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue