Set main choice between plat and dessert
This commit is contained in:
parent
4172a5f5fe
commit
d7276ca9f0
3 changed files with 15 additions and 8 deletions
|
|
@ -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 %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue