refonte du tableau de la page admin
This commit is contained in:
parent
2cb24c6e1d
commit
36a4d192e1
@ -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%;
|
||||
}
|
@ -114,6 +114,11 @@ background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.control-label
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* ---------------------------- switch checkbox ---------------------------------*/
|
||||
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user