diff --git a/www/css/giant.css b/www/css/giant.css new file mode 100644 index 000000000..dec535316 --- /dev/null +++ b/www/css/giant.css @@ -0,0 +1,24 @@ +@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; +} \ No newline at end of file