change date place
This commit is contained in:
@@ -9,7 +9,7 @@ td { height: 1.75em; }
|
|||||||
.tickbox { margin-right: 0.5em; }
|
.tickbox { margin-right: 0.5em; }
|
||||||
.noitem { background-color: transparent; border-color:transparent; }
|
.noitem { background-color: transparent; border-color:transparent; }
|
||||||
.page { border: 5px solid #ccc; padding: 0.5em;
|
.page { border: 5px solid #ccc; padding: 0.5em;
|
||||||
background: white; overflow:hidden; min-height:97vh;}
|
background: white; overflow:hidden; min-height:16em;}
|
||||||
.entries { margin-top: 1em; margin-bottom: 1em; }
|
.entries { margin-top: 1em; margin-bottom: 1em; }
|
||||||
.entries input { margin-top: 0.125em; margin-bottom: 0.125em; }
|
.entries input { margin-top: 0.125em; margin-bottom: 0.125em; }
|
||||||
.entries li { margin: 0.8em 1.2em; }
|
.entries li { margin: 0.8em 1.2em; }
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{% extends "layout.html" %}
|
{% extends "layout.html" %}
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<H2># {{ shop }}</H2>
|
<H2># {{ shop }}</H2>
|
||||||
<div id=date>{{ date }}</div>
|
|
||||||
<div class=entries>
|
<div class=entries>
|
||||||
<form action="{{ url_for('toggle_item') }}" method=post class=toggle-item>
|
<form action="{{ url_for('toggle_item') }}" method=post class=toggle-item>
|
||||||
<input type=hidden name=shopid value="{{ shopid }}" >
|
<input type=hidden name=shopid value="{{ shopid }}" >
|
||||||
@@ -9,6 +8,7 @@
|
|||||||
<input class="submit tickbox {{ entry.extra_class }}" type=submit name=item{{ entry.row }} value="{{ entry.icon }}" >{{ entry.text|safe }}<br>
|
<input class="submit tickbox {{ entry.extra_class }}" type=submit name=item{{ entry.row }} value="{{ entry.icon }}" >{{ entry.text|safe }}<br>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</form>
|
</form>
|
||||||
|
<div id=date>{{ date }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2 id="h2_add" onclick="hidetoggle('disp_add')" class=pointer>Add items</h2>
|
<h2 id="h2_add" onclick="hidetoggle('disp_add')" class=pointer>Add items</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user