maj css ref
This commit is contained in:
parent
42b4afaf57
commit
07095f6ac6
@ -7,11 +7,24 @@ background-image:url("../pictures/setting_picture/fond.jpg");
|
|||||||
background-size:cover;
|
background-size:cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-md-3
|
.ccmd3
|
||||||
{
|
{
|
||||||
|
margin: 1%;
|
||||||
padding: 1%;
|
padding: 1%;
|
||||||
background: white;
|
background: white;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border: 1px solid grey;
|
border: 1px solid grey;
|
||||||
box-shadow: 1px 1px 2px dimgrey;
|
box-shadow: 1px 1px 2px dimgrey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ccmd9
|
||||||
|
{
|
||||||
|
margin: 1%;
|
||||||
|
padding: 1%;
|
||||||
|
background: white;
|
||||||
|
border-radius: 5px;
|
||||||
|
border: 1px solid grey;
|
||||||
|
box-shadow: 1px 1px 2px dimgrey;
|
||||||
|
width : 40%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
@section('content')
|
@section('content')
|
||||||
<link href="css/referent.css" rel="stylesheet" type="text/css"/>
|
<link href="css/referent.css" rel="stylesheet" type="text/css"/>
|
||||||
<br>
|
<br>
|
||||||
<div class="col-md-3">
|
<div class="col-md-3 ccmd3">
|
||||||
|
|
||||||
<legend>Créer une liste oeuvre:</legend>
|
<legend>Créer une liste oeuvre:</legend>
|
||||||
<form class="form-inline" method="POST" role="form" action="addListeOeuvre">
|
<form class="form-inline" method="POST" role="form" action="addListeOeuvre">
|
||||||
<input type="hidden" name="idUser" value="{{ $me->id }}">
|
<input type="hidden" name="idUser" value="{{ $me->id }}">
|
||||||
@ -34,8 +33,7 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-9">
|
<div class="col-md-9 ccmd9">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="panel panel-default col-md-9"><br>
|
<div class="panel panel-default col-md-9"><br>
|
||||||
@ -88,10 +86,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-3 ccmd3">
|
||||||
<div class="col-md-3">
|
|
||||||
|
|
||||||
<legend>Ajouter un filtre:</legend>
|
<legend>Ajouter un filtre:</legend>
|
||||||
<h4>Par critère:</h4>
|
<h4>Par critère:</h4>
|
||||||
@ -136,9 +134,5 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user