Просмотр исходного кода

Merge pull request #62 from caspervg/master

Small fixes to topic icons
Casper Van Gheluwe 10 лет назад
Родитель
Сommit
3356154f7a
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      flaskbb/templates/forum/forum.html

+ 2 - 2
flaskbb/templates/forum/forum.html

@@ -58,9 +58,9 @@
 
         {% for topic, topicread in topics.items %}
         <tr>
-            <td width="4%">
+            <td width="4%" style="vertical-align: middle; text-align: center;">
             {% if topic.locked %}
-                <span class="fa fa-locked" style="font-size: 2em"></span>
+                <span class="fa fa-lock" style="font-size: 2em"></span>
             {% else %}
                 {% if topic|topic_is_unread(topicread, current_user, forumsread) %}
                     <span class="fa fa-comment" style="font-size: 2em"></span>