From: Dobrica Pavlinusic Date: Mon, 20 Oct 2014 14:29:51 +0000 (+0200) Subject: added working indicator X-Git-Url: http://git.rot13.org/?p=Biblio-RFID.git;a=commitdiff_plain;h=c0a67873c977f590916e05d68fc45e2267643d8a added working indicator --- diff --git a/examples/giphy.gif b/examples/giphy.gif new file mode 100644 index 0000000..738e511 Binary files /dev/null and b/examples/giphy.gif differ diff --git a/examples/selfcheck.html b/examples/selfcheck.html index f792ec0..efe2cff 100644 --- a/examples/selfcheck.html +++ b/examples/selfcheck.html @@ -78,6 +78,15 @@ input[type=button] { text-align: center; } +#working { + display: none; + position: absolute; + top: 50%; + left: 50%; + margin-left: -250px; /* 500 / 2 */ + margin-top: -187px; /* 375 / 2 */ +} + @@ -98,6 +107,11 @@ Timeout in 99 seconds. +
+ +
+ +