From b0330f4ff6197eab5d9fdd2344a369c0cc7ac838 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 9 Aug 2015 14:47:50 +0100 Subject: Allow search box to be next to the other menu items --- web/public/css/taginfo.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css index 47c7041..56633a3 100644 --- a/web/public/css/taginfo.css +++ b/web/public/css/taginfo.css @@ -204,6 +204,10 @@ div#menu-div { clear: both; } +form#search_form { + display: inline-block; +} + select#locale, select#lang { font-size: 90%; background-color: #ffffff; -- cgit v1.2.3