From c59995c80779d15681b48e19d6f2e6fe2fa6031e Mon Sep 17 00:00:00 2001 From: Daku Date: Sat, 18 Jun 2016 11:47:04 +0100 Subject: [PATCH] search button can sometimes be on same line as input --- ext/autocomplete/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/autocomplete/style.css b/ext/autocomplete/style.css index 582af002..019bb7fd 100644 --- a/ext/autocomplete/style.css +++ b/ext/autocomplete/style.css @@ -2,7 +2,7 @@ .tagit { background: white !important; border: 1px solid grey !important; cursor: text; } .tagit-choice { cursor: initial; } -input[name=search] ~ input[type=submit] { display: block !important; } +input[name=search] ~ input[type=submit] { display: inline-block !important; } .tag-negative { background: #ff8080 !important; } .tag-positive { background: #40bf40 !important; } \ No newline at end of file