From 9d0c0227bc53a7021f64e9bd6611cb7ce2efae06 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 30 Nov 2015 20:52:55 +0100 Subject: [PATCH] tentative de css4 --- html/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/style.css b/html/style.css index bc3cebc..8821a43 100644 --- a/html/style.css +++ b/html/style.css @@ -62,6 +62,6 @@ aside{ float:left; width: 28%; } -form p {width: 100%;} -form p label{float:left; width: 40% text-align: right; white-space: nowrap;} +form p {width: 100%;height: auto;} +form p label{float:left;display: block; width: 40% text-align: right;} form p input, form p select{float:right;width:59%;}