From 8378f0e1de00a4b705fb34eaddbd511c085c7d75 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Tue, 28 Feb 2017 22:52:59 -0500 Subject: [PATCH] minor css --- hourglass/client/menus/menus.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hourglass/client/menus/menus.css b/hourglass/client/menus/menus.css index 7f3ca67..5ef3541 100644 --- a/hourglass/client/menus/menus.css +++ b/hourglass/client/menus/menus.css @@ -570,7 +570,7 @@ .formDiv input { font-size: 2vh; - width: calc(98% - 8px) !important; + width: 98% !important; padding: 1%; } @@ -582,6 +582,7 @@ #formContainer { margin: 2%; + position: relative; } #creSubmit {