space around buttons
This commit is contained in:
@@ -24,9 +24,9 @@ hr { border-color: #377ba8; }
|
|||||||
.add-entry dl { font-weight: bold; }
|
.add-entry dl { font-weight: bold; }
|
||||||
.metanav { text-align: left; font-size: 1.2em;
|
.metanav { text-align: left; font-size: 1.2em;
|
||||||
background: #ffffff; font-weight: normal; }
|
background: #ffffff; font-weight: normal; }
|
||||||
.button-panel-row { margin-top: 1em; }
|
.button-panel-row { margin-top: 0em; }
|
||||||
.button-panel-col { float: left; display: block; margin-right: 1em;
|
.button-panel-col { float: left; display: block; margin-right: 1em;
|
||||||
min-width: 23ex;}
|
min-width: 19ex; margin-top: 1em;}
|
||||||
.flash { background: #cee5F5; padding: 0.5em;
|
.flash { background: #cee5F5; padding: 0.5em;
|
||||||
border: 1px solid #aacbe2; }
|
border: 1px solid #aacbe2; }
|
||||||
.error { background: #f0d6d6; padding: 0.5em; }
|
.error { background: #f0d6d6; padding: 0.5em; }
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
<input class=submit type=submit name=toggleAll value="Invert ticks">
|
<input class=submit type=submit name=toggleAll value="Invert ticks">
|
||||||
</form>
|
</form>
|
||||||
</span>
|
</span>
|
||||||
<span class="button-panel">
|
<span class="button-panel-col">
|
||||||
<form action="{{ url_for('toggle_item') }}" method=post>
|
<form action="{{ url_for('toggle_item') }}" method=post>
|
||||||
<input type=hidden name=shopid value="{{ shopid }}">
|
<input type=hidden name=shopid value="{{ shopid }}">
|
||||||
<input class=submit type=submit name=unTickAll value="Clear ticks" onclick="return confirm('Do you really want to untick all entries?');">
|
<input class=submit type=submit name=unTickAll value="Clear ticks" onclick="return confirm('Do you really want to untick all entries?');">
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</form>
|
</form>
|
||||||
</span>
|
</span>
|
||||||
<span class="button-panel">
|
<span class="button-panel-col">
|
||||||
<form action="{{ url_for('remove_toggled') }}" method=post>
|
<form action="{{ url_for('remove_toggled') }}" method=post>
|
||||||
<input type=hidden name=shopid value={{ shopid }}>
|
<input type=hidden name=shopid value={{ shopid }}>
|
||||||
<input class=submit type=submit onclick="return confirm('Do you really want to remove ticked entries?');" value="Remove ticked">
|
<input class=submit type=submit onclick="return confirm('Do you really want to remove ticked entries?');" value="Remove ticked">
|
||||||
|
|||||||
Reference in New Issue
Block a user