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; border: 7px solid white;
box-shadow: 0px 0px 3px black; box-shadow: 0px 0px 3px black;
width: 250px; width: 250px;
height: 250px;
max-height : 250px; max-height : 250px;
max-width : 250px; max-width : 250px;
background: #ffffff; /* Old browsers */ background: #ffffff; /* Old browsers */

View File

@ -13,20 +13,32 @@ caption
text-align: center; text-align: center;
} }
table table /* le tableau */
{ {
text-align: center; text-align: center;
} }
.tablethead
{
color: white;
}
table thead tr th 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; background: white;
color:red; color: #36BBD9;
}
.listeoeuvre:hover /* survole du hover */
{
background: #36BBD9;
color : white;
} }
.listg .listg
@ -48,11 +60,6 @@ background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */
padding: 3%; padding: 3%;
} }
.tablethead
{
color: white;
}
.chosen-select /* les select */ .chosen-select /* les select */
{ {
width : 20%; width : 20%;
@ -63,6 +70,13 @@ background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%); /* W3C */
color: white; color: white;
} }
input
{
border-radius: 5px;
vertical-align: middle;
border: 1px solid silver;
height : 30px;
}
.listRecherche .listRecherche
{ {

View File

@ -40,7 +40,7 @@
<div class="item"> <div class="item">
@endif @endif
<br> <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> <a href="/referents/vive.linux/games"><div class="well well-lg nomRef">{{$ref -> firstname}}, {{$ref -> lastname}}</div></a>
</div> </div>
@endforeach @endforeach

View File

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