www

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

commit b344a97296409189b12f2d100f55e124b66d220b
parent db33035cf582e773406f971eef1666051d2fc93c
Author: Georges Dupéron <jahvascriptmaniac+github@free.fr>
Date:   Wed,  2 Mar 2011 09:21:17 +0100

vertical-align: top pour contact.

Diffstat:
Mcode/serveur/php/ressources/simple.css | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/code/serveur/php/ressources/simple.css b/code/serveur/php/ressources/simple.css @@ -57,7 +57,7 @@ margin-left : 4%; } -.logintbl td, .contactbl td, .signuptbl td, .creategametbl td { +.logintbl td, .contacttbl td, .signuptbl td, .creategametbl td { width : 50%; text-align : right; padding-left : 5px; @@ -71,10 +71,14 @@ padding-right : 5px; } -.logintbl .td2, .contactbl .td2, .signuptbl .td2, .creategametbl .td2, .creategametbl25 .td2 { +.logintbl .td2, .contacttbl .td2, .signuptbl .td2, .creategametbl .td2, .creategametbl25 .td2 { text-align : left; } +.contacttbl td { + vertical-align: top; +} + .logintbl input[type=submit], .contacttbl input[type=submit], .signuptbl input[type=submit], .creategametbl input[type=submit], .creategametbl25 input[type=submit] { display : block; margin-left : 0px;