From d189b8ea18ec47575baa268d4147011fe97bb1c6 Mon Sep 17 00:00:00 2001 From: KasperRT Date: Thu, 19 Feb 2015 13:12:36 +0100 Subject: [PATCH] Fix search result size and position --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 01f22251..7cf8d51e 100755 --- a/static/style.css +++ b/static/style.css @@ -228,8 +228,8 @@ body { background-color:rgba(0,0,0,0.2); font-size:14px; width:88.5%; - border-radius:3px; - margin-left:5%; + border-radius: 0px 3px 3px 0px; + margin-left: 5.75%; margin-top:-20px; z-index:2; font-family:sans-serif;