X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fkeynote.css;h=73894fd69e136886a78d809781f957b6d78a7f96;hb=3b5d24d24397cc49d6b8d5e15f7faa38b01e34e1;hp=73721429fa6490b70af107b379b9f8d3556b7209;hpb=34465ab035104f739a54ec62660f04f874448627;p=platal.git diff --git a/htdocs/css/keynote.css b/htdocs/css/keynote.css index 7372142..73894fd 100644 --- a/htdocs/css/keynote.css +++ b/htdocs/css/keynote.css @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2010 Polytechnique.org * + * Copyright (C) 2003-2011 Polytechnique.org * * http://opensource.polytechnique.org/ * * * * This program is free software; you can redistribute it and/or modify * @@ -231,6 +231,18 @@ table.tinybicol td, table.bicol td { background: inherit; } +table.tinybicol td.error, table.bicol td.error { + background: #faa; +} + +table.tinybicol td.warning, table.bicol td.warning { + background: #fda; +} + +table.tinybicol td.valid, table.bicol td.valid { + background: #afa; +} + table.tinybicol td, table.bicol td, table.tinybicol tr, table.bicol tr { padding: 4px; } td.half { width: 50%; padding: 4px; }