diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-24 21:40:25 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-24 21:40:25 +0200 |
| commit | 4205772d0862d0f26548a0c8e8c36c17e50046c1 (patch) | |
| tree | 966f551b953e44c79bf41c819251690f342696dc /res/client/css/partials | |
| parent | fbf5fa4c408e912771d90c2a2563064ccded1e86 (diff) | |
input-bar.scss: horizontally align search input-container with tool-bar
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 ab9045f4..7200d807 100644 --- a/res/client/css/partials/input-bar.scss +++ b/res/client/css/partials/input-bar.scss @@ -25,9 +25,9 @@ } #input-container__search { - position: absolute; - top: 70px; left: 24px; + margin-top: 30px; + position: absolute; } #input-container__graph-input { |
