From 67279e8265d631a21e45993279795133220fadbd Mon Sep 17 00:00:00 2001 From: Jerome Morjon Date: Thu, 5 Mar 2015 21:12:34 +0100 Subject: [PATCH] fixation du bug affichage bouton retour sur Login --- SRC/public/css/home.css | 9 ++++++--- SRC/resources/views/.DS_Store | Bin 10244 -> 10244 bytes SRC/resources/views/auth/login.blade.php | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/SRC/public/css/home.css b/SRC/public/css/home.css index af764b1..3c7db9b 100755 --- a/SRC/public/css/home.css +++ b/SRC/public/css/home.css @@ -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 diff --git a/SRC/resources/views/.DS_Store b/SRC/resources/views/.DS_Store index b4fb9bfe2ecff3954a3c1aadb725b5ffbfc549a8..80d6be4eefb5fda89686e536cec374b7cf8d5ba6 100755 GIT binary patch delta 63 zcmV-F0Kor*P=rvBV*&ZGah3;>fDN+;2pkBLITNlFG&MIYATcmBeJmh*H#9RWAT>5O Vllv1pvmX)X4zmX!`UJ8S0|T1s6QlqD delta 99 zcmV-p0G$7XP=rvBV*&WFah3;>fDN+;2pk9j_>(&msxB9Mdp9#IATlyBeJmh*H#aaW zAT%>KeSHw22nZV~H9<{TaD9rRqok##r>MfjlP?z^0mZW&5$X=J1|a(cvmF>a0kb_8 F$N`&1A}as@ diff --git a/SRC/resources/views/auth/login.blade.php b/SRC/resources/views/auth/login.blade.php index 2a00961..0cae08e 100755 --- a/SRC/resources/views/auth/login.blade.php +++ b/SRC/resources/views/auth/login.blade.php @@ -5,7 +5,7 @@