www

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

commit 2071d3d1f0d9b941568a4f0ecad9f1c6e3f8c3bf
parent 7807f9f674a1a59fadb5db2342b53d07ebb661d9
Author: Georges Dupéron <jahvascriptmaniac+github@free.fr>
Date:   Sat, 21 May 2011 15:41:39 +0200

Ajustement de la taille du bouton "retour au site" + correction d'un bug.

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

diff --git a/code/serveur/php/jeu.php b/code/serveur/php/jeu.php @@ -78,8 +78,8 @@ </div> </div> <div id="frontpage" class="screen fitFontGroup"> - <a href="index.php" style="width:7%; height:5%; top:2%; right:2%; position:absolute;" class="fitFont button"> - <span style="width:90%; height:90%; top:5%; left:5%; position:absolute;"><span class="center">Retour au site</span></span> + <a href="index.php" style="width:15%; height:5%; top:2%; right:2%; position:absolute;" class="fitFont button"> + <span class="marginBox"><span class="center">Retour au site</span></span> </a> <div style="width:50%; height:24%; top:4%; left:25%; position:absolute;" class="fitFont"> <span class="center">PtiClic</span> diff --git a/code/serveur/php/ressources/pticlic.js b/code/serveur/php/ressources/pticlic.js @@ -348,7 +348,7 @@ init(function() { // ==== Écran Préférences function loadPrefs(prefs) { runstate.prefs = (prefs && prefs.theme) ? prefs : { - theme: "black" + theme: "green" }; if (runstate.loaded) jss(); }