[intranet/static/css] petites modifications
darcs-hash:20090225185431-bd074-787b9e1f72823cdad9d298e444a3391da223d598.gz
This commit is contained in:
parent
7f56d6f331
commit
37b3ce81ce
1 changed files with 7 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue