X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fdefault.css;h=fa1589f7cdb4328bf9bd1af2be4e2cdd0beab0d2;hb=7ff448e8259919c488bb1340c3902abf2a816e7a;hp=21e353796b379da5b7012d79b66be8f2c7baf6ec;hpb=787bb3d745141f2f85bd947ad7dd775d2c63f908;p=platal.git diff --git a/htdocs/css/default.css b/htdocs/css/default.css index 21e3537..fa1589f 100644 --- a/htdocs/css/default.css +++ b/htdocs/css/default.css @@ -86,6 +86,18 @@ p { background: inherit; } +input.error, textarea.error { + background-color: #faa; +} + +input.valid, textarea.valid { + background-color: #afa; +} + +input.warning, textarea.warning { + background-color: #fda; +} + h1 { color: #555555; background: url('../images/skins/default_titre.gif'); @@ -278,30 +290,57 @@ div.long td.rt { width: 65%; } [ onglets des profils ] *******************************************************************************/ -table.flags { - margin: 1em 0em 0em 0em; +.wizard { + margin-top: -4px; + margin-left: -16px; } -table.flags input { margin: 0px 2px; padding: 0px; } -table.flags td.texte, tr.flags td.texte { - font-size: smaller; - font-weight: bold; - padding: 3px; +.wizard .wiz_header { + height: 32px; + width: 100%; + background: url('../images/skins/wiz_background.png') top right repeat-x; + margin-bottom: 1em; } -table.flags td.vert, tr.flags td.vert { - background: green; - padding: 3px; + +.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; } -table.flags td.orange, tr.flags td.orange { - background: #ff9900; - padding: 3px; - text-align: center; + +.wizard .wiz_header .wiz_tab:hover { + background: url('../images/skins/wiz_hover.png') #777 top left repeat-x; + color: #fff; } -table.flags td.rouge, tr.flags td.rouge { - background: red; - padding: 3px; - text-align: center; + +.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; +} + +.wizard .wiz_header a.active { + color: #fff; +} + +.wizard .wiz_content { + margin-left: 16px; +} + +.flags .texte { + font-size: smaller; + font-weight: bold; + margin-left: -6px; + padding: 0 12px 0 0; +} +.flags img { + padding: 0 6px 0 0; } table.cadre_a_onglet{