fixation du bug affichage bouton retour sur Login
This commit is contained in:
parent
d696bdb4b7
commit
67279e8265
@ -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
|
||||||
|
BIN
SRC/resources/views/.DS_Store
vendored
BIN
SRC/resources/views/.DS_Store
vendored
Binary file not shown.
@ -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">
|
||||||
|
Reference in New Issue
Block a user