style no-results message (bug 672658)

This commit is contained in:
Matt Claypotch 2011-08-16 17:00:48 -07:00
Родитель 225d6932b2
Коммит b4bacc2247
2 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -53,5 +53,7 @@
{{ install_button(addon, impala=True, collection=collection) }}
</div>
</div>
{% else %}
{% include 'search/no_results.html' %}
{% endfor %}
{% endcache %}

Просмотреть файл

@ -47,6 +47,14 @@ header .feed {
}
}
.no-results {
text-align: center;
padding: 20px;
box-shadow: 0 1px #fff;
opacity: .5;
font: bold 24px @sans-stack;
}
.listing .item {
border-top: 1px dotted @border-blue;
color: @note-gray;