]> rtime.felk.cvut.cz Git - coffee/coffee-flask.git/blobdiff - templates/user.html
Increase the size of the logout button
[coffee/coffee-flask.git] / templates / user.html
index e481c76591cb2a3d6cef065b8fe70e24aafc581a..94c5d533c775d46e69905903d4d2e881d6d58640 100644 (file)
@@ -1,10 +1,12 @@
 {% if name %}
-    <form style="position: absolute; right: 10%">
-        <input type="button" value="logout" onclick="logout()">
+    <form style="position: absolute; right: 15%; width: 15%; height: 15%;">
+        <input type="button" value="logout" onclick="logout()" style="width: 100%; height: 100%;">
     </form>
 
     <h1>Hello, {{ name }}!</h1>
 
+    <p id="nextStep"></p>
+
     {% if count %}
     <p>You've had {{ count }} coffee{% if count != 1 %}s{% endif %} today.</p>
     {% endif %}
@@ -29,5 +31,5 @@
         </form>
     </p
 {% else %}
-    login
+    Use your card/token to log in...
 {% endif %}