maj le css level puzzle

This commit is contained in:
Jerome Morjon 2015-03-20 19:33:13 +01:00
parent 72c741fa57
commit 531d3b0015
3 changed files with 9 additions and 4 deletions

View File

@ -97,6 +97,7 @@ class GameController extends Controller {
default: default:
break; break;
} }
$response->withCookie(Cookie::forever('trophee', $values)); $response->withCookie(Cookie::forever('trophee', $values));
} }

View File

@ -23,8 +23,6 @@
<img style="height:100px; vertical-align:middle;width:100px" src="{{ URL::to('imgs/trophees/or.png') }}"><br> <img style="height:100px; vertical-align:middle;width:100px" src="{{ URL::to('imgs/trophees/or.png') }}"><br>
{{$nbOr}} {{$nbOr}}
</div> </div>
</div> </div>
@endsection @endsection

View File

@ -5,10 +5,16 @@
<div class="abso referents"> <div class="abso referents">
<div class="game active" <div class="game active"
onclick='location.href = "{{ URL::to('puzzle') }}";' onclick='location.href = "{{ URL::to('puzzle') }}";'
style="background:url('{{ URL::to('imgs/puzzle/puzzle.png') }}'); width: 50%;"> style="background:url('{{ URL::to('imgs/puzzle/puzzle.png') }}'); background-repeat:no-repeat; background-size: contain; border: none;">
</div> </div>
<br> <br>
<button class="level" onclick="location.href='{{ URL::to('puzzle/jouer/1') }}'"><span style="color:gold;"><span class="icon-star-full"></span></span><span class="icon-star-full"></span><span class="icon-star-full"></span></button> <button class="level" onclick="location.href='{{ URL::to('puzzle/jouer/1') }}'">
<span style="color:gold;">
<span class="icon-star-full"></span>
</span>
<span class="icon-star-full"></span>
<span class="icon-star-full"></span>
</button>