diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-24 20:20:41 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-24 20:23:09 +0200 |
| commit | f9ebe5813504a83275c2246c3f5a281b85c6d83a (patch) | |
| tree | 82e18ccb8ee6c38a73883a2b7bef2bad5297ee47 /res/client/css/partials | |
| parent | a6230be2dc73ebc540a62f6a56f847ed6f1c3a1a (diff) | |
input-bar.scss: fix positioning
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/input-bar.scss | 4 |
1 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 3d6de74b..ab9045f4 100644 --- a/res/client/css/partials/input-bar.scss +++ b/res/client/css/partials/input-bar.scss @@ -26,13 +26,13 @@ #input-container__search { position: absolute; - top: 40px; + top: 70px; left: 24px; } #input-container__graph-input { position: absolute; - top: 100px; + top: 130px; left: 24px; &:focus { width: 80%; |
