Set main choice between plat and dessert

This commit is contained in:
Claude Paroz 2021-07-03 18:54:58 +02:00
parent 4172a5f5fe
commit d7276ca9f0
3 changed files with 15 additions and 8 deletions

View file

@ -5,12 +5,17 @@
{% block extrahead %}
<style>
ul.results { list-style-type: none; padding: 0; }
ul { list-style-type: none; padding: 0; }
input#id_text { padding: 10px 0; }
form#search-form p, form#search-form ul {
display: inline-block;
margin-right: 1em;
vertical-align: top;
}
ul.results li { margin: 0; padding: 2px; }
ul.results li, ul.results li * { vertical-align: middle; }
ul.results li:nth-child(odd) { background-color: #eee; }
input#id_text { padding: 10px 0; }
form#search-form p { display: inline-block; margin-right: 1em; }
</style>
{% endblock %}