24 lines
340 B
CSS
24 lines
340 B
CSS
|
@CHARSET "ISO-8859-1";
|
||
|
|
||
|
/**
|
||
|
* Page tamplates du module giant.
|
||
|
*/
|
||
|
|
||
|
#divOpenData
|
||
|
{
|
||
|
border:1px solid silver;
|
||
|
background-color:#E0E1E6;
|
||
|
}
|
||
|
|
||
|
#TableContentInformation
|
||
|
{
|
||
|
margin-top:3px;
|
||
|
background-color:#F6F6F1;
|
||
|
border-spacing:2px;
|
||
|
border:1px solid silver;
|
||
|
}
|
||
|
|
||
|
#TableContentInformation td
|
||
|
{
|
||
|
border:1px solid silver;
|
||
|
}
|