Commit e91c3ca8 authored by delanoe's avatar delanoe

[CSS] Icones alignement + bar progression

parent 14ce4cff
...@@ -79,32 +79,37 @@ ...@@ -79,32 +79,37 @@
<div id="project_{{project.id}}" class="row"> <div id="project_{{project.id}}" class="row">
<h3> <h3>
<a <div class="col-md-5 content">
href="/projects/{{ project.id }}"> <a
<span class="glyphicon glyphicon-book" aria-hidden="true"></span> href="/projects/{{ project.id }}">
{{ project.name }} <span class="glyphicon glyphicon-book" aria-hidden="true"></span>
</a> {{ project.name }}
<a href="/projects/{{project.id}}" > </a>
<button type="button" class="btn btn-default" aria-label="Left Align"> </div>
<span class="glyphicon glyphicon-eye-open" aria-hidden="true"></span>
</button> <div class="col-md-3 content">
<a href="/projects/{{project.id}}" >
</a> <button type="button" class="btn btn-default" aria-label="Left Align">
<span class="glyphicon glyphicon-eye-open" aria-hidden="true"></span>
<button type="button" class="btn btn-default" data-container="body" data-toggle="popover" data-placement="bottom" </button>
data-content=" <ul>
<!-- </a>
<li>Rename</li>
--!> <button type="button" class="btn btn-default" data-container="body" data-toggle="popover" data-placement="bottom"
<li onclick=&quot; data-content=" <ul>
garganrest.nodes.delete({{project.id}}, function(){$('#project_'+{{project.id}}).remove()}); <!--
$(this).parent().parent().remove(); <li>Rename</li>
&quot;><a href=&quot;#&quot;>Delete</a></li> --!>
</ul> <li onclick=&quot;
"> garganrest.nodes.delete({{project.id}}, function(){$('#project_'+{{project.id}}).remove()});
<span class="glyphicon glyphicon-trash" aria-hidden="true"></span> $(this).parent().parent().remove();
</button> &quot;><a href=&quot;#&quot;>Delete</a>
</li> </li>
</ul>
">
<span class="glyphicon glyphicon-trash pull-right" aria-hidden="true"></span>
</button>
</div>
{% if common_users %} {% if common_users %}
<!-- <a style="cursor:pointer;"><img class="share_button" data-id="{{ project.id }}" title="Share it!" width="20px" src="{% static "img/share.png" %}"></img></a> --!> <!-- <a style="cursor:pointer;"><img class="share_button" data-id="{{ project.id }}" title="Share it!" width="20px" src="{% static "img/share.png" %}"></img></a> --!>
{% endif %} {% endif %}
......
This diff is collapsed.
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