summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-03-03 10:44:45 +0200
committerAlon Levy <alon@pobox.com>2015-03-03 10:44:45 +0200
commit9a09b37ef161ff70b10ef10d5decb2cb9ec321ad (patch)
tree92f63127b2d1562eebce39c6d3eb1478b0b9bc03 /res/client/css/style.css
parentd1092a06fbae2ed17e01d6f32bd56460e0822ee1 (diff)
client: fix input-container graph-input when got-it message is visible. Fixes #344
Diffstat (limited to 'res/client/css/style.css')
-rw-r--r--res/client/css/style.css2
1 files changed, 1 insertions, 1 deletions
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; }