mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-08 00:55:33 +00:00
minor fix
This commit is contained in:
@@ -121,7 +121,7 @@ section.content {
|
||||
position: fixed;
|
||||
left: 10%;
|
||||
text-align: left;
|
||||
display: inline-grid;
|
||||
/*display: grid;*/
|
||||
}
|
||||
#checkbox-functions .pure-button {
|
||||
background: #0078e7;
|
||||
|
||||
@@ -27,18 +27,18 @@
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
--> <div id="controls-top">
|
||||
<div id="controls-top">
|
||||
<ul id="post-list-buttons-top">
|
||||
<span id="checkbox-functions" style="display: none;">
|
||||
<li>
|
||||
<a href="javascript:processChecked('recheck_selected', '{{ active_tag }}');" class="pure-button button-tag " title="Recheck Selected{%if active_tag%} in "{{active_tag}}"{%endif%}">Recheck</a>
|
||||
</li>
|
||||
</li><br>
|
||||
<li>
|
||||
<a href="javascript:processChecked('mark_selected_notviewed', '{{ active_tag }}');" class="pure-button button-tag " title="Mark Selected as Unviewed{%if active_tag%} in "{{active_tag}}"{%endif%}">Unviewed</a>
|
||||
</li>
|
||||
</li><br>
|
||||
<li>
|
||||
<a href="javascript:processChecked('mark_selected_viewed', '{{ active_tag }}');" class="pure-button button-tag " title="Mark Selected as Viewed{%if active_tag%} in "{{active_tag}}"{%endif%}">Viewed</a>
|
||||
</li>
|
||||
</li><br>
|
||||
<span id="danger">
|
||||
<li>
|
||||
<a href="javascript:processChecked('delete_selected', '{{ active_tag }}');" class="pure-button button-tag " title="Delete Selected{%if active_tag%} in "{{active_tag}}"{%endif%}">Delete</a>
|
||||
|
||||
Reference in New Issue
Block a user