X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fkeynote.css;h=ac7e1b297f5b78f6910a44b681b14b47a601f4e2;hb=b271177d4412bfb5d1474f7d2d1ef0990e65addd;hp=73721429fa6490b70af107b379b9f8d3556b7209;hpb=00ca0ad5370df5be4a0272364fb16a4385ffabfe;p=platal.git diff --git a/htdocs/css/keynote.css b/htdocs/css/keynote.css index 7372142..ac7e1b2 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; } @@ -439,6 +451,16 @@ div.long td.rt { width: 85%; } padding: 0 6px 0 0; } +.marker_label { + border: 1px solid black; + background-color: white; + white-space: nowrap; +} + +.marker_label a { + color: black; +} + /******************************************************************************* 7 fiche.php & fiche_referent.php [ cas de la fiche ] @@ -726,8 +748,8 @@ div#content { font-size: 85%; } -.ac_results { - color: black; +.ui-menu { + color: black; } /* vim: set et ts=4 sts=4 sw=4: */