From 9a09b37ef161ff70b10ef10d5decb2cb9ec321ad Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 3 Mar 2015 10:44:45 +0200 Subject: client: fix input-container graph-input when got-it message is visible. Fixes #344 --- res/client/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index 81b5d528..857e2cec 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -331,7 +331,7 @@ body.debug .debug-ui-right { #input-container__graph-input { position: absolute; - top: 130px; + margin-top: 80px; left: 24px; height: 36px; line-height: initial; } -- cgit v1.3.1