diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-22 01:42:47 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-22 02:41:21 +0300 |
| commit | 461d1cbddb97df4019fc67c735822a11cc2f901b (patch) | |
| tree | 16f2cc2eaa23a28c8ef1c424e6de44812d880fce /res/client/css/partials | |
| parent | 117292a4ef03b68e1428ab2e57d19924189c3060 (diff) | |
[top-bar redesign] misc, css update
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/base.scss | 4 | ||||
| -rw-r--r-- | res/client/css/partials/input-bar.scss | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/res/client/css/partials/base.scss b/res/client/css/partials/base.scss index d50bb21d..6077741c 100644 --- a/res/client/css/partials/base.scss +++ b/res/client/css/partials/base.scss @@ -69,11 +69,9 @@ input, .input { } .rhizi-logo { - position: fixed; - color: $dark-grey; + position: absolute; bottom: 10px; right: 10px; - vertical-align: middle; } .logo-3rd-party { diff --git a/res/client/css/partials/input-bar.scss b/res/client/css/partials/input-bar.scss index d205ae5e..1d15c671 100644 --- a/res/client/css/partials/input-bar.scss +++ b/res/client/css/partials/input-bar.scss @@ -1,6 +1,7 @@ @import '../modules/mixins'; // For box-shadow .input-container { + left: $graph-margin-left; width: 35%; form { @@ -25,7 +26,6 @@ } #input-container__search { - left: 24px; margin-top: $two-baselines; position: absolute; } @@ -33,7 +33,6 @@ #input-container__graph-input { position: absolute; margin-top: 80px; - left: 24px; height: 36px; line-height: initial; &:focus { |
