From 4bd9ee1c7fb2d50e7b6b97d1cfedca38deeb1eaa Mon Sep 17 00:00:00 2001 From: Daku Date: Sat, 18 Jun 2016 12:25:39 +0100 Subject: [PATCH] fix autocomplete search not looking correct on home page --- ext/home/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ext/home/style.css b/ext/home/style.css index fbf1bcf3..dba7e859 100644 --- a/ext/home/style.css +++ b/ext/home/style.css @@ -6,4 +6,8 @@ div#front-page li {list-style-type: none; margin: 0;} @media (max-width: 800px) { div#front-page h1 {font-size: 3em; margin-top: 0.5em; margin-bottom: 0.5em;} #counter {display: none;} -} \ No newline at end of file +} + +div#front-page > #search > form { margin: 0 auto; } +div#front-page > #search > form > ul { width: 225px; vertical-align: middle; display: inline-block; } +div#front-page > #search > form > input[type=submit]{ padding: 4px 6px; }