Be more explicit about non matches

This commit is contained in:
Jonathan Cremin 2015-01-10 22:39:34 +00:00
parent 195e116670
commit 8fd3afb2a4
2 changed files with 14 additions and 0 deletions

View file

@ -148,6 +148,17 @@ h3 {
.not-found {
opacity: 0.2;
}
.no-match {
position: absolute;
bottom: 80px;
right: 37px;
background: #fff;
color: #FE4365;
padding: 3px 6px;
border-radius: 3px;
opacity: 0.7;
font-weight: bold;
}
.loading-wrap {
position: absolute;
top: 0;left: 0;