This commit is contained in:
Nathan Dinsmore 2013-02-03 19:20:33 -05:00
parent dca5b06d29
commit 18e1efac47
6 changed files with 4 additions and 4 deletions

View file

@ -81,7 +81,7 @@
background-image: url(../img/icon/sticky-closed.png);
}
.closed-topic a {
color: #aaa;
color: #888;
}
/*

Binary file not shown.

Before

Width:  |  Height:  |  Size: 302 B

After

Width:  |  Height:  |  Size: 287 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 478 B

After

Width:  |  Height:  |  Size: 478 B

Before After
Before After

View file

@ -45,7 +45,7 @@
<div class="nosize"><!-- --></div>
</div>
<div {% if topic.sticky %}class="sticky{% if topic.closed %} closed{% endif %}"{% else %}{% if topic.closed %}class="closed"{% else %}{% if topic|has_unreads:user %}class="inew"{% else %}class="forumicon"{% endif %}{% endif %}{% endif %}><div class="nosize"><!-- --></div></div>
<div {% if topic.sticky %}class="isticky{% if topic.closed %} iclosed{% endif %}"{% else %}{% if topic.closed %}class="iclosed"{% else %}{% if topic|has_unreads:user %}class="inew"{% else %}class="forumicon"{% endif %}{% endif %}{% endif %}><div class="nosize"><!-- --></div></div>
<div class="tclcon{% if topic.closed %} closed-topic{% endif %}">
{% if topic.sticky %}
{% trans "Sticky:" %}

View file

@ -39,7 +39,7 @@
<tr>
<td class="tcl">
<div class="intd">
<div {% if topic.sticky %}class="sticky"{% else %}{% if topic.closed %}class="closed"{% else %}{% if topic|has_unreads:user %}class="inew"{% else %}class="forumicon"{% endif %}{% endif %}{% endif %}><div class="nosize"><!-- --></div></div>
<div {% if topic.sticky %}class="isticky{% if topic.closed %} iclosed{% endif %}"{% else %}{% if topic.closed %}class="iclosed"{% else %}{% if topic|has_unreads:user %}class="inew"{% else %}class="forumicon"{% endif %}{% endif %}{% endif %}><div class="nosize"><!-- --></div></div>
<div class="tclcon">
{% if topic.sticky %}
{% trans "Sticky:" %}

View file

@ -31,7 +31,7 @@
<tr>
<td class="tcl">
<div class="intd">
<div {% if topic.sticky %}class="sticky{% if topic.closed %} closed{% endif %}"{% else %}{% if topic.closed %}class="closed"{% else %}{% if topic|has_unreads:user %}class="inew"{% else %}class="forumicon"{% endif %}{% endif %}{% endif %}><div class="nosize"><!-- --></div></div>
<div {% if topic.sticky %}class="isticky{% if topic.closed %} iclosed{% endif %}"{% else %}{% if topic.closed %}class="iclosed"{% else %}{% if topic|has_unreads:user %}class="inew"{% else %}class="forumicon"{% endif %}{% endif %}{% endif %}><div class="nosize"><!-- --></div></div>
<div class="tclcon">
<h3 {% if not topic|has_unreads:user %}class="topic_isread"{% endif %}>{% link topic %}</h3>
<span class="byuser">{% trans "by" %} {{ topic.user.username }}</span>