X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fxnet.css;h=ddd07d3d6a84f5457634aa0de173cfde27308691;hb=2477a631eb7b6dbcfe5368da1886e5f0c84e3427;hp=02c58e6ca86c15e007e85c9379d074b37e228835;hpb=be6be87c9ff407215ada4af850ca1f52c0525433;p=platal.git diff --git a/htdocs/css/xnet.css b/htdocs/css/xnet.css index 02c58e6..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,10 +188,25 @@ td#menu { * CLASSES ***************************************************************************/ -.breadcrumb { - font-weight: bold; - font-size: 90%; - padding: 0.5em 0em 0em 0.2em; +.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; } @@ -392,44 +407,40 @@ td.infos { ***************************************************************************/ .wizard { + margin-top: 0px; margin-left: -1em; } .wizard .wiz_header { - height: 32px; - width: 100%; - background: url('../images/skins/wiz_background.png') top right repeat-x; + height: 30px; + width: 635px; + padding: 0 2px; + background: url('../images/skins/wiz_xnet_background.png') bottom left no-repeat; margin-bottom: 1em; } .wizard .wiz_header .wiz_tab { - background; url('../images/skins/wiz_normal.png') #aaa top left repeat-x; height: 100%; text-align: center; font-size: 75%; - border-right: 1px solid #888; } .wizard .wiz_header .wiz_tab:hover { - background: url('../images/skins/wiz_hover.png') #777 top left repeat-x; - color: #fff; + color: #5c81aa; + font-weight: bold; } .wizard .wiz_header .active, .wizard .wiz_header .active:hover { - background: url('../images/skins/wiz_active.png') #444 top left repeat-x; - color: #fff; } .wizard .wiz_header a { color: #000; text-decoration: none; + margin-top: 2px; + vertical-align: bottom; } .wizard .wiz_header a.active { - color: #fff; -} - -.wizard .wiz_content { - margin-left: 1em; + font-weight: bold; }