diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-03 10:44:45 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-03 10:44:45 +0200 |
| commit | 9a09b37ef161ff70b10ef10d5decb2cb9ec321ad (patch) | |
| tree | 92f63127b2d1562eebce39c6d3eb1478b0b9bc03 /res/client/css | |
| parent | d1092a06fbae2ed17e01d6f32bd56460e0822ee1 (diff) | |
client: fix input-container graph-input when got-it message is visible. Fixes #344
Diffstat (limited to 'res/client/css')
| -rw-r--r-- | res/client/css/partials/input-bar.scss | 2 | ||||
| -rw-r--r-- | res/client/css/style.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/res/client/css/partials/input-bar.scss b/res/client/css/partials/input-bar.scss index 995ace58..d205ae5e 100644 --- a/res/client/css/partials/input-bar.scss +++ b/res/client/css/partials/input-bar.scss @@ -32,7 +32,7 @@ #input-container__graph-input { position: absolute; - top: 130px; + margin-top: 80px; left: 24px; height: 36px; line-height: initial; 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; } |
