From f92ea38fff179613edb543b6435750c0ed64e573 Mon Sep 17 00:00:00 2001 From: Ofer Lehr Date: Mon, 1 Dec 2014 00:44:10 +0200 Subject: fixed sass variable colors and polished top bar css --- res/css/partials/search-bar.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'res/css/partials/search-bar.scss') diff --git a/res/css/partials/search-bar.scss b/res/css/partials/search-bar.scss index 5e8d95ba..c78e62c3 100644 --- a/res/css/partials/search-bar.scss +++ b/res/css/partials/search-bar.scss @@ -18,13 +18,12 @@ width: 100%; top: $top-bar-height+($search-bar-height - $search-icon-height)/2; height:$search-icon-height; - left: $left-margin + 40px; + left: $doc-margin + 40px; } .search-icon { position:fixed; width:20px; height:$search-icon-height; - left: $left-margin; + left: $doc-margin; top: $top-bar-height+($search-bar-height - $search-icon-height)/2; - } -- cgit v1.3.1