From 30818ad0b0b7e85fc996582413172cbd783b2aad Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 30 Nov 2015 20:57:07 +0100 Subject: [PATCH] tentative de css5 --- html/style.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/html/style.css b/html/style.css index 8821a43..7df9b89 100644 --- a/html/style.css +++ b/html/style.css @@ -62,6 +62,13 @@ aside{ float:left; width: 28%; } -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%;} + +form textarea, fieldset input, {width:40%;} +form input[type=checkbox], fieldset input[type=radio] { width:15px; } +form label { + float:left; + width:40%; + margin-right:0.5em; + padding-top:0.2em; + text-align:right; + }