From ad0fc50af59a18d7e6b14c7a1a0229709f60d61a Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Fri, 1 Mar 2013 12:11:58 +1100 Subject: [PATCH] Made a larger margin before the hangup/call button so as not to hit the last outcome by mistake --- css/call.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/call.css b/css/call.css index 4e07ee9a..b149deef 100644 --- a/css/call.css +++ b/css/call.css @@ -27,3 +27,6 @@ .addresp{ font-style:italic; } +#submit { + margin-top: 40px; +}