X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fxnet.css;h=800b9f96b4aaa59cc23dae8c53ae1fa7ea511959;hb=950a769bb3f3154de64960ffc5cac111263bc8b0;hp=3bfd9bce387b32438c07abb09718ae785fffab59;hpb=52e30b581cddb796b19186139c8c79997f659936;p=platal.git diff --git a/htdocs/css/xnet.css b/htdocs/css/xnet.css index 3bfd9bc..800b9f9 100644 --- a/htdocs/css/xnet.css +++ b/htdocs/css/xnet.css @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2007 Polytechnique.org * + * Copyright (C) 2003-2009 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; }