From 5b0fc4b926a30605eec77c8a990f4096ce7a7573 Mon Sep 17 00:00:00 2001 From: TheMrNomis Date: Thu, 10 Dec 2015 12:01:55 +0100 Subject: [PATCH] moved addEvent button to the bottom --- index.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/index.css b/index.css index 02eecde..775abe4 100755 --- a/index.css +++ b/index.css @@ -94,13 +94,15 @@ input[type="checkbox"]:checked + label span { #AddEvent { margin:0; - margin-top:45px; +/* margin-top:45px;*/ text-align:center; font-size: 20px; - padding-top:15px; - height: 40px; + padding-top: 1em; + padding-bottom: 1em; + height: 1em; width: 100%; position:absolute; + bottom: 1em; color: #ffffff; background-color: #2b2b2b; }