Fix proposition for issue #221

Adding a p element to inform user that his search return no results
This commit is contained in:
dblugeon 2013-05-05 17:34:37 +02:00
parent 09ba2ec913
commit 1ac684b43f
2 changed files with 10 additions and 0 deletions

View file

@ -441,4 +441,9 @@ form.search input {
width: 100%;
padding: 10px;
font-size: 1.2em;
}
p.noresult {
padding : 10px;
text-align : center;
}