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
{
background: white;
width : 10%;
width: 100px;
padding : 1%;
margin-bottom: 20px;
border-radius: 8px;
border: 1px solid silver;
}
.back_home img
{
width: 40%;
height: 40%;
float:left;
width: 20px;
height: 20px;
vertical-align:middle;
}
.divRecherche

Binary file not shown.

View File

@ -5,7 +5,7 @@
<div style="margin-top: 70px" class="container-fluid">
<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 class="row">
<div class="col-md-8 col-md-offset-2">