From 10ee068e148ffccbf3d142c96d7f972b04acc273 Mon Sep 17 00:00:00 2001 From: yamanq Date: Sun, 17 Apr 2016 00:52:50 -0400 Subject: [PATCH] settings positioning --- atoms/index.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/atoms/index.css b/atoms/index.css index c4964e1..8cf1e62 100644 --- a/atoms/index.css +++ b/atoms/index.css @@ -86,6 +86,7 @@ img { } .selection { + margin-top: -5%; padding: 4px; box-shadow:inset 0 0 0 99999px rgba(0,0,0,0.2); @@ -284,7 +285,7 @@ img { position: absolute; display: none; opacity: 0; - margin-top: 16%; + margin-top: 65%; margin-left: -9%; border-left: 10px solid transparent; border-right: 10px solid transparent; @@ -304,7 +305,7 @@ img { display: none; opacity: 0; border-radius: 7px; - margin-top: 20%; + margin-top: 95%; margin-left: -13%; padding: 5px; font-size: 90%;