From 7438a6df128938b84271d271751a8ee09911f37d Mon Sep 17 00:00:00 2001 From: yamanq Date: Wed, 10 Feb 2016 08:10:32 -0500 Subject: [PATCH] fixed remove button position --- scheduleac/client/client.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scheduleac/client/client.css b/scheduleac/client/client.css index 8a5db64..993169d 100644 --- a/scheduleac/client/client.css +++ b/scheduleac/client/client.css @@ -168,8 +168,9 @@ h1 { .fa { float:right; clear:right; - margin-top: -50%; - margin-right:-18%; + position: fixed; + top: 3%; + right: 2.5%; -webkit-transition: color 0.5s ease; -moz-transition: color 0.5s ease;