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

This commit is contained in:
Georges Dupéron 2011-05-21 15:41:39 +02:00
parent 7807f9f674
commit 2071d3d1f0
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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();
}