Fix proposition for issue #221
Adding a p element to inform user that his search return no results
This commit is contained in:
parent
09ba2ec913
commit
1ac684b43f
2 changed files with 10 additions and 0 deletions
|
@ -441,4 +441,9 @@ form.search input {
|
|||
width: 100%;
|
||||
padding: 10px;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
p.noresult {
|
||||
padding : 10px;
|
||||
text-align : center;
|
||||
}
|
Reference in a new issue