diff --git a/SRC/public/css/admin.css b/SRC/public/css/admin.css index 18726ea..17922ba 100755 --- a/SRC/public/css/admin.css +++ b/SRC/public/css/admin.css @@ -37,6 +37,6 @@ table tbody tr td /*corps du tableau */ .addRef { - position: fixed; - left : 70%; + position: absolute; + left : 80%; } \ No newline at end of file diff --git a/SRC/public/css/game.css b/SRC/public/css/game.css index 45805af..c3ad405 100755 --- a/SRC/public/css/game.css +++ b/SRC/public/css/game.css @@ -1,3 +1,8 @@ +html +{ + width:100%; +} + body { background-image:url("../pictures/homePic/fond.jpg"); @@ -8,6 +13,6 @@ body } .iconGame { - width: 10%; - height: 20%; + width: 105px; + height: 105px; } diff --git a/SRC/public/css/home.css b/SRC/public/css/home.css index af764b1..742ebf9 100755 --- a/SRC/public/css/home.css +++ b/SRC/public/css/home.css @@ -1,3 +1,8 @@ +html +{ + width: 100%; +} + body { background-image:url("../pictures/homePic/fond.jpg"); background-attachment:fixed; @@ -9,16 +14,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 b4fb9bf..80d6be4 100755 Binary files a/SRC/resources/views/.DS_Store and b/SRC/resources/views/.DS_Store differ 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 @@
- < Retour Retour + Retour < Retour
diff --git a/SRC/resources/views/home.blade#OnDisk.php b/SRC/resources/views/home.blade#OnDisk.php new file mode 100755 index 0000000..6d37950 --- /dev/null +++ b/SRC/resources/views/home.blade#OnDisk.php @@ -0,0 +1,75 @@ +@extends('app') +@section('content') + + +
+
+ + + + +@if ($referent != []) + +@else + +blabla LOL + +@endif + + +
+@endsection diff --git a/SRC/resources/views/home.blade.php b/SRC/resources/views/home.blade.php index 6d37950..bbc097e 100755 --- a/SRC/resources/views/home.blade.php +++ b/SRC/resources/views/home.blade.php @@ -40,7 +40,7 @@ @endforeach