correction des bugs css sur home + ajout img game

Correction du bug de la page home de:
-icon loupe
-champs recherche
-fond d’image ref
-correction position indicateur
-correction fond du nom du prof
This commit is contained in:
Jerome Morjon
2015-03-05 20:30:19 +01:00
parent b655411c09
commit bb752a2e98
8 changed files with 61 additions and 35 deletions

View File

@ -4,7 +4,8 @@
<link href="css/referent.css" rel="stylesheet" type="text/css"/>
<br>
<!-- Navbar left -->
<div class="col-md-2 listg">
<div class=" col-md-3">
<div class="listg">
<legend>Créer une liste oeuvre:</legend>
<form class="form-inline" method="POST" role="form" action="addListeOeuvre">
<input type="hidden" name="idUser" value="{{ $me->id }}">
@ -48,9 +49,10 @@
</tbody>
</table>
</div>
</div>
<div class="col-md-9 princ">
<div class="col-md-9">
<div class="princ">
<!-- switch a rajouté -->
<legend id="sessionName"></legend>
@ -76,7 +78,6 @@
<br><br>
</div>
<!-- TAKE ALL THAT'S INSIDE THIS DIV FOR "ADD PICTURES" -->
<div id="addpicture" style="display:none">
@ -200,10 +201,5 @@
</div>
<br><br><br>
</div>
</div>
@endsection