diff --git a/SRC/public/css/app.css b/SRC/public/css/app.css index 001c582..09b4dd6 100755 --- a/SRC/public/css/app.css +++ b/SRC/public/css/app.css @@ -6265,4 +6265,10 @@ body, label, .checkbox label { font-weight: 300; -} \ No newline at end of file +} + +html, body, a, a:hover { cursor:url('http://www.snazzyspace.com/cursorsfolder/mickey-big-pointer.png'), auto !important; } + + + +a:hover { cursor:url('http://www.snazzyspace.com/cursorsfolder/mickey-hand.png'), auto !important; } \ No newline at end of file diff --git a/SRC/resources/views/home.blade.php b/SRC/resources/views/home.blade.php index 7f71afa..b9d92f1 100755 --- a/SRC/resources/views/home.blade.php +++ b/SRC/resources/views/home.blade.php @@ -38,8 +38,8 @@
@endif
- {{ $ref -> name }}-Nom -
{{$ref -> firstname}}, {{$ref -> lastname}}
+ {{ $ref -> name }}-Nom +
{{$ref -> firstname}}, {{$ref -> lastname}}
@endforeach @@ -55,11 +55,8 @@ - @endsection