Alpha update

This commit is contained in:
ebassi -
parent 3a568602da
commit a06cdba30e
28 changed files with 615 additions and 589 deletions

View file

@ -7,7 +7,7 @@
<dd class="content_tag_list">
{% if loops.tags|length %}
{% for TAG in loops.tags %}
<label class="content_tag" style="background: {{ TAG.COLOR }}">
<label class="content_tag" style="background: #{{ TAG.COLOR }}">
<input type="checkbox" id="tag_{{ TAG.ID }}" name="tag_{{ TAG.ID }}" value="{{ TAG.TITLE }}" {% if TAG.SELECTED %} checked="checked"{% endif %}>
{{ TAG.TITLE }}
</label>

View file

@ -7,7 +7,7 @@
<dd>
{% if loops.tags|length %}
{% for TAG in loops.tags %}
<label class="content_tag" style="background: {{ TAG.COLOR }}">
<label class="content_tag" style="background: #{{ TAG.COLOR }}">
<input type="checkbox" id="tag_{{ TAG.ID }}" name="tag_{{ TAG.ID }}" value="{{ TAG.TITLE }}">
{{ TAG.TITLE }}
</label>&nbsp;

View file

@ -6,9 +6,3 @@
font-weight: bold;
display: inline-block;
}
.content_tag_checkbox {
}
.content_tag_list {
}