From 37b3ce81ce7aa1ffecfc6c47ce3c6827bdc20f19 Mon Sep 17 00:00:00 2001 From: Antoine Durand-Gasselin Date: Wed, 25 Feb 2009 19:54:31 +0100 Subject: [PATCH] [intranet/static/css] petites modifications darcs-hash:20090225185431-bd074-787b9e1f72823cdad9d298e444a3391da223d598.gz --- intranet/static/css/accueil.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/intranet/static/css/accueil.css b/intranet/static/css/accueil.css index 751bcffc..9a59381f 100644 --- a/intranet/static/css/accueil.css +++ b/intranet/static/css/accueil.css @@ -26,15 +26,18 @@ Copyright (c) 2006 by www.crans.org **************************************************************/ div.framed_gray { - border:5px solid #e2e2e2; /* #acc0ff */ - background-color:#f2f2f2; + -moz-border-radius:20px; + -webkit-border-radius:20px; + border-right:3px solid DarkGreen; + border-bottom:3px solid DarkGreen; + background-color: PaleGreen; padding:10px; } div.framed_gray fieldset { border-width:2px; border-style:solid none none none; - border-color:#a2a2a2; + border-color: DarkGreen; padding:10px; margin:10px 10px; font-weight:bold; @@ -42,7 +45,7 @@ div.framed_gray fieldset { } div.framed_gray fieldset legend { - color:#a2a2a2; + color: DarkGreen; } div.framed_gray fieldset ul {