diff options
author | Christopher Baines <mail@cbaines.net> | 2015-08-09 14:47:50 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-08-09 14:47:50 +0100 |
commit | b0330f4ff6197eab5d9fdd2344a369c0cc7ac838 (patch) | |
tree | 7b0b5152208cd75d08012ce95d321aeccc832136 | |
parent | 578c048318446f4c8366e2840c7df79186140d2c (diff) | |
download | taginfo-b0330f4ff6197eab5d9fdd2344a369c0cc7ac838.tar taginfo-b0330f4ff6197eab5d9fdd2344a369c0cc7ac838.tar.gz |
Allow search box to be next to the other menu items
-rw-r--r-- | web/public/css/taginfo.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |