diff options
author | Christopher Baines <mail@cbaines.net> | 2015-08-09 15:30:15 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-08-09 15:30:15 +0100 |
commit | c1e77c9111c37651cc8e1db78f7f93d1e7b06690 (patch) | |
tree | 688bbef58f5b7cefda97b118cd7a3e8577a5d415 /web | |
parent | ade84a3e0d6f4b2d04a78a96b85e71699ad9917d (diff) | |
download | taginfo-c1e77c9111c37651cc8e1db78f7f93d1e7b06690.tar taginfo-c1e77c9111c37651cc8e1db78f7f93d1e7b06690.tar.gz |
Get language selector in line with the other menu items
Diffstat (limited to 'web')
-rw-r--r-- | web/public/css/taginfo.css | 18 |
1 files changed, 18 insertions, 0 deletions
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; |