From: yomguy Date: Fri, 13 Apr 2012 04:54:44 +0000 (+0200) Subject: fix icons X-Git-Tag: 0.2~45 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3b5f15fb49757b4d263eb6892a5c874a4ddf4abe;p=teleforma.git fix icons --- diff --git a/teleforma/htdocs/css/teleforma.css b/teleforma/htdocs/css/teleforma.css index 8870ba58..162ab230 100644 --- a/teleforma/htdocs/css/teleforma.css +++ b/teleforma/htdocs/css/teleforma.css @@ -854,7 +854,7 @@ table.listing tbody td, table.listing tbody th { font-weight: normal; } table.listing tbody td { - padding: 0.8em 0em 0.8em 0em; + padding: 0.8em 0em 0.8em 0.8em; font-weight: normal; font-size: 0.9em; } @@ -1357,7 +1357,7 @@ input,textarea{ font-size: 0.9125em; background-color: #FFF; color: #0000 ; - font-weight: bold; + font-weight: normal; max-height: 250px; overflow-y: scroll; @@ -1527,6 +1527,6 @@ input,textarea{ #spacing td { padding: 1em 1em 1em 0.3em; - font-size: 0.8em; + font-size: 0.9125em; font-weight: normal; } diff --git a/teleforma/templates/teleforma/inc/document_list.html b/teleforma/templates/teleforma/inc/document_list.html index df566dad..a037678f 100644 --- a/teleforma/templates/teleforma/inc/document_list.html +++ b/teleforma/templates/teleforma/inc/document_list.html @@ -20,9 +20,13 @@ {{ document.title }} {{ document.description }} - {{ document.is_annal }} + + {% if document.is_annal %} + yes  + {% endif %} + {{ document.date_added }} - +   {% endfor %} diff --git a/teleforma/templatetags/teleforma_tags.py b/teleforma/templatetags/teleforma_tags.py index 5b0eae39..98b8544d 100644 --- a/teleforma/templatetags/teleforma_tags.py +++ b/teleforma/templatetags/teleforma_tags.py @@ -60,7 +60,6 @@ def to_recipients(users): import django.utils.timezone as timezone - from timezones.utils import localtime_for_timezone @register.filter