]> rtime.felk.cvut.cz Git - coffee/coffee-flask.git/commitdiff
Increase the size of the logout button
authorJiri Hubacek <hubacji1@fel.cvut.cz>
Thu, 9 Aug 2018 14:09:51 +0000 (14:09 +0000)
committerMichal Sojka <michal.sojka@cvut.cz>
Thu, 9 Aug 2018 15:49:08 +0000 (17:49 +0200)
templates/user.html

index ecc2167c9bafca4036e7b0f6193aa52979af1cac..94c5d533c775d46e69905903d4d2e881d6d58640 100644 (file)
@@ -1,6 +1,6 @@
 {% 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>