diff options
| author | garbash <dor.garbash@gmail.com> | 2014-12-03 17:12:11 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-12-03 17:12:15 +0200 |
| commit | 7e59fc40dec230f88c9af7eea6291640aa4679f8 (patch) | |
| tree | 8e8f73427665aaed114f5e9b24f84b3bc73e9100 /res/css/partials | |
| parent | ebe65f6642e235c9707d38fffd81a317c60425d8 (diff) | |
Fixed search bar positioning inconsistencies
Diffstat (limited to 'res/css/partials')
| -rw-r--r-- | res/css/partials/search-bar.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/css/partials/search-bar.scss b/res/css/partials/search-bar.scss index 94566de2..1da42796 100644 --- a/res/css/partials/search-bar.scss +++ b/res/css/partials/search-bar.scss @@ -8,14 +8,14 @@ } .search-input{ - position: fixed; + position: absolute; width: 100%; top: $three-baselines+($four-baselines - $icon-height)/2; height:$icon-height; left: $doc-margin + 40px; } .search-icon { - position:fixed; + position:absolute; width:20px; height:$icon-height; left: $doc-margin; |
