Amélioration visuelle du menu.

This commit is contained in:
Yoann Bonavero 2011-02-24 09:16:45 +01:00
parent d6ee80dddd
commit 4ac513b0aa
3 changed files with 4 additions and 9 deletions

View File

@ -20,6 +20,7 @@ if(!isset($_SESSION['userId']))
<?php include("ressources/menu.html"); ?>
</div>
<div class="content">
<p id="downloadp"><a href="ressources/pticlic.apk" id="downloadlink">Télécharger</a></p>
<h2>Installation de l'application</h2>
<h3> A partir de votre téléphone </h3>
<ul>
@ -39,9 +40,8 @@ if(!isset($_SESSION['userId']))
<li>Suivez attentivement les instructions lors du premier démarrage de l'application</li>
</ul>
</div>
<p id="downloadp"><a href="ressources/pticlic.apk" id="downloadlink">Télécharger</a></p>
<div class="footer">
<div class="footer">
<?php include("ressources/footer.html"); ?>
</div>
</div>
</body>
</html>

View File

@ -1,5 +1,4 @@
<h1>PtiClic sous Android - Version Alpha</h1>
<hr />
<span id="links">
<a href="index.php">Accueil</a>

View File

@ -6,6 +6,7 @@
.menu #links {
display : block;
background-color : #F0F0D0;
border-top : 1px solid grey;
padding : 4px;
padding-left : 3%;
}
@ -14,11 +15,6 @@
margin-left : 2%;
}
.menu hr {
width : 94%;
border : thin solid grey;
}
#liens {
height: 1.3em;
padding : 0.3em 0.3em 0.1em;