[intranet/static/css] petites modifications

darcs-hash:20090225185431-bd074-787b9e1f72823cdad9d298e444a3391da223d598.gz
This commit is contained in:
Antoine Durand-Gasselin 2009-02-25 19:54:31 +01:00
parent 7f56d6f331
commit 37b3ce81ce

View file

@ -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 {