From: yomguy Date: Tue, 19 Jun 2012 18:08:43 +0000 (+0200) Subject: fix doc down style X-Git-Tag: 0.5.4^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f79976ace177280fbaf9bd8e256b13a8529c3334;p=teleforma.git fix doc down style --- diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index 1e7e77bd..6969b4c6 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -1329,6 +1329,7 @@ input,textarea{ #module-set { float: right; clear: right; + padding-right: 1em; } #module-set .module { @@ -1400,7 +1401,7 @@ input,textarea{ .desk_center { float: left; - width:52%; + width:50%; padding: 0em 2em 0em 2em; max-height: 550px; overflow-y: auto; diff --git a/teleforma/static/teleforma/images/download.png b/teleforma/static/teleforma/images/download.png new file mode 100644 index 00000000..1f9c8693 Binary files /dev/null and b/teleforma/static/teleforma/images/download.png differ diff --git a/teleforma/templates/teleforma/inc/document_list.html b/teleforma/templates/teleforma/inc/document_list.html index 6da98469..29283f03 100644 --- a/teleforma/templates/teleforma/inc/document_list.html +++ b/teleforma/templates/teleforma/inc/document_list.html @@ -14,14 +14,14 @@ {% for document in course.document.all|from_course_type:type|from_doc_type:doc_type %} - {% if document.file %}{% endif %} {{ document.title }}{% if document.file %}{% endif %} + {% if document.file %}{% endif %} {{ document.title }}{% if document.file %}{% endif %} - {{ document.date_added }} - {% if document.file %}{% endif %} + {{ document.date_added }} + {% if document.file %}{% endif %} {% endfor %}