fixation du bug affichage bouton retour sur Login

This commit is contained in:
Jerome Morjon 2015-03-05 21:12:34 +01:00
parent d696bdb4b7
commit 67279e8265
3 changed files with 7 additions and 4 deletions

View File

@ -9,16 +9,19 @@ body {
.back_home .back_home
{ {
background: white; background: white;
width : 10%; width: 100px;
padding : 1%; padding : 1%;
margin-bottom: 20px;
border-radius: 8px; border-radius: 8px;
border: 1px solid silver; border: 1px solid silver;
} }
.back_home img .back_home img
{ {
width: 40%; float:left;
height: 40%; width: 20px;
height: 20px;
vertical-align:middle;
} }
.divRecherche .divRecherche

Binary file not shown.

View File

@ -5,7 +5,7 @@
<div style="margin-top: 70px" class="container-fluid"> <div style="margin-top: 70px" class="container-fluid">
<div class="back_home"> <div class="back_home">
<a href="/" > < Retour <img src="./pictures/pic/home.png" alt="Retour" /></a> <a href="/" ><img src="/pictures/pic/home.png" alt="Retour" /> < Retour </a>
</div> </div>
<div class="row"> <div class="row">
<div class="col-md-8 col-md-offset-2"> <div class="col-md-8 col-md-offset-2">