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

@ -7,10 +7,9 @@
<img style="height:auto; width:auto; max-width:100px;" alt="" src="./pictures/homePic/home.png">
<nav>
<form class="form-inline navbar">
<div class="form-group">
<img alt="" class="imgSearch" src="./pictures/homePic/search.png">
<div class="input-group">
</span><input type="text" class="form-control" placeholder="Rechercher un Référant">
<div class="row divRecherche">
<div class="col-xs-12">
<input class="form-control inpSear" placeholder="Rechercher un Référant" name="search" onchange="hideIcon(this);" type="text">
</div>
</div>
</form>
@ -42,7 +41,7 @@
@endif
<br>
<a href="/referents/vive.linux/games"><img class="imgRef" src="{{$ref -> image}}" width="300px" alt="{{ $ref -> name }}-Nom"></a>
<a href="/referents/vive.linux/games"><div class="well well-lg ">{{$ref -> firstname}}, {{$ref -> lastname}}</div></a>
<a href="/referents/vive.linux/games"><div class="well well-lg nomRef">{{$ref -> firstname}}, {{$ref -> lastname}}</div></a>
</div>
@endforeach
</div>
@ -66,6 +65,11 @@ blabla LOL
<script type="text/javascript">
document.oncontextmenu = new Function("return false");
function hideIcon(self) {
self.style.backgroundImage = 'none';
}
</script>
</center>
@endsection

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