mise en page
This commit is contained in:
parent
77fb955dd9
commit
83fc7e8cd1
|
@ -91,11 +91,11 @@ article{
|
||||||
aside{
|
aside{
|
||||||
float:left;
|
float:left;
|
||||||
width: 28%;
|
width: 28%;
|
||||||
|
border-right:
|
||||||
}
|
}
|
||||||
|
|
||||||
form textarea, form input, form select {width:40%;}
|
form textarea, form input, form select {width:40%;}
|
||||||
form input[type=checkbox], form input[type=radio] { width:15px; }
|
form input[type=checkbox], form input[type=radio] { width:15px; }
|
||||||
form input[type=submit]{width: 100%;}
|
|
||||||
form label {
|
form label {
|
||||||
float:left;
|
float:left;
|
||||||
width:40%;
|
width:40%;
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<p><label for="botURL">URL du bot:</label><input type="text" name="botURL" id="botURL" placeholder="http://"/></p>
|
<p><label for="botURL">URL du bot:</label><input type="text" name="botURL" id="botURL" placeholder="http://"/></p>
|
||||||
<p><label>Description:</label><textarea name="botDescription"></textarea></p>
|
<p><label>Description:</label><textarea name="botDescription"></textarea></p>
|
||||||
<p><label for="email">Votre e-mail (sera utilisé pour valider l'inscription du bot)</label><input type="text" name="email" id="email"/></p>
|
<p><label for="email">Votre e-mail (sera utilisé pour valider l'inscription du bot)</label><input type="text" name="email" id="email"/></p>
|
||||||
<p><input type="submit" value="Enregistrer mon bot"/></p>
|
<p><label></label><input type="submit" value="Enregistrer mon bot"/></p>
|
||||||
</form>
|
</form>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user