www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit ec213a5a107f5583d9c4d622027d8d08e94bf408
parent 4e5d79bbfe58eb701f510ef584e2ecf38ac71544
Author: Bertrand Brun <bertrand0brun@gmail.com>
Date:   Fri,  6 May 2011 16:16:50 +0200

Quelques menues corrections sur l'application (principalement au niveau de l'affichage).

Diffstat:
Mcode/serveur/php/jeu.html | 5+++--
Mcode/serveur/php/ressources/pticlic.js | 5++---
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/code/serveur/php/jeu.html b/code/serveur/php/jeu.html @@ -4,8 +4,9 @@ <title>PtiClic pre-alpha 0.2</title> <meta charset="utf-8" /> <style> -body { +html, body { background-color: black; + overflow: hidden; } .screen { @@ -14,7 +15,7 @@ body { } #splash.screen { - background-color: #000; + background-color: black; display: block; } diff --git a/code/serveur/php/ressources/pticlic.js b/code/serveur/php/ressources/pticlic.js @@ -64,7 +64,7 @@ function jss() { else if(h > 500) iconSize = 48; else iconSize = 36; - $(".screen") + $("#"+"state.screen"+".screen") .wh(w, h) .northWest({top:0,left:0}); @@ -514,4 +514,4 @@ score.click.jaivu = function() { try { state = new State().validate(); } catch(e) {alert("Error score.click.jaivu");alert(e);} -}; -\ No newline at end of file +};