From c1e77c9111c37651cc8e1db78f7f93d1e7b06690 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 9 Aug 2015 15:30:15 +0100 Subject: Get language selector in line with the other menu items --- web/public/css/taginfo.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css index 7c617ee..137abbb 100644 --- a/web/public/css/taginfo.css +++ b/web/public/css/taginfo.css @@ -381,6 +381,10 @@ div#tools { margin-top: 4px; } +form#set_language { + display: inline-block; +} + span.lang { position: relative; top: -1px; @@ -414,6 +418,20 @@ form#list-form { float: right; } +@media screen and (max-width: 40em) { + form#list-form { + float: none; + } + + form#filter-form { + float: none; + } + + div#tools { + float: none; + } +} + select#list { background-color: #ffffff; color: #083e76; -- cgit v1.2.3