X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=inline;f=htdocs%2Fcss%2Fxnet.css;h=417a1c7f7f7fab9b8c5daa292d91d5e5076cda7d;hb=6f30b7942efa497f2c966fa748232e0282ab138a;hp=4eb241dcb4e376756ccde4a9c4fce5befcccc8bd;hpb=d0327f6de73e81c4bcc656471ca4161e4f1e1e1b;p=platal.git diff --git a/htdocs/css/xnet.css b/htdocs/css/xnet.css index 4eb241d..417a1c7 100644 --- a/htdocs/css/xnet.css +++ b/htdocs/css/xnet.css @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2008 Polytechnique.org * + * Copyright (C) 2003-2013 Polytechnique.org * * http://opensource.polytechnique.org/ * * * * This program is free software; you can redistribute it and/or modify * @@ -188,6 +188,27 @@ td#menu { * CLASSES ***************************************************************************/ +.errors { + margin-top: 10px; + border: 1px solid #f00; + background-color: #faa; + width: 98%; +} + +.warnings { + margin-top: 10px; + border: 1px solid #dc0; + background-color: #ee7; + width: 98%; +} + +.success { + margin-top: 10px; + border: 1px solid #0d2; + background-color: #7fa; + width: 98%; +} + .erreur { color: red !important; } .error { color: red !important; } .center { text-align: center; }