X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fxnet.css;h=ddd07d3d6a84f5457634aa0de173cfde27308691;hb=b4816e6f8d43f267a1cfba62ab9d67e5575822e6;hp=aa70c6e137fc697a264d03191bb49e12198dddd8;hpb=8eccf7e0d2a9e88e817f02fbc0fbe3daefba2975;p=platal.git diff --git a/htdocs/css/xnet.css b/htdocs/css/xnet.css index aa70c6e..ddd07d3 100644 --- a/htdocs/css/xnet.css +++ b/htdocs/css/xnet.css @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2007 Polytechnique.org * + * Copyright (C) 2003-2010 Polytechnique.org * * http://opensource.polytechnique.org/ * * * * This program is free software; you can redistribute it and/or modify * @@ -177,7 +177,7 @@ td#menu { background-color: #d0c198; } -#menu a { +#menu a, #menu form { display: block; padding: 0.2em 0em 0.2em 15px; font-size: 89%; @@ -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; } @@ -392,7 +413,8 @@ td.infos { .wizard .wiz_header { height: 30px; - width: 100%; + width: 635px; + padding: 0 2px; background: url('../images/skins/wiz_xnet_background.png') bottom left no-repeat; margin-bottom: 1em; }