This commit is contained in:
sidya82 2015-02-19 18:13:46 +01:00
commit 2031282c06
2 changed files with 22 additions and 13 deletions

View File

@ -1,5 +1,7 @@
body body
{ {
margin : auto;
background-image:url("../pictures/setting_picture/fond.jpg"); background-image:url("../pictures/setting_picture/fond.jpg");
background-attachment:fixed; background-attachment:fixed;
background-repeat:no-repeat; background-repeat:no-repeat;
@ -7,11 +9,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: 7px;
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: 7px;
border: 1px solid grey;
box-shadow: 1px 1px 2px dimgrey;
width : 40%;
}

View File

@ -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