Add awesomplete to tag search

This commit is contained in:
ArthurHoaro 2015-06-09 14:23:28 +02:00
parent cbecab7735
commit 65d6251744
3 changed files with 23 additions and 3 deletions

View file

@ -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 {