From 1736c7527263670d59a9c4732424033d01aa48fb Mon Sep 17 00:00:00 2001 From: Steven Haskell Date: Mon, 22 Oct 2018 23:40:15 -0400 Subject: [PATCH] Added hide reset button on data entry Added javascript that watches if info is being entered into the weight input and hides reset button if so. --- css/appstyling-v2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/appstyling-v2.css b/css/appstyling-v2.css index 85a28bd..2fe56d9 100644 --- a/css/appstyling-v2.css +++ b/css/appstyling-v2.css @@ -304,7 +304,7 @@ input.input-calculate:focus{ .b-infoentry__reset{ position: absolute; top: 50%; - left: 50%; + right: 25%; transform: translate(50%, -32%); -webkit-transform: translate(50%, -32%); color: #808285;