add an id to buttons div so that we can use it when calling scaleToFit
This commit is contained in:
parent
617a1faa99
commit
080557d580
|
@ -170,7 +170,7 @@ xhtmlHeaders(__FILE__, translate('CycleWatch'));
|
|||
?>
|
||||
</div>
|
||||
|
||||
<div class="buttons">
|
||||
<div id="buttons" class="buttons">
|
||||
<button type="button" value="<" id="prevBtn" title="<?php echo translate('PreviousMonitor') ?>" class="active" data-on-click-true="cyclePrev"><<</button>
|
||||
<button type="button" value="||" id="pauseBtn" title="<?php echo translate('PauseCycle') ?>" class="active" data-on-click-true="cyclePause">||</button>
|
||||
<button type="button" value="|>" id="playBtn" title="<?php echo translate('PlayCycle') ?>" class="inactive" disabled="disabled" data-on-click-true="cycleStart">|></button>
|
||||
|
|
Loading…
Reference in New Issue