summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-02-24 21:40:25 +0200
committerLV-426 <lv-426@taproot.org.il>2015-02-24 21:40:25 +0200
commit4205772d0862d0f26548a0c8e8c36c17e50046c1 (patch)
tree966f551b953e44c79bf41c819251690f342696dc /res/client/css/style.css
parentfbf5fa4c408e912771d90c2a2563064ccded1e86 (diff)
input-bar.scss: horizontally align search input-container with tool-bar
Diffstat (limited to 'res/client/css/style.css')
-rw-r--r--res/client/css/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css
index 1521ee97..d3385366 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -218,9 +218,9 @@ body.debug .debug-ui-right {
box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3); }
#input-container__search {
- position: absolute;
- top: 70px;
- left: 24px; }
+ left: 24px;
+ margin-top: 30px;
+ position: absolute; }
#input-container__graph-input {
position: absolute;