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 | |
| parent | a6230be2dc73ebc540a62f6a56f847ed6f1c3a1a (diff) | |
input-bar.scss: fix positioning
Diffstat (limited to 'res/client/css')
| -rw-r--r-- | res/client/css/by-view/graph-view.scss | 1 | ||||
| -rw-r--r-- | res/client/css/partials/input-bar.scss | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss index f2438abf..aad43167 100644 --- a/res/client/css/by-view/graph-view.scss +++ b/res/client/css/by-view/graph-view.scss @@ -1,7 +1,6 @@ .graph-view { background-color: $light-grey; height: 100%; - position: relative; } .node { 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%; |
