refonte du tableau de la page admin

This commit is contained in:
Jerome Morjon 2015-02-21 00:23:31 +01:00
parent 2cb24c6e1d
commit 36a4d192e1
3 changed files with 38 additions and 3 deletions

View File

@ -5,4 +5,34 @@ body
background-repeat:no-repeat;
background-position:100% 100%;
background-size:cover;
}
table
{
border: 1px solid grey;
width : 95%;
margin-left: auto;
margin-right: auto;
box-shadow: 0 0 2px dimgrey;
}
table thead tr td /*en tete du tableau */
{
border-bottom: 1px solid silver;
padding: 2%;
font-weight: normal;
color: #139DFA;
background: white;
}
table tbody tr td /*corps du tableau */
{
padding : 1%;
background: white;
}
.addRef
{
position: fixed;
left : 70%;
}

View File

@ -114,6 +114,11 @@ background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */
width: 20px;
}
.control-label
{
}
/* ---------------------------- switch checkbox ---------------------------------*/

View File

@ -21,9 +21,10 @@
<div class="col-md-2"></div>
<div class="col-md-8">
<button style="float: right" type="button" class="btn btn-primary" data-toggle="modal" data-target="#myModal">Ajouter un référent</button>
<button type="button" class="btn btn-primary addRef" data-toggle="modal" data-target="#myModal">Ajouter un référent</button>
<br><br>
<table class="table table-hover table-bordered">
<!-- class="table table-hover table-bordered" -->
<table>
<thead>
<tr style="background-color: #F7BE81">
<td>Nom</td>
@ -64,7 +65,6 @@
</form>
</div>
</tr>
@endif
@endforeach
</tbody>