meisterschaft 2022
This commit is contained in:
parent
f1085ce37b
commit
9c15f6c0e9
|
@ -1,3 +1,6 @@
|
||||||
|
h1
|
||||||
|
float: left
|
||||||
|
|
||||||
#clock
|
#clock
|
||||||
.duration
|
.duration
|
||||||
font-size: 2em
|
font-size: 2em
|
||||||
|
@ -45,6 +48,7 @@
|
||||||
outline: none
|
outline: none
|
||||||
|
|
||||||
main
|
main
|
||||||
|
clear: both
|
||||||
margin: 0 auto
|
margin: 0 auto
|
||||||
width: 20em
|
width: 20em
|
||||||
text-align: center
|
text-align: center
|
||||||
|
|
|
@ -73,7 +73,6 @@ window.addEventListener 'load', ->
|
||||||
window.list = []
|
window.list = []
|
||||||
counter = 0
|
counter = 0
|
||||||
clock.element.addEventListener 'clock_splitted', (e) ->
|
clock.element.addEventListener 'clock_splitted', (e) ->
|
||||||
counter++
|
|
||||||
dur = duration_to_string e.duration
|
dur = duration_to_string e.duration
|
||||||
tr = document.createElement 'tr'
|
tr = document.createElement 'tr'
|
||||||
td = document.createElement 'td'
|
td = document.createElement 'td'
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
%body
|
%body
|
||||||
%header
|
%header
|
||||||
%h1 Zeitschplitter
|
%h1 Zeitschplitter
|
||||||
%main
|
|
||||||
#clock
|
#clock
|
||||||
.duration 00:00:00.0
|
.duration 00:00:00.0
|
||||||
.controls(data-state="loaded")
|
.controls(data-state="loaded")
|
||||||
|
@ -24,6 +23,7 @@
|
||||||
%button.export ⤓
|
%button.export ⤓
|
||||||
.never
|
.never
|
||||||
%a.exporthelper(download="schplitter.csv")
|
%a.exporthelper(download="schplitter.csv")
|
||||||
|
%main
|
||||||
#TimeList
|
#TimeList
|
||||||
%table
|
%table
|
||||||
%thead
|
%thead
|
||||||
|
|
Loading…
Reference in a new issue