[Oi-commits] r1499 - in trunk: media/css templates/forum

oi-commits at pardus.org.tr oi-commits at pardus.org.tr
Thu Jun 19 16:21:54 EEST 2008


Author: jnmbk
Date: Thu Jun 19 16:21:54 2008
New Revision: 1499

Modified:
   trunk/media/css/forum.css
   trunk/templates/forum/topic.html
Log:
look&feel

Modified: trunk/media/css/forum.css
=================================================================
--- trunk/media/css/forum.css	(original)
+++ trunk/media/css/forum.css	Thu Jun 19 16:21:54 2008
@@ -506,3 +506,13 @@
 div.poll_help {
     font-style: italic;
 }
+div.poll_header {
+    font-size: 18px;
+    font-weight: bold;
+    background-image: url(/media/dijital/img/forum/stats.gif);
+    background-position: left center;
+    background-repeat: no-repeat;
+    padding-left: 45px;
+    margin-left: 5px;
+    height: 31px;
+}

Modified: trunk/templates/forum/topic.html
=================================================================
--- trunk/templates/forum/topic.html	(original)
+++ trunk/templates/forum/topic.html	Thu Jun 19 16:21:54 2008
@@ -23,11 +23,9 @@
 
 {% if topic.poll %}
 <div class="poll">
-    <h2>Anket</h2>
     <div class="poll_question">
-        <p>{{ topic.poll.question }}</p>
-        {% if topic.poll.date_limit %}<p>Oylama bitiş tarihi: {{ topic.poll.end_date|date:"j F Y l" }}</p>{% endif %}
-        {% if perms.forum.can_change_poll %}<p><a href="{{ topic.get_change_poll_url }}">change</a> - <a href="{{ topic.get_delete_poll_url }}">delete</a></p>{% endif %}
+    <div class="poll_header">Anket</div>
+        <h3>{{ topic.poll.question }}</h3>
     </div>
     <div class="poll_options">
     {% for option in poll_options %}
@@ -40,6 +38,8 @@
         </div>
     {% endfor %}
         {% if poll_enabled %}<div class="poll_help">Oylamaya katılmak için şıklardan birini tıklayın.</div>{% endif %}
+        {% if topic.poll.date_limit %}<div class="poll_help">Oylama bitiş tarihi: {{ topic.poll.end_date|date:"j F Y l" }}</div>{% endif %}
+        {% if perms.forum.can_change_poll %}<div><a href="{{ topic.get_change_poll_url }}">change</a> - <a href="{{ topic.get_delete_poll_url }}">delete</a></div>{% endif %}
     </div>
 </div>
 {% endif %}


More information about the Oi-commits mailing list