Commit 6c359072 by Harry Rein Committed by Bill Filler

Styling.

parent 5101245e
......@@ -20,9 +20,11 @@
{% endif %}
<div class="description">
{% if obj.is_file %}
<div class="title file"><a href="{% url "cloud_browser_document" obj.path|urlencode %}"
>{{ obj.basename }}</a></div>
<div class="title file">
<a href="{% url "cloud_browser_document" obj.path|urlencode %}"
>{{ obj.basename }}</a>
<a class = 'fa fa-cloud-download' href="{% url "cloud_browser_document" obj.path|urlencode %}" download></a>
</div>
{% else %}
<div class="title link"><a href="{% url "cloud_browser_browser" obj.path|urlencode %}"
class="cloud-browser-document-link"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment