From 65d62517443b67fc4a180c43b50fe62f11b9e3b6 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Tue, 9 Jun 2015 14:23:28 +0200 Subject: Add awesomplete to tag search shaarli/Shaarli#49 --- inc/shaarli.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/shaarli.css b/inc/shaarli.css index c4348c70..f5413524 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css @@ -221,8 +221,17 @@ h1 { margin-left:24px; } +.tagfilter div.awesomplete { + width: inherit; +} + .tagfilter #tagfilter_value { - width: 10%; + width: 100%; + display: inline; +} + +.tagfilter li { + color: black; } .tagfilter input.bigbutton, .searchform input.bigbutton, .addform input.bigbutton { -- cgit v1.2.3