Skip to content

Commit a7b376e

Browse files
Made Flash Animation CSS
1 parent fcce25e commit a7b376e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h2>A/V Logger</h2>
104104
<div class="row">
105105
<label for="stop-time" class="col-3">Video Stopped:</label>
106106
<!-- <input type="timecode" id="stop-time" name="stop-time" class="col-9 resetAble" value="" placeholder="XX:XX:XX" autocomplete="off"> -->
107-
<input type="button" id="stop-timer-button" value="Stop Timer" class="col-3">
107+
<input type="button" id="stop-timer-button" value="Stop Timer" class="col-4">
108108
<div class="col-9" id="stop-timer-div" style="display: none">
109109
<h1 class="" id="stop-timer">10:00</h1><input type="button" class="timer-button fa fa-input" id="stop-button" value="&#xf28d;"><input type="button" class="timer-button fa fa-input" id="restart-button" value="&#xf1da;">
110110
</div>
@@ -148,7 +148,7 @@ <h1 class="" id="stop-timer">10:00</h1><input type="button" class="timer-button
148148
</form>
149149

150150
<div class="row" id="version-num">
151-
<p>v2.1.0</p>
151+
<p>v2.1.1</p>
152152
</div>
153153

154154
</div>

0 commit comments

Comments
 (0)