From 1820e569ed14c60f6e5aa09bf3a84ff6710a61d7 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 30 Nov 2015 20:40:07 +0100 Subject: [PATCH] tentative de css3 --- html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/style.css b/html/style.css index 751bf8a..bc3cebc 100644 --- a/html/style.css +++ b/html/style.css @@ -63,5 +63,5 @@ aside{ width: 28%; } form p {width: 100%;} -form p label{float:left; width: 40% text-align: right;} +form p label{float:left; width: 40% text-align: right; white-space: nowrap;} form p input, form p select{float:right;width:59%;}