style no-results message (bug 672658)
This commit is contained in:
Родитель
225d6932b2
Коммит
b4bacc2247
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче