Commit 5e9ae8b4 authored by delanoe's avatar delanoe

[CSS] Project view, button to the right.

parent 0765c2c5
...@@ -30,32 +30,40 @@ ...@@ -30,32 +30,40 @@
<div class="container theme-showcase" role="main"> <div class="container theme-showcase" role="main">
<div class="jumbotron"> <div class="jumbotron">
<h1> <div class="row">
<span class="glyphicon glyphicon-home" aria-hidden="true"></span> <div class="col-md-4">
Projects <h1>
</h1> <span class="glyphicon glyphicon-home" aria-hidden="true"></span>
<p> Projects
<button </h1>
type="button" </div>
class="btn btn-primary btn-lg" <div class="col-md-4"></div>
data-container="body" <div class="col-md-4">
data-toggle="popover" <p>
data-placement="bottom" <br>
> <button
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span> type="button"
Add a project class="btn btn-primary btn-lg"
</button> data-container="body"
<div id="popover-content" class="hide"> data-toggle="popover"
<form enctype='multipart/form-data' action='/projects/' method='post'> data-placement="bottom"
{% csrf_token %} >
<p> <span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
<label for="id_name">Name:</label> Add a new project
<input id="id_name" maxlength="255" name="name" type="text" /> </button>
</p> <div id="popover-content" class="hide">
<input type='submit' class="btn" value='Add this project !'/> <form enctype='multipart/form-data' action='/projects/' method='post'>
</form> {% csrf_token %}
</div> <p>
</p> <label for="id_name">Name:</label>
<input id="id_name" maxlength="255" name="name" type="text" />
</p>
<input type='submit' class="btn" value='Add this project !'/>
</form>
</div>
</p>
</div>
</div>
</div> </div>
</div> </div>
......
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