Added empty results feedback, closes #126

This commit is contained in:
Kasper Rynning-Tønnesen
2015-07-09 10:09:03 +02:00
parent eb53955a6b
commit 9ee843be60
5 changed files with 26 additions and 3 deletions

View File

@@ -282,6 +282,16 @@ hide mdi-action-visibility mdi-action-visibility-off
display:none;
}
#empty-results {
text-align:center;
height:100px;
cursor: default;
}
#empty-results span {
margin:auto;
}
#donate_form a {
padding-right:10px;
}