Correction des alt img sur home + correction page ref

fichier ref idem sur serveur
This commit is contained in:
Jerome Morjon 2015-03-06 22:10:52 +01:00
parent ad9a5fa165
commit d319cb7ba2
4 changed files with 33 additions and 18 deletions

View File

@ -48,6 +48,7 @@ body {
border: 7px solid white;
box-shadow: 0px 0px 3px black;
width: 250px;
height: 250px;
max-height : 250px;
max-width : 250px;
background: #ffffff; /* Old browsers */

View File

@ -13,20 +13,32 @@ caption
text-align: center;
}
table
table /* le tableau */
{
text-align: center;
}
.tablethead
{
color: white;
}
table thead tr th
{
text-align: center;
text-align: center; /* cellules de l'entete */
text-shadow: 0px 1px 2px black;
}
tbody tr
tbody tr /*chaque ligne du body */
{
background: green;
color:red;
background: white;
color: #36BBD9;
}
.listeoeuvre:hover /* survole du hover */
{
background: #36BBD9;
color : white;
}
.listg
@ -48,11 +60,6 @@ background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */
padding: 3%;
}
.tablethead
{
color: white;
}
.chosen-select /* les select */
{
width : 20%;
@ -63,6 +70,13 @@ background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */
color: white;
}
input
{
border-radius: 5px;
vertical-align: middle;
border: 1px solid silver;
height : 30px;
}
.listRecherche
{

View File

@ -40,7 +40,7 @@
<div class="item">
@endif
<br>
<a href="/referents/vive.linux/games"><img class="imgRef" src="{{$ref -> image}}" alt="{{ $ref -> name }}-Nom"></a>
<a href="/referents/vive.linux/games"><img class="imgRef" src="{{$ref -> image}}" alt="{{ $ref -> firstname }}-{{ $ref -> lastname }}"></a>
<a href="/referents/vive.linux/games"><div class="well well-lg nomRef">{{$ref -> firstname}}, {{$ref -> lastname}}</div></a>
</div>
@endforeach

View File

@ -10,16 +10,16 @@
<form class="form-inline" method="POST" role="form" action="addListeOeuvre">
<input type="hidden" name="idUser" value="{{ $me->id }}">
<input type="hidden" name="_token" value="{{{ csrf_token() }}}" />
<div class="form-group">
<div class="input-group">
<input type="text" class="form-control" required="required" name="name" placeholder="Ajouter une liste d'oeuvre">
<div >
<div >
<input type="text" class="" required="required" name="name" placeholder="Ajouter une liste d'oeuvre">
<button type="submit" class="btn btn-primary">Ajouter</button>
</div>
</div>
<button type="submit" class="btn btn-primary">Ajouter</button>
</form>
<br><br>
<legend>Mes listes d'oeuvres:</legend>
<table class="table table-hover">
<table class="table">
<thead class="tablethead">
<tr>
<th>Nom</th><th>Action</th><th>Supprimer</th>
@ -52,7 +52,7 @@
</div>
<div class="col-md-9">
<div class="princ">
<div class="princ row">
<!-- switch a rajouté -->
<legend id="sessionName"></legend>
@ -87,7 +87,7 @@
<form class="form-horizontal" role="form" action="search" method="post">
<input type="hidden" id="_tokenRes" name="_token" value="{{{ csrf_token() }}}" />
<div class="form-group">
<label for="inputEmail3" class="col-sm-2 control-label">Auteur</label>
<label for="auteur" class="col-sm-2 control-label">Auteur</label>
<div class="col-sm-10">
<select data-placeholder="Choisissez un auteur" id="auteur" name="auteur[]" class="chosen-select" multiple tabindex="4">
<option value=""></option>