This commit is contained in:
Bertrand 2012-05-22 11:48:17 +02:00
parent 87604f4cd7
commit c2eda31051
2 changed files with 20 additions and 6 deletions

View File

@ -63,7 +63,7 @@
<section id="Form"> <section id="Form">
<aside id="info"> <aside id="info">
<img src="left_triangle2.gif" id="arrow" alt=""/>
<h3>Quelques détails</h3> <h3>Quelques détails</h3>
<p> <p>
@ -73,8 +73,6 @@
Indiquez la matière sur laquelle porte la question lui permettre Indiquez la matière sur laquelle porte la question lui permettre
d'aller plus vite.<br/> d'aller plus vite.<br/>
Si la question a été trouvée sur un ancien partiel ou sur le cours,
vous pouvez insérer ici l'url du document en question.
</p> </p>
</aside> </aside>

View File

@ -1,7 +1,7 @@
body body
{ {
text-align: center; text-align: center;
width: 80%; width: 60%;
margin: auto; margin: auto;
} }
@ -19,6 +19,14 @@ form
border: solid; border: solid;
border-radius: 5px; border-radius: 5px;
margin-bottom: 20px; margin-bottom: 20px;
text-align: left;
padding: 10px;
}
#list
{
padding-top: 100px;
padding-bottom: 100px;
} }
#q #q
@ -30,8 +38,16 @@ aside
{ {
float: right; float: right;
width: 30%; width: 30%;
border-left: solid; box-shadow: 0px 5px 10px black;
padding: 10px; padding-left: 10px;
padding-right: 10px;
}
#arrow
{
position: absolute;
margin-left: -40px;
margin-top: 100px;
} }
footer footer