Commit 5e9ae8b4 authored by delanoe's avatar delanoe

[CSS] Project view, button to the right.

parent 0765c2c5
...@@ -30,11 +30,17 @@ ...@@ -30,11 +30,17 @@
<div class="container theme-showcase" role="main"> <div class="container theme-showcase" role="main">
<div class="jumbotron"> <div class="jumbotron">
<div class="row">
<div class="col-md-4">
<h1> <h1>
<span class="glyphicon glyphicon-home" aria-hidden="true"></span> <span class="glyphicon glyphicon-home" aria-hidden="true"></span>
Projects Projects
</h1> </h1>
</div>
<div class="col-md-4"></div>
<div class="col-md-4">
<p> <p>
<br>
<button <button
type="button" type="button"
class="btn btn-primary btn-lg" class="btn btn-primary btn-lg"
...@@ -43,7 +49,7 @@ ...@@ -43,7 +49,7 @@
data-placement="bottom" data-placement="bottom"
> >
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span> <span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
Add a project Add a new project
</button> </button>
<div id="popover-content" class="hide"> <div id="popover-content" class="hide">
<form enctype='multipart/form-data' action='/projects/' method='post'> <form enctype='multipart/form-data' action='/projects/' method='post'>
...@@ -57,6 +63,8 @@ ...@@ -57,6 +63,8 @@
</div> </div>
</p> </p>
</div> </div>
</div>
</div>
</div> </div>
<div class="container"> <div class="container">
......
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