diff options
author | ArthurHoaro <arthur@hoa.ro> | 2015-06-09 14:23:28 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2015-06-09 14:23:28 +0200 |
commit | 65d62517443b67fc4a180c43b50fe62f11b9e3b6 (patch) | |
tree | 17a397a31eda1324710745ed7bbe8773752f77cd /inc/shaarli.css | |
parent | cbecab773526b0c39f3cffa1d4595b5caa781bda (diff) | |
download | Shaarli-65d62517443b67fc4a180c43b50fe62f11b9e3b6.tar.gz Shaarli-65d62517443b67fc4a180c43b50fe62f11b9e3b6.tar.zst Shaarli-65d62517443b67fc4a180c43b50fe62f11b9e3b6.zip |
Add awesomplete to tag search shaarli/Shaarli#49
Diffstat (limited to 'inc/shaarli.css')
-rw-r--r-- | inc/shaarli.css | 11 |
1 files changed, 10 insertions, 1 deletions
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 { | |||
221 | margin-left:24px; | 221 | margin-left:24px; |
222 | } | 222 | } |
223 | 223 | ||
224 | .tagfilter div.awesomplete { | ||
225 | width: inherit; | ||
226 | } | ||
227 | |||
224 | .tagfilter #tagfilter_value { | 228 | .tagfilter #tagfilter_value { |
225 | width: 10%; | 229 | width: 100%; |
230 | display: inline; | ||
231 | } | ||
232 | |||
233 | .tagfilter li { | ||
234 | color: black; | ||
226 | } | 235 | } |
227 | 236 | ||
228 | .tagfilter input.bigbutton, .searchform input.bigbutton, .addform input.bigbutton { | 237 | .tagfilter input.bigbutton, .searchform input.bigbutton, .addform input.bigbutton { |